Home
last modified time | relevance | path

Searched refs:policy_pwhistory_len (Results 1 – 1 of 1) sorted by relevance

/dports/net/samba412/samba-4.12.15/source3/auth/
H A Dcheck_samsec.c304 uint32_t policy_pwhistory_len; in need_to_increment_bad_pw_count() local
311 &policy_pwhistory_len); in need_to_increment_bad_pw_count()
312 if (policy_pwhistory_len == 0) { in need_to_increment_bad_pw_count()
324 for (i=1; i < MIN(MIN(3, policy_pwhistory_len), pwhistory_len); i++) { in need_to_increment_bad_pw_count()