Skip to content

Commit fd9fd66

Browse files
authored
Update ldap-authorization-for-openldap.md
1 parent 10ad93c commit fd9fd66

File tree

1 file changed

+15
-17
lines changed

1 file changed

+15
-17
lines changed

docs/administration/ldap-authorization-for-openldap.md

+15-17
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,20 @@
22

33
Example of configuration LDAP authorization for OpenLDAP server. The full guide to configuring LDAP authorization is described [here](ldap-authorization.md).
44

5-
```
6-
Host: espo.local
7-
Port: 389
8-
Full User DN: cn=LDAP User,cn=espo-users,ou=users,dc=espo,dc=local
9-
Password: ******
10-
Username Attribute: uid
11-
User ObjectClass: inetOrgPerson
12-
Account Canonical Form: Dn
13-
Bind Requires DN: yes
14-
Base DN: cn=espo-users,ou=users,dc=espo,dc=local
15-
Create User in EspoCRM: yes
16-
User First Name Attribute: givenName
17-
User Last Name Attribute: sn
18-
User Title Attribute: title
19-
User Email Address Attribute: mail
20-
User Phone Number Attribute: telephoneNumber
21-
```
5+
- Host: `espo.local`
6+
- Port: `389`
7+
- Full User DN: `cn=LDAP User,cn=espo-users,ou=users,dc=espo,dc=local`
8+
- Password: `******`
9+
- Username Attribute: `uid`
10+
- User ObjectClass: `inetOrgPerson`
11+
- Account Canonical Form: `Dn`
12+
- Bind Requires DN: `yes`
13+
- Base DN: `cn=espo-users,ou=users,dc=espo,dc=local`
14+
- Create User in EspoCRM: `yes`
15+
- User First Name Attribute: `givenName`
16+
- User Last Name Attribute: `sn`
17+
- User Title Attribute: `title`
18+
- User Email Address Attribute: `mail`
19+
- User Phone Number Attribute: `telephoneNumber`
2220

2321
![1](../_static/images/administration/ldap-authorization/ldap-configuration.png)

0 commit comments

Comments
 (0)