Lines Matching defs:dn
43 * ldap_bind - bind to the ldap server (and X.500). The dn and password
56 ldap_bind( LDAP *ld, char *dn, char *passwd, int authmethod )
78 return( ldap_simple_bind( ld, dn, passwd ) );
82 return( ldap_kerberos_bind1( ld, dn ) );
85 return( ldap_kerberos_bind2( ld, dn ) );
95 * ldap_bind_s - bind to the ldap server (and X.500). The dn and password
109 ldap_bind_s( LDAP *ld, char *dn, char *passwd, int authmethod )
115 return( ldap_simple_bind_s( ld, dn, passwd ) );
119 return( ldap_kerberos_bind_s( ld, dn ) );
122 return( ldap_kerberos_bind1_s( ld, dn ) );
125 return( ldap_kerberos_bind2_s( ld, dn ) );