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
kb:ldap [2022/06/06 13:53] – [Configuring Directory Search - Cisco Phones] ak6dmkb:ldap [2022/06/14 01:16] (current) – [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. See available attributes below.
 +    * Some configurations, e.g. Snom, ask for a specially formatted search filter
 +      * Name Filter examples
 +        * Search name and callsign: <code>(cn=%)</code>
 +        * Search name, callsign, and city: <code>(|(cn=%)(l=%))</code>
 +        * Search only callsign: <code>(callsign=%)</code>
 +      * Number Filter example
 +        * Search HH phone number: <code>(telephoneNumber=%)</code>
 +  * LDAP Display Name: displayName
 +    * May also need to include displayName in the LDAP Name Attributes
 +  * These attributes are searchable and can be used in an LDAP Filter
 +    * Name Attributes 
 +      * name
 +      * givenName
 +      * callsign
 +      * cn - includes name and callsign
 +      * l - city (this is a lower case L)
 +      * st - state/province
 +      * c - country
 +    * Number Attributes
 +      * telephoneNumber
 +  * These attributes are useful for display
 +    * telephoneNumber
 +    * displayName - includes name and callsign, 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