Searched full:clear_on_fail (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/pam-krb5/docs/ |
| H A D | docknot.yaml | 263 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 D | pam_krb5.pod | 482 =item clear_on_fail
|
| /freebsd/contrib/pam-krb5/ |
| H A D | README.md | 291 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 D | README | 268 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 D | NEWS | 747 Add a new clear_on_fail option for the password group. If set, when a
|
| /freebsd/contrib/pam-krb5/module/ |
| H A D | password.c | 198 * 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 D | options.c | 38 { K(clear_on_fail), true, BOOL (false) },
|
| H A D | internal.h | 77 bool clear_on_fail; /* Delete saved password on change failure. */ member
|
| /freebsd/lib/libpam/modules/pam_krb5/ |
| H A D | pam-krb5.8 | 506 .IP clear_on_fail 4 507 .IX Item "clear_on_fail"
|