mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +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 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.
|
web gui.
|
||||||
|
|
||||||
SeedDMS supports ldap authentication using an Active Directory (AD) or a
|
SeedDMS supports ldap authentication using an Active Directory (AD) or a
|
||||||
regular ldap server, e.g. openldap
|
regular ldap server, e.g. openldap
|
||||||
|
|
||||||
The location of the ldap server is specified in two parameters: 'host' and
|
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
|
`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
|
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.
|
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
|
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.
|
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
|
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
|
is set to false. 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
|
from ldap. An already existing account in SeedDMS will be updated with data from
|
||||||
ldap.
|
ldap.
|
||||||
|
|
||||||
Examples
|
Examples
|
||||||
|
|
Loading…
Reference in New Issue
Block a user