Searched full:use_authtok (Results 1 – 21 of 21) sorted by relevance
| /freebsd/contrib/pam_modules/pam_passwdqc/ |
| H A D | README | 12 user. There's usually the "use_authtok" option to do that. If your 13 password changing module lacks the "use_authtok" option or its prompts 135 use_authtok [] 139 the only difference between "use_first_pass" and "use_authtok" is that
|
| H A D | PLATFORMS | 8 module which understands "use_authtok". Thus, you may choose which
|
| H A D | pam_passwdqc.spec | 61 - 0.2: added "use_authtok", added README.
|
| H A D | pam_passwdqc.c | 291 if (!strcmp(*argv, "use_authtok")) { in parse()
|
| /freebsd/contrib/pam-krb5/ |
| H A D | NEWS | 431 another module that uses use_authtok. Without this behavior, the 433 see no saved password and use_authtok will reject the password change. 465 UPGRADE WARNING: If you were using pam_krb5 with the use_authtok 470 UPGRADE WARNING: If you used the use_authtok parameter in the 474 use_authtok parameter. use_authtok applies only to the password group 479 work when stacked with pam_cracklib. Change use_authtok to have the 481 need to add use_first_pass to use_authtok to get the desired behavior. 485 obtained by a previous module, use use_authtok instead. 491 use_authtok previously had for the current password. 493 use_authtok no longer has any meaning for the authentication stack. [all …]
|
| H A D | README.md | 286 password required pam_krb5.so use_authtok minimum_uid=1000 295 password required pam_unix.so use_authtok obscure sha512 296 password required pam_smbpass.so use_authtok 302 `pam_smbpass` are both configured with `use_authtok`, they will both fail.
|
| H A D | README | 264 password required pam_krb5.so use_authtok minimum_uid=1000 271 password required pam_unix.so use_authtok obscure sha512 272 password required pam_smbpass.so use_authtok 277 pam_smbpass are both configured with use_authtok, they will both fail.
|
| /freebsd/contrib/pam-krb5/tests/data/scripts/password/ |
| H A D | authtok-too-long | 1 # Test use_authtok with an excessively long password. -*- conf -*- 8 password = use_authtok
|
| H A D | authtok-too-long-debug | 1 # Test use_authtok with an excessively long password. -*- conf -*- 8 password = use_authtok debug
|
| H A D | authtok-force | 11 password = use_authtok force_first_pass
|
| H A D | authtok | 11 password = use_authtok
|
| /freebsd/contrib/pam-krb5/tests/module/ |
| H A D | password-t.c | 77 /* Test use_authtok with an excessively long password. */ in main() 126 /* Test use_authtok. */ in main() 132 /* Test use_authtok with force_first_pass. */ in main()
|
| /freebsd/crypto/openssh/contrib/ |
| H A D | sshd.pam.generic | 6 password required /lib/security/pam_unix.so shadow nullok use_authtok
|
| /freebsd/lib/libpam/modules/pam_passwdqc/ |
| H A D | pam_passwdqc.8 | 237 .It Cm use_first_pass , use_authtok 245 .Cm use_authtok
|
| /freebsd/contrib/pam-krb5/module/ |
| H A D | password.c | 43 if (args->config->use_authtok) { in pamk5_password_prompt() 200 * use_authtok will also fail. Otherwise, since the order of the stack is in change_password() 285 * stacked behind pam-krb5 with use_authtok and have it still work for in pamk5_password()
|
| H A D | options.c | 71 { K(use_authtok), false, BOOL (false) },
|
| H A D | internal.h | 101 bool use_authtok; /* Use the stored new password for changes. */ member
|
| H A D | auth.c | 981 if (args->config->use_authtok && !args->config->force_first_pass) { in pamk5_authenticate() 982 putil_err(args, "use_authtok option in authentication group should" in pamk5_authenticate()
|
| /freebsd/contrib/pam-krb5/docs/ |
| H A D | docknot.yaml | 258 password required pam_krb5.so use_authtok minimum_uid=1000 267 password required pam_unix.so use_authtok obscure sha512 268 password required pam_smbpass.so use_authtok 274 and `pam_smbpass` are both configured with `use_authtok`, they will both
|
| H A D | pam_krb5.pod | 499 force any subsequent modules that have I<use_authtok> set to fail so that 766 password group, it applies only to the old password. See I<use_authtok> 827 =item use_authtok 848 password group, it applies only to the old password. See I<use_authtok>
|
| /freebsd/lib/libpam/modules/pam_krb5/ |
| H A D | pam-krb5.8 | 523 force any subsequent modules that have \fIuse_authtok\fR set to fail so that 770 password group, it applies only to the old password. See \fIuse_authtok\fR 827 .IP use_authtok 4 828 .IX Item "use_authtok" 847 password group, it applies only to the old password. See \fIuse_authtok\fR
|