From d68f86b4c629d185a70db8fd31906b63e2757c77 Mon Sep 17 00:00:00 2001 From: baslr Date: Mon, 3 Apr 2017 13:40:35 +0200 Subject: [PATCH] LDAP: documentation --- .../Manual/Administration/Configuration/Ldap.mdpp | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/Documentation/Books/Manual/Administration/Configuration/Ldap.mdpp b/Documentation/Books/Manual/Administration/Configuration/Ldap.mdpp index 2cdc8eb238..b05c68e90b 100644 --- a/Documentation/Books/Manual/Administration/Configuration/Ldap.mdpp +++ b/Documentation/Books/Manual/Administration/Configuration/Ldap.mdpp @@ -52,17 +52,23 @@ If the user is found a authentication is done with the users DN and password and #### additional options - --ldap.searchfilter "objectClass=*" + --ldap.search-filter "objectClass=*" Restrict the search to specific object classes. The default is `objectClass=*`. - --ldap.searchattribute "uid" + --ldap.search-attribute "uid" -`--ldap.searchattribute` specifies which attribute to compare with the *username*. +`--ldap.search-attribute` specifies which attribute to compare with the *username*. The default is `uid`. + + --ldap.search-scope sub + +`--ldap.search-scope specifies in which scope to search for a user. Valid are one of *base*, *one* or *sub*. The default is *sub*. ### ldap url ---ldap.url ldap url, eg. TBD (default: "") + --ldap.url ldap://ldap.server.com:1234/dc=example,dc=com?uid?sub + +The ldap url consists of the ldap server and port, a *basedn*, a search attribute and a scope which can be one of *base*, *one* or *sub*. ### TLS options