HomeSort by relevance Sort by last modified time
    Searched refs:use_pam (Results 1 - 18 of 18) sorted by null

  /external/openssh/
platform.c 120 #if defined(HAVE_LOGIN_CAP) && defined(USE_PAM)
126 if (options.use_pam) {
130 # endif /* USE_PAM */
148 #if !defined(HAVE_LOGIN_CAP) && defined(USE_PAM)
154 if (options.use_pam) {
157 #endif /* USE_PAM */
auth-chall.c 54 #ifdef USE_PAM
55 if (!options.use_pam)
auth1.c 254 #ifdef USE_PAM
255 if (options.use_pam && (PRIVSEP(do_pam_account())))
334 #ifdef USE_PAM
335 if (options.use_pam && authenticated &&
417 #ifdef USE_PAM
418 if (options.use_pam)
auth-passwd.c 115 #ifdef USE_PAM
116 if (options.use_pam)
gss-serv-krb5.c 190 #ifdef USE_PAM
191 if (options.use_pam)
servconf.h 174 int use_pam; /* Enable auth via PAM */ member in struct:__anon28153
auth.c 112 if (!options.use_pam)
115 if (!options.use_pam && spw != NULL && auth_shadow_acctexpired(spw))
132 if (!options.use_pam && passwd && *passwd) {
auth2.c 246 #ifdef USE_PAM
247 if (options.use_pam)
326 #ifdef USE_PAM
327 if (options.use_pam && authenticated) {
auth-krb5.c 189 #ifdef USE_PAM
190 if (options.use_pam)
auth2-chall.c 57 #ifdef USE_PAM
69 #ifdef USE_PAM
89 #ifdef USE_PAM
111 #ifdef USE_PAM
112 if (!options.use_pam)
358 #if defined(BSD_AUTH) || defined(USE_PAM) || defined(SKEY)
364 #ifdef USE_PAM
374 #ifdef USE_PAM
auth-pam.c 61 #ifdef USE_PAM
682 if (!options.use_pam || sshpam_account_status == 0)
886 if (!options.use_pam)
1184 if (!options.use_pam || sshpam_handle == NULL)
1219 #endif /* USE_PAM */
monitor.c 146 #ifdef USE_PAM
211 #ifdef USE_PAM
274 #ifdef USE_PAM
391 #ifdef USE_PAM
393 if (options.use_pam && authenticated) {
867 #ifdef USE_PAM
868 if (options.use_pam)
1054 #ifdef USE_PAM
1058 if (!options.use_pam)
1073 if (!options.use_pam)
    [all...]
session.c 883 #ifdef USE_PAM
888 if (options.use_pam && !use_privsep && s->authctxt->force_pwchange) {
1293 #ifdef USE_PAM
1298 if (options.use_pam) {
1309 #endif /* USE_PAM */
    [all...]
monitor_wrap.c 565 #ifdef USE_PAM
572 if (!options.use_pam)
589 if (!options.use_pam)
694 #endif /* USE_PAM */
servconf.c 80 options->use_pam = -1;
191 if (options->use_pam == -1)
192 options->use_pam = 0;
444 #ifdef USE_PAM
    [all...]
sshd.c     [all...]
  /external/selinux/python/sepolicy/sepolicy/
generate.py 371 self.use_pam = False
486 self.use_pam = (val is True)
553 if self.use_pam:
    [all...]
  /external/selinux/gui/
polgengui.py     [all...]

Completed in 496 milliseconds