User Tools

Site Tools


kb:ldap

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
kb:ldap [2022/06/06 13:53] – [Configuring Directory Search - Cisco Phones] ak6dmkb:ldap [2022/06/13 22:02] – [General Configuration Information] ak6dm
Line 1: Line 1:
 ====== Directory Search ====== ====== Directory Search ======
 +
 +==== General Configuration Information ====
 +
 +While configuration terminology and format will vary, these can be used to configure most LDAP directory clients.
 +
 +  * Server: 
 +    * Hostname: <code>dir.hamshackhotline.com</code>
 +    * URL: <code>ldap://dir.hamshackhotline.com/</code>
 +  * LDAP Version: 3
 +  * Use SSL: No - we do not support LDAPS, SSL, TLS, or StartTLS
 +  * Authentication/Bind
 +    * Authentication is not required. If given the option, choose None or No or Anonymous Bind.
 +    * If asked for Bind DN/User and/or Bind Password, both should be left blank.
 +  * Search Base DN: <code>ou=phonebook,dc=hamshackhotline,dc=com</code>
 +  * Scope: sub 
 +  * Search Filter
 +    * Some configurations, e.g. Cisco, only ask for attributes and build the filter for you.
 +    * Some configurations, e.g. Snom, ask for a specially formatted search filter
 +      * This is only an example: <code>(|(givenName=%)(callsign=%)(l=%))</code>
 +  * These attributes are searchable and can be used in an LDAP Filter
 +    * name
 +    * givenName
 +    * callsign
 +    * cn - includes name and callsign
 +    * l - city (this is a lower case L)
 +    * st - state/province
 +    * c - country
 +    * telephoneNumber
 +  * These attributes are useful for the response
 +    * telephoneNumber
 +    * displayName - matches closely to HH Caller ID
 +
 +
  
 ==== Configuring Directory Search - Cisco Phones ==== ==== Configuring Directory Search - Cisco Phones ====
kb/ldap.txt · Last modified: 2022/06/14 01:16 by ak6dm