Displaying 1 result from an estimated 1 matches for "db_ldap_set_attrs".
2005 Apr 12
1
test67 ldap_connection
...#39;. As 'passdb_ldap_conn' and 'userdb_ldap_conn' are of
the 'ldap_connection' type and since the 'db_ldap_init' function
returns the existing ldap connection if it exists, the
'passdb_ldap_preinit' and 'usedb_ldap_preinit' will call the
'db_ldap_set_attrs' function on _the same_ 'ldap_connection' object.
- So when the 'db_ldap_search' function is called from the
'passdb-ldap.c:ldap_lookup_pass function, the 5th argument
(passdb_ldap_conn->attr_names) will point to the 'user_attrs'
instead of the 'pass_at...