Fix invalid LDAP configuration example in README.md (#1397)

Commit 3d849d9179 Removed the necessary parentheses
This commit is contained in:
Wilton Rodrigues
2023-05-05 18:16:01 -03:00
committed by GitHub
parent 1dc56803e8
commit b517b0a2a6

View File

@@ -911,7 +911,7 @@ A sample of extra settings can be found as below. All possible options can be fo
value: 'LDAPSearch("OU=Groups,DC=abc,DC=com",ldap.SCOPE_SUBTREE,"(objectClass=group)",)'
- setting: AUTH_LDAP_GROUP_TYPE
value: 'GroupOfNamesType'
value: 'GroupOfNamesType()'
- setting: AUTH_LDAP_USER_ATTR_MAP
value: '{"first_name": "givenName","last_name": "sn","email": "mail"}'