Skip to content

Commit

Permalink
Update ldap-authorization-for-openldap.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tmachyshyn authored Sep 24, 2021
1 parent 10ad93c commit fd9fd66
Showing 1 changed file with 15 additions and 17 deletions.
32 changes: 15 additions & 17 deletions docs/administration/ldap-authorization-for-openldap.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,20 @@

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

```
Host: espo.local
Port: 389
Full User DN: cn=LDAP User,cn=espo-users,ou=users,dc=espo,dc=local
Password: ******
Username Attribute: uid
User ObjectClass: inetOrgPerson
Account Canonical Form: Dn
Bind Requires DN: yes
Base DN: cn=espo-users,ou=users,dc=espo,dc=local
Create User in EspoCRM: yes
User First Name Attribute: givenName
User Last Name Attribute: sn
User Title Attribute: title
User Email Address Attribute: mail
User Phone Number Attribute: telephoneNumber
```
- Host: `espo.local`
- Port: `389`
- Full User DN: `cn=LDAP User,cn=espo-users,ou=users,dc=espo,dc=local`
- Password: `******`
- Username Attribute: `uid`
- User ObjectClass: `inetOrgPerson`
- Account Canonical Form: `Dn`
- Bind Requires DN: `yes`
- Base DN: `cn=espo-users,ou=users,dc=espo,dc=local`
- Create User in EspoCRM: `yes`
- User First Name Attribute: `givenName`
- User Last Name Attribute: `sn`
- User Title Attribute: `title`
- User Email Address Attribute: `mail`
- User Phone Number Attribute: `telephoneNumber`

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

0 comments on commit fd9fd66

Please sign in to comment.