Updated changelog
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
/.idea
|
||||||
@@ -1,5 +1,11 @@
|
|||||||
|
# v1.0.1
|
||||||
|
## 06/11/2018
|
||||||
|
|
||||||
|
1. [](#improved)
|
||||||
|
* Added ability to search for groups with customizable `distinguishedName` setting of the bound user (useful for ActiveDirectory domains) [#1](https://github.com/trilbymedia/grav-plugin-login-ldap/issues/1)
|
||||||
|
|
||||||
# v1.0.0
|
# v1.0.0
|
||||||
## 05/18/2018
|
## 05/18/2018
|
||||||
|
|
||||||
1. [](#new)
|
1. [](#new)
|
||||||
* Plugin released...
|
* Plugin released...
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ PLUGIN_LOGIN_LDAP:
|
|||||||
GROUP_SEARCH_DN: 'Group Search DN'
|
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_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: 'Group Query'
|
||||||
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_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: 'Group Identifier'
|
||||||
GROUP_IDENTIFIER_DESC: 'The Group identifier that will come back in the response, this is directly related to group query.'
|
GROUP_IDENTIFIER_DESC: 'The Group identifier that will come back in the response, this is directly related to group query.'
|
||||||
HOST: 'Host'
|
HOST: 'Host'
|
||||||
|
|||||||
Reference in New Issue
Block a user