Searched full:ignore_root (Results 1 – 18 of 18) sorted by relevance
| /freebsd/contrib/pam-krb5/tests/pam-util/ |
| H A D | options-t.c | 55 bool ignore_root; member 68 { K(ignore_root), false, BOOL (true) }, 153 "ignore_root", in main() 161 "ignore_root", in main() 181 is_int(true, args->config->ignore_root, "...ignore_root default"); in main() 191 is_int(true, args->config->ignore_root, "...ignore_root still default"); in main() 210 is_int(true, args->config->ignore_root, "...ignore_root is set"); in main() 255 is_int(true, args->config->ignore_root, "...ignore_root is set"); in main() 352 is_int(true, args->config->ignore_root, "...ignore_root default"); in main() 378 is_int(true, args->config->ignore_root, "...ignore_root default"); in main() [all …]
|
| /freebsd/contrib/pam-krb5/tests/data/scripts/basic/ |
| H A D | ignore-root | 11 auth = ignore_root 12 password = ignore_root
|
| H A D | ignore-root-debug | 11 auth = ignore_root debug 12 password = ignore_root debug
|
| /freebsd/contrib/pam-krb5/tests/data/scripts/password/ |
| H A D | ignore | 8 password = ignore_root
|
| /freebsd/contrib/pam-krb5/tests/data/ |
| H A D | krb5-pam.conf | 12 ignore_root = false
|
| H A D | krb5.conf | 12 ignore_root = false
|
| /freebsd/contrib/pam-krb5/tests/module/ |
| H A D | basic-t.c | 52 * Attempt login as the root user to test ignore_root. Set our current in main()
|
| /freebsd/contrib/pam-krb5/module/ |
| H A D | support.c | 40 if (args->config->ignore_root && strcmp("root", username) == 0) { in pamk5_should_ignore()
|
| H A D | options.c | 49 { K(ignore_root), true, BOOL (false) },
|
| H A D | internal.h | 61 bool ignore_root; /* Skip authentication for root. */ member
|
| H A D | password.c | 292 if (args->config->ignore_root || args->config->minimum_uid > 0) { in pamk5_password()
|
| H A D | setcred.c | 182 if (args->config->ignore_root || args->config->minimum_uid > 0) { in create_session_context()
|
| /freebsd/contrib/pam-krb5/docs/ |
| H A D | docknot.yaml | 459 configured to be ignored via `ignore_root` or `minimum_uid`, 464 default, since otherwise a configuration using `ignore_root` with
|
| H A D | pam_krb5.pod | 154 always use the I<ignore_root> or I<minimum_uid> options, list a local 284 =item ignore_root
|
| /freebsd/lib/libpam/modules/pam_krb5/ |
| H A D | pam-krb5.8 | 199 always use the \fIignore_root\fR or \fIminimum_uid\fR options, list a local 328 .IP ignore_root 4 329 .IX Item "ignore_root"
|
| /freebsd/contrib/pam-krb5/ |
| H A D | README.md | 487 configured to be ignored via `ignore_root` or `minimum_uid`, `pam_setcred` 492 otherwise a configuration using `ignore_root` with pam-krb5 as the only
|
| H A D | README | 454 configured to be ignored via ignore_root or minimum_uid, pam_setcred 459 configuration using ignore_root with pam-krb5 as the only PAM module
|
| H A D | NEWS | 1192 Add an ignore_root option to not do anything when the account to which
|