LDAP Lookup
Description
This allows user lookup from LDAP server.
Config Options
Config Option | Description |
---|---|
overrideallset | This is an array of keys & values that are set to be overriden regardless |
overrrideset | This is an array of keys & values that are set to be overriden as long as it hasnt been set in calling object |
ldap_server | is the ldap server name in php ldap convention |
ldap_port | is the optional ldap port of the server |
ldap_set_option | any php ldap options can be specified in this via an array with the keyname as the parameter and the value as the value. |
ldap_bind_rdn | is the RDN used to authenticate (leave out if anonymous is wanted) |
ldap_bind_password | is the password associated with the bind RDN |
ldap_search_dn | is the base_dn of the search (if this is an array of multiple it should search them all) |
ldap_user_prefix | is the prefix for the username search eg sAMAccountName= but it could include other filter elements first in standard LDAP filter parameters |
lowercasecompare | convert everything to lower case before comparing boolean |
storeprepend | when storing all info in the lookupobject what should this module prepend the field names with |
ldap_attributes | an associative array of keys & values where the key is the ldap attribute name and the value is what it means for the lookup, there can be more than one key pointing to the same value |