Implemented support for LDAP Blacklist Fields

This commit is contained in:
Djamil Legato
2018-05-16 12:24:08 -07:00
parent b92c654aa1
commit ffe5f6a5a0
4 changed files with 24 additions and 1 deletions

View File

@@ -159,6 +159,10 @@ If you want to be able to set user data (extra fields, or specific user access)
>
> Also note that the password will never be stored in the Grav user under `accounts/`.
### Blacklist LDAP Fields
With the Blacklist Fields you have the option of ignoring fields. This is useful for skipping users sensitive data or fields that are stored as media. For example phone numbers, home addresses or images, videos, etc.
### Troubleshooting
If a user is simply unable to authenticate against the LDAP server, an entry will be logged into the Grav log (`logs/grav.log`) file with the attempted `dn`. This can be used to ensure the `user_dn` entry is correct and can be tested against any other LDAP login system.