added ability to search for groups with DN of bound user
This commit is contained in:
@@ -8,7 +8,7 @@ PLUGIN_LOGIN_LDAP:
|
||||
GROUP_SEARCH_DN: 'Group Search DN'
|
||||
GROUP_SEARCH_DN_DESC: 'String used to retrieve user group data. If not provided, extra LDAP group data will not be stored in Grav user account file'
|
||||
GROUP_QUERY: 'Group Query'
|
||||
GROUP_QUERY_DESC: 'The query used to search Groups. Only change this if you know what you are doing'
|
||||
GROUP_QUERY_DESC: 'The query used to search Groups. Only change this if you know what you are doing [dn] will be replaced with the distinguished name attribute and [username] will be replaced with the username entered via login'
|
||||
GROUP_IDENTIFIER: 'Group Identifier'
|
||||
GROUP_IDENTIFIER_DESC: 'The Group identifier that will come back in the response, this is directly related to group query.'
|
||||
HOST: 'Host'
|
||||
@@ -34,6 +34,8 @@ PLUGIN_LOGIN_LDAP:
|
||||
FULLNAME_MAPPING_DESC: 'LDAP Attribute(s) that contains the user''s full name'
|
||||
EMAIL_MAPPING: 'User Email Mapping'
|
||||
EMAIL_MAPPING_DESC: 'LDAP Attribute that contains the user''s email'
|
||||
DN_MAPPING: 'User Distinguished Name Mapping'
|
||||
DN_MAPPING_DESC: 'LDAP Attribute that contains the user''s distinguished name (useful for ActiveDirectory domains)'
|
||||
USER_SEARCH_DN: 'User Search DN'
|
||||
USER_SEARCH_DN_DESC: 'String used to retrieve user data. If not provided, extra LDAP user data will not be stored in Grav user account file'
|
||||
VERSION: 'Version'
|
||||
|
||||
Reference in New Issue
Block a user