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
kb:ldap [2022/06/13 22:02] – [General Configuration Information] ak6dmkb:ldap [2022/06/14 01:16] (current) – [General Configuration Information] ak6dm
Line 16: Line 16:
   * Scope: sub    * Scope: sub 
   * Search Filter   * Search Filter
-    * Some configurations, e.g. Cisco, only ask for attributes and build the filter for you.+    * 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     * Some configurations, e.g. Snom, ask for a specially formatted search filter
-      * This is only an example: <code>(|(givenName=%)(callsign=%)(l=%))</code>+      * 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   * These attributes are searchable and can be used in an LDAP Filter
-    * name +    * Name Attributes  
-    * givenName +      * name 
-    * callsign +      * givenName 
-    * cn - includes name and callsign +      * callsign 
-    * l - city (this is a lower case L) +      * cn - includes name and callsign 
-    * st - state/province +      * l - city (this is a lower case L) 
-    * c - country+      * st - state/province 
 +      * c - country 
 +    * Number Attributes 
 +      * telephoneNumber 
 +  * These attributes are useful for display
     * telephoneNumber     * telephoneNumber
-  * These attributes are useful for the response +    * displayName - includes name and callsign, matches closely to HH Caller ID
-    * telephoneNumber +
-    * displayName - matches closely to HH Caller ID+
  
  
kb/ldap.txt · Last modified: 2022/06/14 01:16 by ak6dm