mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 07:22:11 +00:00
fix some errors
This commit is contained in:
parent
d1a00f5c62
commit
83923eba59
|
@ -2,14 +2,14 @@ Ldap configuration
|
|||
===================
|
||||
|
||||
The configuration for authentication against an ldap server needs to be done
|
||||
the settings.xml file using a text editor. It cannot be edited from within the
|
||||
in the `settings.xml` file using a text editor. It cannot be edited from within the
|
||||
web gui.
|
||||
|
||||
SeedDMS supports ldap authentication using an Active Directory (AD) or a
|
||||
regular ldap server, e.g. openldap
|
||||
|
||||
The location of the ldap server is specified in two parameters: 'host' and
|
||||
'port'. 'host' can be either a plain hostname or an ldap URI, including the
|
||||
The location of the ldap server is specified in two parameters: `host` and
|
||||
`port`. `host` can be either a plain hostname or an ldap URI, including the
|
||||
protocol, the host and optionally the port, e.g. ldap://localhost:389. In case
|
||||
of an URI the port in the configuration must remain empty.
|
||||
|
||||
|
@ -31,8 +31,8 @@ If the second bind succeeds the user could be successfully authenticated.
|
|||
The data from the ldap server can be used to create an account in SeedDMS
|
||||
if the user trying to login does not exist yet, but was able to authenticate.
|
||||
This will only be done if 'authentication->restricted' in the configuration
|
||||
is set to true. In that case the common name (cn) and email address is taken
|
||||
from ldap. Existing accounts in SeedDMS will not be updated with data from
|
||||
is set to false. In that case the common name (cn) and email address is taken
|
||||
from ldap. An already existing account in SeedDMS will be updated with data from
|
||||
ldap.
|
||||
|
||||
Examples
|
||||
|
|
Loading…
Reference in New Issue
Block a user