Searched refs:ldap_simple_bind_s (Results 1 - 10 of 10) sorted by relevance

/osnet-11/usr/src/lib/libldap4/common/
H A Dbind.c115 return( ldap_simple_bind_s( ld, dn, passwd ) );
H A Dsbind.c152 * ldap_simple_bind_s( ld, "cn=manager, o=university of michigan, c=us",
157 ldap_simple_bind_s( LDAP *ld, char *dn, char *passwd ) function
162 Debug( LDAP_DEBUG_TRACE, catgets(slapdcat, 1, 241, "ldap_simple_bind_s\n"), 0, 0, 0 );
H A Dllib-lldap42 int ldap_simple_bind_s( LDAP *ld, char *who, char *passwd );
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dbind.c105 return( ldap_simple_bind_s( ld, dn, passwd ) );
H A Dsbind.c148 * ldap_simple_bind_s( ld, "cn=manager, o=university of michigan, c=us",
153 ldap_simple_bind_s( LDAP *ld, const char *dn, const char *passwd ) function
158 LDAPDebug( LDAP_DEBUG_TRACE, "ldap_simple_bind_s\n", 0, 0, 0 );
176 * simple_bindifnot_s() is like ldap_simple_bind_s() except that it only does
H A Dllib-lldap45 int ldap_simple_bind_s( LDAP *ld, const char *dn, const char *passwd );
/osnet-11/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_conf.c584 errnum = ldap_simple_bind_s(ld, config_info->proxy_dn,
597 errnum = ldap_simple_bind_s(ld, NULL, NULL);
/osnet-11/usr/src/lib/libfedfs/common/
H A Dnsdb_primitives.c259 rc = ldap_simple_bind_s(ld, dn, pw);
262 (void) fprintf(stderr, "ldap_simple_bind_s() failed: %s\n",
265 syslog(LOG_WARNING, "nsdb_connect: ldap_simple_bind_s() "
270 (void) fprintf(stderr, "ldap_simple_bind_s() OK\n");
/osnet-11/usr/src/lib/libldap4/include/
H A Dldap.h917 int ldap_simple_bind_s(LDAP *ld, char *who, char *passwd);
/osnet-11/usr/src/head/
H A Dldap.h490 int LDAP_CALL ldap_simple_bind_s(LDAP *ld, const char *who,

Completed in 34 milliseconds