Searched refs:minForPoint (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/ppm/ |
| H A D | ppm.c | 125 char *min, char *minForPoint, conf * fileConf, int *numParam) in storeEntry() argument 135 if (minForPoint == NULL || strcmp(minForPoint,"") == 0) in storeEntry() 138 iMinForPoint = atoi(minForPoint); in storeEntry() 151 fileConf[i].minForPoint = iMinForPoint; in storeEntry() 169 fileConf[*numParam].minForPoint = iMinForPoint; in storeEntry() 233 char *min, *minForPoint;; in read_config_attr() local 263 minForPoint = strtok_r(NULL, " \t", &saveptr2); in read_config_attr() 264 if (minForPoint != NULL) in read_config_attr() 265 if (strchr(minForPoint, '\n') != NULL) in read_config_attr() 266 strchr(minForPoint, '\n')[0] = '\0'; in read_config_attr() local [all …]
|
| H A D | ppm.h | 105 int minForPoint; member 119 char *min, char *minForPoint, conf * fileConf, int *numParam);
|
| H A D | README.md | 114 parameter value [min] [minForPoint] 236 …:10 debian-10-64 slapd[1981]: ppm: Param = minQuality, value = 3, min = (null), minForPoint= (null) 245 …46:10 debian-10-64 slapd[1981]: ppm: Param = checkRDN, value = 0, min = (null), minForPoint= (null) 261 …0-64 slapd[1981]: ppm: Param = maxConsecutivePerClass, value = 0, min = (null), minForPoint= (null) 269 …10 debian-10-64 slapd[1981]: ppm: Param = useCracklib, value = 0, min = (null), minForPoint= (null) 279 … Param = cracklibDict, value = /var/cache/cracklib/cracklib_dict, min = (null), minForPoint= (null) 289 …pd[1981]: ppm: Param = class-upperCase, value = ABCDEFGHIJKLMNOPQRSTUVWXYZ, min = 0, minForPoint= 1 292 …pd[1981]: ppm: Param = class-lowerCase, value = abcdefghijklmnopqrstuvwxyz, min = 0, minForPoint= 1 295 …:10 debian-10-64 slapd[1981]: ppm: Param = class-digit, value = 0123456789, min = 0, minForPoint= 1 298 …aram = class-special, value = <>,?;.:/!§ù%*µ^¨$£²&é~"#'{([-|è`_\ç^à@)]°=}+, min = 0, minForPoint= 1
|