| 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...] |