Searched refs:bindconf (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/external/bsd/openldap/dist/servers/lloadd/ |
| H A D | backend.c | 154 if ( bindconf.sb_keepalive.sk_idle > 0 ) { in upstream_name_cb() 157 (void *)&bindconf.sb_keepalive.sk_idle, in upstream_name_cb() 158 sizeof(bindconf.sb_keepalive.sk_idle) ) == in upstream_name_cb() 169 if ( bindconf.sb_keepalive.sk_probes > 0 ) { in upstream_name_cb() 172 (void *)&bindconf.sb_keepalive.sk_probes, in upstream_name_cb() 173 sizeof(bindconf.sb_keepalive.sk_probes) ) == in upstream_name_cb() 184 if ( bindconf.sb_keepalive.sk_interval > 0 ) { in upstream_name_cb() 187 (void *)&bindconf.sb_keepalive.sk_interval, in upstream_name_cb() 188 sizeof(bindconf.sb_keepalive.sk_interval) ) == in upstream_name_cb() 200 if ( bindconf.sb_tcp_user_timeout > 0 ) { in upstream_name_cb() [all …]
|
| H A D | upstream.c | 301 lutil_sasl_defaults( NULL, bindconf.sb_saslmech.bv_val, in sasl_bind_step() 302 bindconf.sb_realm.bv_val, bindconf.sb_authcId.bv_val, in sasl_bind_step() 303 bindconf.sb_cred.bv_val, bindconf.sb_authzId.bv_val ); in sasl_bind_step() 356 rc = sasl_client_start( ctx, bindconf.sb_saslmech.bv_val, in sasl_bind_step() 476 &bindconf.sb_binddn, LDAP_AUTH_SASL, in upstream_bind_cb() 564 if ( bindconf.sb_method == LDAP_AUTH_SIMPLE ) { in upstream_bind() 568 &bindconf.sb_binddn, LDAP_AUTH_SIMPLE, in upstream_bind() 569 &bindconf.sb_cred ); in upstream_bind() 583 &bindconf.sb_binddn, LDAP_AUTH_SASL, in upstream_bind() 658 } else if ( bindconf.sb_method == LDAP_AUTH_NONE ) { in upstream_finish()
|
| H A D | config.c | 142 struct slap_bindconf bindconf = {}; variable 1194 lload_bindconf_unparse( &bindconf, &bv ); in config_bindconf() 1209 lload_bindconf_free( &bindconf ); in config_bindconf() 1218 if ( lload_bindconf_parse( c->argv[i], &bindconf ) ) { in config_bindconf() 1226 if ( bindconf.sb_method == LDAP_AUTH_SASL ) { in config_bindconf() 1234 if ( !BER_BVISNULL( &bindconf.sb_authzId ) ) { in config_bindconf() 1235 ber_dupbv( &lloadd_identity, &bindconf.sb_authzId ); in config_bindconf() 1236 } else if ( !BER_BVISNULL( &bindconf.sb_authcId ) ) { in config_bindconf() 1237 ber_dupbv( &lloadd_identity, &bindconf.sb_authcId ); in config_bindconf() 1238 } else if ( !BER_BVISNULL( &bindconf.sb_binddn ) ) { in config_bindconf() [all …]
|
| H A D | lload.h | 117 LDAP_SLAPD_V (struct slap_bindconf) bindconf;
|
| H A D | daemon.c | 1378 lload_bindconf_free( &bindconf ); in lloadd_daemon()
|
| /netbsd-src/external/bsd/openldap/dist/tests/data/ |
| H A D | lloadd-empty.conf | 22 bindconf
|
| H A D | lloadd.conf | 22 bindconf
|
| H A D | lloadd-sasl.conf | 22 bindconf
|
| H A D | lloadd-backend-issues.conf | 20 bindconf
|
| H A D | lloadd-tls.conf | 31 bindconf
|