Home
last modified time | relevance | path

Searched full:clear_on_fail (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/pam-krb5/docs/
H A Ddocknot.yaml263 fails, use the `clear_on_fail` option. For example:
266 password required pam_krb5.so clear_on_fail minimum_uid=1000
273 password (because of the `clear_on_fail` option), and since `pam_unix`
275 fail. `clear_on_fail` is not the default because it would interfere
H A Dpam_krb5.pod482 =item clear_on_fail
/freebsd/contrib/pam-krb5/
H A DREADME.md291 fails, use the `clear_on_fail` option. For example:
294 password required pam_krb5.so clear_on_fail minimum_uid=1000
301 (because of the `clear_on_fail` option), and since `pam_unix` and
303 `clear_on_fail` is not the default because it would interfere with the
H A DREADME268 fails, use the clear_on_fail option. For example:
270 password required pam_krb5.so clear_on_fail minimum_uid=1000
276 password (because of the clear_on_fail option), and since pam_unix and
278 clear_on_fail is not the default because it would interfere with the
H A DNEWS747 Add a new clear_on_fail option for the password group. If set, when a
/freebsd/contrib/pam-krb5/module/
H A Dpassword.c198 * On failure, when clear_on_fail is set, we set the new password to NULL in change_password()
204 if (retval != PAM_SUCCESS && args->config->clear_on_fail) { in change_password()
H A Doptions.c38 { K(clear_on_fail), true, BOOL (false) },
H A Dinternal.h77 bool clear_on_fail; /* Delete saved password on change failure. */ member
/freebsd/lib/libpam/modules/pam_krb5/
H A Dpam-krb5.8506 .IP clear_on_fail 4
507 .IX Item "clear_on_fail"