Skip to content

Commit

Permalink
Added ldap support for gigaset DECT managers N510 and N720
Browse files Browse the repository at this point in the history
  • Loading branch information
a-schild committed Oct 3, 2017
1 parent a07d022 commit d5e28b4
Show file tree
Hide file tree
Showing 3 changed files with 720 additions and 572 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ for **update** istructions read the **update.txt** document
- v1.2 Added support for text search
- v1.3 Added support to correctly shutdown ldap daemon
- v1.4 Added support for LDAPS
- v1.5 Added support for Gigaset N510 and N720 DECT handsets

(C) Aarboard AG, www.aarboard.ch, 2017

Expand Down
14 changes: 14 additions & 0 deletions install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,17 @@ configure the quickdial object in your pbx with these values:
Name Attributes cn
Number Attributes telephoneNumber
Detail Attributes cn

For Gigaset support, you have to use a special search base
with gigaset in the dn like this:
BaseDN: dc=gigaset,dc=company,dc=ch
Namefilter: (|(cn=%)(sn=%))
Numberfilter: (|(telephoneNumber=%)(mobile=%))
Firstname: person
Phone private: telephoneNumber
Phone mobile: mobile
E-Mail: mail
Company: company
Additional attributes: speedDialFixnet,speedDialMobile


Loading

0 comments on commit d5e28b4

Please sign in to comment.