Home
last modified time | relevance | path

Searched defs:pass_policy (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dppolicy.c80 typedef struct pass_policy { struct
81 AttributeDescription *ad; /* attribute to which the policy applies */
82 int pwdMinAge; /* minimum time (seconds) until passwd can change */
83 int pwdMaxAge; /* time in seconds until pwd will expire after change */
84 int pwdMaxIdle; /* number of seconds since last successful bind before
86 int pwdInHistory; /* number of previous passwords kept */
87 int pwdCheckQuality; /* 0 = don't check quality, 1 = check if possible,
89 int pwdMinLength; /* minimum number of chars in password */
90 int pwdMaxLength; /* maximum number of chars in password */
91 int pwdExpireWarning; /* number of seconds that warning controls are
[all …]