Lines Matching defs:dn
30 * ldap_sasl_bind - authenticate to the ldap server. The dn, mechanism,
48 const char *dn,
96 if ( dn == NULL )
97 dn = "";
101 if ( (rc = (ld->ld_cache_bind)( ld, msgid, LDAP_REQ_BIND, dn,
126 ldapversion, dn, LDAP_AUTH_SIMPLE, cred->bv_val,
132 LDAP_REQ_BIND, ldapversion, dn, LDAP_AUTH_SASL,
136 LDAP_REQ_BIND, ldapversion, dn, LDAP_AUTH_SASL,
156 (char *)dn, ber );
163 * The dn, mechanism, and credentials of the entry to which to bind are
177 const char *dn,
195 if ( ( err = ldap_sasl_bind( ld, dn, mechanism, cred, serverctrls,
258 /* skip past message id, matched dn, error message ... */