From 3d849d91794db50672214ea3b14e8269145c404d Mon Sep 17 00:00:00 2001 From: trippinnik Date: Thu, 9 Mar 2023 09:46:46 -0500 Subject: [PATCH] Update README.md documentation is incorrect for AUTH_LDAP_GROUP_TYPE and paramaters need to be noted with AUTH_LDAP_GROUP_TYPE_PARAMS --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 452077b8..2ffea332 100644 --- a/README.md +++ b/README.md @@ -870,7 +870,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(name_attr="cn")' + value: 'GroupOfNamesType' - setting: AUTH_LDAP_USER_ATTR_MAP value: '{"first_name": "givenName","last_name": "sn","email": "mail"}'