HomeSort by: relevance | last modified time | path
    Searched refs:bindconf (Results 1 - 10 of 10) sorted by relevancy

  /src/external/bsd/openldap/dist/tests/data/
lloadd-empty.conf 22 bindconf
lloadd-sasl.conf 22 bindconf
lloadd.conf 22 bindconf
lloadd-backend-issues.conf 20 bindconf
lloadd-tls.conf 31 bindconf
  /src/external/bsd/openldap/dist/servers/lloadd/
backend.c 154 if ( bindconf.sb_keepalive.sk_idle > 0 ) {
157 (void *)&bindconf.sb_keepalive.sk_idle,
158 sizeof(bindconf.sb_keepalive.sk_idle) ) ==
169 if ( bindconf.sb_keepalive.sk_probes > 0 ) {
172 (void *)&bindconf.sb_keepalive.sk_probes,
173 sizeof(bindconf.sb_keepalive.sk_probes) ) ==
184 if ( bindconf.sb_keepalive.sk_interval > 0 ) {
187 (void *)&bindconf.sb_keepalive.sk_interval,
188 sizeof(bindconf.sb_keepalive.sk_interval) ) ==
200 if ( bindconf.sb_tcp_user_timeout > 0 )
    [all...]
upstream.c 341 lutil_sasl_defaults( NULL, bindconf.sb_saslmech.bv_val,
342 bindconf.sb_realm.bv_val, bindconf.sb_authcId.bv_val,
343 bindconf.sb_cred.bv_val, bindconf.sb_authzId.bv_val );
396 rc = sasl_client_start( ctx, bindconf.sb_saslmech.bv_val,
516 &bindconf.sb_binddn, LDAP_AUTH_SASL,
605 if ( bindconf.sb_method == LDAP_AUTH_SIMPLE ) {
609 &bindconf.sb_binddn, LDAP_AUTH_SIMPLE,
610 &bindconf.sb_cred )
    [all...]
config.c 136 struct slap_bindconf bindconf = {}; variable in typeref:struct:slap_bindconf
223 { "bindconf", "backend credentials", 2, 0, 0,
1286 lload_bindconf_unparse( &bindconf, &bv );
1301 lload_bindconf_free( &bindconf );
1310 if ( lload_bindconf_parse( c->argv[i], &bindconf ) ) {
1318 if ( bindconf.sb_method == LDAP_AUTH_SASL ) {
1326 if ( !BER_BVISNULL( &bindconf.sb_authzId ) ) {
1327 ber_bvreplace( &lloadd_identity, &bindconf.sb_authzId );
1328 } else if ( !BER_BVISNULL( &bindconf.sb_authcId ) ) {
1329 ber_bvreplace( &lloadd_identity, &bindconf.sb_authcId )
    [all...]
lload.h 117 LDAP_SLAPD_V (struct slap_bindconf) bindconf;
daemon.c 1388 lload_bindconf_free( &bindconf );

Completed in 33 milliseconds