diff options
author | Christoph (Sheogorath) Kern | 2017-12-12 10:40:14 +0100 |
---|---|---|
committer | GitHub | 2017-12-12 10:40:14 +0100 |
commit | 454e0f8612acc949531d11cccedc52f7a3c50354 (patch) | |
tree | e9c368d4b2c48b713cd61ae04ff68651269e826a /config.json.example | |
parent | b840c3fa5769d7cdd000d7d15d25696a404f4207 (diff) | |
parent | 17e3b8b5cdd7286899df0c5a36ec818aee3812ce (diff) |
Merge pull request #650 from LukasKalbertodt/ldap-username-field
Add setting `ldap.usernameField`
Diffstat (limited to '')
-rw-r--r-- | config.json.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.json.example b/config.json.example index 63eb443f..b243bf8d 100644 --- a/config.json.example +++ b/config.json.example @@ -71,6 +71,7 @@ "searchBase": "change this", "searchFilter": "change this", "searchAttributes": ["change this"], + "usernameField": "change this e.g. uid" "tlsOptions": { "changeme": "See https://nodejs.org/api/tls.html#tls_tls_connect_options_callback" } |