Home
last modified time | relevance | path

Searched refs:be_rootpw (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dbackend.c222 && BER_BVISNULL( &be->be_rootpw ) ) in backend_startup_one()
480 if ( !BER_BVISNULL( &bd->be_rootpw ) ) { in backend_destroy_one()
481 free( bd->be_rootpw.bv_val ); in backend_destroy_one()
536 if ( !BER_BVISNULL( &bd->be_rootpw ) ) { in backend_destroy()
537 free( bd->be_rootpw.bv_val ); in backend_destroy()
849 if ( BER_BVISNULL( &op->o_bd->be_rootpw ) ) { in be_rootdn_bind()
854 if ( BER_BVISEMPTY( &op->o_bd->be_rootpw ) ) { in be_rootdn_bind()
869 rc = lutil_passwd( &op->o_bd->be_rootpw, &op->orb_cred, NULL, NULL ); in be_rootdn_bind()
H A Dsasl.c390 !BER_BVISEMPTY( &op->o_bd->be_rootpw )) { in slap_auxprop_lookup()
394 if ( lutil_passwd_scheme( op->o_bd->be_rootpw.bv_val )) { in slap_auxprop_lookup()
395 if ( !strncasecmp( op->o_bd->be_rootpw.bv_val, in slap_auxprop_lookup()
399 cbv.bv_len = op->o_bd->be_rootpw.bv_len - in slap_auxprop_lookup()
402 cbv.bv_val = op->o_bd->be_rootpw.bv_val + in slap_auxprop_lookup()
408 cbv = op->o_bd->be_rootpw; in slap_auxprop_lookup()
H A Dbconfig.c3462 if (!BER_BVISEMPTY(&c->be->be_rootpw)) { in config_rootpw()
3465 c->value_bv = c->be->be_rootpw; in config_rootpw()
3470 ch_free( c->be->be_rootpw.bv_val ); in config_rootpw()
3471 BER_BVZERO( &c->be->be_rootpw ); in config_rootpw()
3483 if ( !BER_BVISNULL( &c->be->be_rootpw )) in config_rootpw()
3484 ch_free( c->be->be_rootpw.bv_val ); in config_rootpw()
3485 c->be->be_rootpw = c->value_bv; in config_rootpw()
H A Dslap.h1982 struct berval be_rootpw; /* the magic "root" password for this db */ member