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

  /external/openssh/
platform.c 111 if (!options.use_pam && (getuid() == 0 || geteuid() == 0))
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-passwd.c 120 #ifdef USE_PAM
121 if (options.use_pam)
gss-serv-krb5.c 190 #ifdef USE_PAM
191 if (options.use_pam)
servconf.h 168 int use_pam; /* Enable auth via PAM */ member in struct:__anon29004
auth.c 116 if (!options.use_pam)
119 if (!options.use_pam && spw != NULL && auth_shadow_acctexpired(spw))
136 if (!options.use_pam && passwd && *passwd) {
auth2.c 248 #ifdef USE_PAM
249 if (options.use_pam)
331 #ifdef USE_PAM
332 if (options.use_pam && authenticated) {
auth-krb5.c 188 #ifdef USE_PAM
189 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 62 #ifdef USE_PAM
682 if (!options.use_pam || sshpam_account_status == 0)
919 if (!options.use_pam)
1206 if (!options.use_pam || sshpam_handle == NULL)
1261 #endif /* USE_PAM */
monitor.c 146 #ifdef USE_PAM
207 #ifdef USE_PAM
332 #ifdef USE_PAM
334 if (options.use_pam && authenticated) {
779 #ifdef USE_PAM
780 if (options.use_pam)
842 #ifdef USE_PAM
973 #ifdef USE_PAM
977 if (!options.use_pam)
994 if (!options.use_pam)
    [all...]
session.c 724 #ifdef USE_PAM
729 if (options.use_pam && !use_privsep && s->authctxt->force_pwchange) {
1131 #ifdef USE_PAM
1136 if (options.use_pam) {
1147 #endif /* USE_PAM */
    [all...]
monitor_wrap.c 365 #ifdef USE_PAM
556 #ifdef USE_PAM
563 if (!options.use_pam)
580 if (!options.use_pam)
686 #endif /* USE_PAM */
servconf.c 80 options->use_pam = -1;
200 if (options->use_pam == -1)
201 options->use_pam = 0;
439 #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 1159 milliseconds