Skip to content

Commit

Permalink
Modify template to exclude member_attr field
Browse files Browse the repository at this point in the history
  • Loading branch information
MAHDTech committed Oct 12, 2021
1 parent 5f470ec commit da8f11b
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 da8f11b

Please sign in to comment.