mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-01 14:37:20 +00:00
some more documentation of ldap settings
This commit is contained in:
parent
f890b23ccc
commit
051cd2fc1d
|
@ -145,8 +145,8 @@
|
||||||
- URIs are supported, e.g.: ldaps://ldap.host.com
|
- URIs are supported, e.g.: ldaps://ldap.host.com
|
||||||
- port: port of the authentification server
|
- port: port of the authentification server
|
||||||
- baseDN: top level of the LDAP directory tree
|
- baseDN: top level of the LDAP directory tree
|
||||||
- bindDN: XXX
|
- bindDN: use this dn for a first step bind, leave empty for annonymous bind
|
||||||
- bindPw: XXX
|
- bindPw: use this password for a first step bind
|
||||||
- filter: Additional filters which are to be checked
|
- filter: Additional filters which are to be checked
|
||||||
-->
|
-->
|
||||||
<connector
|
<connector
|
||||||
|
@ -165,9 +165,10 @@
|
||||||
- host: hostname of the authentification server
|
- host: hostname of the authentification server
|
||||||
- port: port of the authentification server
|
- port: port of the authentification server
|
||||||
- baseDN: top level of the LDAP directory tree
|
- baseDN: top level of the LDAP directory tree
|
||||||
|
- bindDN: use this dn for a first step bind, leave empty for annonymous bind
|
||||||
|
- bindPw: use this password for a first step bind
|
||||||
|
- filter: Additional filters which are to be checked
|
||||||
- accountDomainName: sample: example.com
|
- accountDomainName: sample: example.com
|
||||||
- bindDN: XXX
|
|
||||||
- bindPw: XXX
|
|
||||||
-->
|
-->
|
||||||
<connector
|
<connector
|
||||||
enable = "false"
|
enable = "false"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user