Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/openldap/dist/servers/slapd/
Dbconfig.c87 static char *passwd_salt; variable
1117 if ( passwd_salt ) in config_generic()
1118 c->value_string = ch_strdup( passwd_salt ); in config_generic()
1582 ch_free( passwd_salt ); in config_generic()
1583 passwd_salt = NULL; in config_generic()
1960 if ( passwd_salt ) ch_free( passwd_salt ); in config_generic()
1961 passwd_salt = c->value_string; in config_generic()
1962 lutil_salt_format(passwd_salt); in config_generic()