HomeSort by: relevance | last modified time | path
    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