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

  /src/external/bsd/openldap/dist/servers/slapd/
backend.c 219 && BER_BVISNULL( &be->be_rootpw ) )
474 if ( !BER_BVISNULL( &bd->be_rootpw ) ) {
475 free( bd->be_rootpw.bv_val );
530 if ( !BER_BVISNULL( &bd->be_rootpw ) ) {
531 free( bd->be_rootpw.bv_val );
844 if ( BER_BVISNULL( &op->o_bd->be_rootpw ) ) {
849 if ( BER_BVISEMPTY( &op->o_bd->be_rootpw ) ) {
864 rc = lutil_passwd( &op->o_bd->be_rootpw, &op->orb_cred, NULL, NULL );
sasl.c 390 !BER_BVISEMPTY( &op->o_bd->be_rootpw )) {
394 if ( lutil_passwd_scheme( op->o_bd->be_rootpw.bv_val )) {
395 if ( !strncasecmp( op->o_bd->be_rootpw.bv_val,
399 cbv.bv_len = op->o_bd->be_rootpw.bv_len -
402 cbv.bv_val = op->o_bd->be_rootpw.bv_val +
408 cbv = op->o_bd->be_rootpw;
bconfig.c 3511 if (!BER_BVISEMPTY(&c->be->be_rootpw)) {
3514 c->value_bv = c->be->be_rootpw;
3519 ch_free( c->be->be_rootpw.bv_val );
3520 BER_BVZERO( &c->be->be_rootpw );
3532 if ( !BER_BVISNULL( &c->be->be_rootpw ))
3533 ch_free( c->be->be_rootpw.bv_val );
3534 c->be->be_rootpw = c->value_bv;
slap.h 1995 struct berval be_rootpw; /* the magic "root" password for this db */ member in struct:BackendDB

Completed in 37 milliseconds