In the contact page we can enable or disable the LDAP server to export directory contacts. The fields exported in the LDAP are:
| CM Field | LDAP Field |
|---|---|
| Organization | o |
| Name | cn |
| Last name | sn |
| Work phone | telephoneNumber |
| Mobile phone | mobile |
| Home phone | homePhone |
| Extension | pager |
To username format to authenticate an user is: cn=<username>,ou=users,o=<domain name> (ex: cn=100,ou=users,o=dominio.local)
| Basic Parameters | |
|---|---|
| LDAP Name Filter | (|(cn=%)) |
| LDAP Number Filter | (|(homePhone=%)(telephoneNumber=%)(mobile=%)) |
| Server Address | The server address (ex: 192.168.10.1) |
| Port | The server service port (ex: 389) |
| Base | o=<domain name> (ex: o=commsmundi.com) |
| Username | cn=<username>,ou=users,o=<domain name> (ex: cn=100,ou=users,o=commsmundi.com) |
| Password | |
| LDAP Name Attributes | cn |
| LDAP Number Attributes | telephoneNumber mobile homePhone |
| LDAP Display Name | %cn |
| Protocol | version 3 |
| LDAP Lookup For Incoming Call | enabled |
| LDAP Sorting Results | enabled |
in the Setting page set “Directory” and “Search Source List In Dialing” to use LDAP first.
| Basic Parameters | |
|---|---|
| LDAP Lookup When Dialing | enabled |
| LDAP Lookip When Incoming Call | enabled |
| Server Address | The server address (ex: 192.168.10.1) |
| Port | The server service port (ex: 389) |
| Base DN | o=<domain name> (ex: o=commsmundi.com) |
| Username | cn=<username>,ou=users,o=<domain name> (ex: cn=100,ou=users,o=commsmundi.com) |
| Password | |
| LDAP Name Attributes | cn |
| LDAP Number Attributes | telephoneNumber mobile homePhone |
| LDAP Name Filter | (|(cn=%)) |
| LDAP Number Filter | (|(homePhone=%)(telephoneNumber=%)(mobile=%)) |
| LDAP Display Name | %cn |