HomeSort by: relevance | last modified time | path
    Searched defs:maxConsecutivePerClass (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/openldap/dist/contrib/slapd-modules/ppm/
ppm.c 110 // is the new max a better candidate to maxConsecutivePerClass?
113 // found a better maxConsecutivePerClass
576 int maxConsecutivePerClass;
622 {"maxConsecutivePerClass", typeInt, {.iVal = 0}, 0, 0, 0
662 maxConsecutivePerClass = getValue(fileConf, numParam, "maxConsecutivePerClass")->iVal;
780 // Password checking done, now loocking for maxConsecutivePerClass criteria
783 if ( maxConsecutivePerClass != 0 &&
785 > maxConsecutivePerClass)) {
798 maxConsecutivePerClass, fileConf[i].param)
    [all...]

Completed in 16 milliseconds