Searched defs:ldap_bind_s (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libldap4/common/
H A Dbind.c95 * ldap_bind_s - bind to the ldap server (and X.500). The dn and password
103 * ldap_bind_s( ld, "cn=manager, o=university of michigan, c=us",
105 * ldap_bind_s( ld, "cn=manager, o=university of michigan, c=us",
109 ldap_bind_s( LDAP *ld, char *dn, char *passwd, int authmethod ) function
111 Debug( LDAP_DEBUG_TRACE, catgets(slapdcat, 1, 89, "ldap_bind_s\n"), 0, 0, 0 );
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dbind.c82 * ldap_bind_s - bind to the ldap server. The dn and password
90 * ldap_bind_s( ld, "cn=manager, o=university of michigan, c=us",
92 * ldap_bind_s( ld, "cn=manager, o=university of michigan, c=us",
97 ldap_bind_s( LDAP *ld, const char *dn, const char *passwd, int authmethod ) function
101 LDAPDebug( LDAP_DEBUG_TRACE, "ldap_bind_s\n", 0, 0, 0 );

Completed in 35 milliseconds