OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:forbiddenChars
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/bsd/openldap/dist/contrib/slapd-modules/ppm/
ppm.c
573
char
forbiddenChars
[VALUE_MAX_LEN];
619
{"
forbiddenChars
", typeStr, {.sVal = ""}, 0, 0, 0
659
strcpy_safe(
forbiddenChars
,
660
getValue(fileConf, numParam, "
forbiddenChars
")->sVal,
691
if (strchr(
forbiddenChars
, pPasswd[i]) != NULL) {
765
// Password checking done, now loocking for
forbiddenChars
criteria
776
nForbiddenChars,
forbiddenChars
);
Completed in 14 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026