Skip to content

Commit

Permalink
Modify template to exclude member_attr field (redhat-cop#652)
Browse files Browse the repository at this point in the history
  • Loading branch information
MAHDTech authored and jfilipcz committed Oct 20, 2021
1 parent f3125c9 commit 76a6389
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 76a6389

Please sign in to comment.