Searched defs:ldap_bind (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/libldap4/common/ |
H A D | bind.c | 43 * ldap_bind - bind to the ldap server (and X.500). The dn and password 51 * ldap_bind( ld, "cn=manager, o=university of michigan, c=us", "secret", 56 ldap_bind( LDAP *ld, char *dn, char *passwd, int authmethod ) function 74 Debug( LDAP_DEBUG_TRACE, catgets(slapdcat, 1, 88, "ldap_bind\n"), 0, 0, 0 );
|
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | bind.c | 37 * ldap_bind - bind to the ldap server. The dn and password 45 * ldap_bind( ld, "cn=manager, o=university of michigan, c=us", "secret", 51 ldap_bind( LDAP *ld, const char *dn, const char *passwd, int authmethod ) function 65 LDAPDebug( LDAP_DEBUG_TRACE, "ldap_bind\n", 0, 0, 0 );
|
Completed in 163 milliseconds