Skip to content

Commit

Permalink
Modify template to exclude member_attr field (#652)
Browse files Browse the repository at this point in the history
  • Loading branch information
MAHDTech authored Oct 13, 2021
1 parent f5730e3 commit 8113966
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
"(objectClass=groupofnames)"
],
"AUTH_LDAP_GROUP_TYPE": "GroupOfNamesType",
"AUTH_LDAP_GROUP_TYPE_PARAMS": {
"name_attr": "cn"
},
"AUTH_LDAP_REQUIRE_GROUP": "{{ ansible_tower.ldap.require_group }}",
"AUTH_LDAP_DENY_GROUP": null,
"AUTH_LDAP_USER_FLAGS_BY_GROUP": {
Expand Down

0 comments on commit 8113966

Please sign in to comment.