Searched refs:PAM (Results 1 – 25 of 33) sorted by relevance
12
/external/openssh/ |
D | sshd_config | 79 # Set this to 'yes' to enable PAM authentication, account processing, 80 # and session processing. If this is enabled, PAM authentication will 82 # PasswordAuthentication. Depending on your PAM configuration, 83 # PAM authentication via ChallengeResponseAuthentication may bypass 85 # If you just want the PAM account and session checks to run without 86 # PAM authentication, then enable this but set PasswordAuthentication
|
D | sshd_config.android | 78 # Set this to 'yes' to enable PAM authentication, account processing, 79 # and session processing. If this is enabled, PAM authentication will 81 # PasswordAuthentication. Depending on your PAM configuration, 82 # PAM authentication via ChallengeResponseAuthentication may bypass 84 # If you just want the PAM account and session checks to run without 85 # PAM authentication, then enable this but set PasswordAuthentication
|
D | TODO | 33 - Improve PAM ChallengeResponseAuthentication 35 - Use different PAM service name for kbdint vs regular auth (suggest from 42 on diff size. Maybe PAM password auth too? 49 - can't build with PAM (no 64-bit libpam yet) 76 - PAM 77 + See above PAM notes
|
D | INSTALL | 35 PAM: 37 OpenSSH can utilise Pluggable Authentication Modules (PAM) if your 38 system supports it. PAM is standard most Linux distributions, Solaris, 41 Information about the various PAM implementations are available: 43 Solaris PAM: http://www.sun.com/software/solaris/pam/ 44 Linux PAM: http://www.kernel.org/pub/linux/libs/pam/ 130 If you are using PAM, you may need to manually install a PAM control 132 them). Note that the service name used to start PAM is __progname, 135 executable, your PAM configuration may need to be modified. 137 A generic PAM configuration is included as "contrib/sshd.pam.generic", [all …]
|
D | README | 17 This port consists of the re-introduction of autoconf support, PAM 25 The PAM support is now more functional than the popular packages of 29 OpenSSH depends on Zlib[3], OpenSSL[4] and optionally PAM[5]. 61 (PAM also is standard on Solaris and HP-UX 11)
|
D | CREDITS | 12 Andrew Morgan <morgan@transmeta.com> - PAM bugfixes 36 Dag-Erling Sm�rgrav <des at freebsd.org> - Challenge-Response PAM code. 51 Jonchen (email unknown) - the original author of PAM support of SSH 71 Nalin Dahyabhai <nalin.dahyabhai@pobox.com> - PAM environment patch 87 Simon Wilkinson <sxw@dcs.ed.ac.uk> - PAM fixes, Compat with MIT KrbV
|
D | README.platform | 86 Platforms using PAM 89 PAM is enabled. To maintain existing behaviour, pam_nologin should be
|
D | README.privsep | 41 PAM-enabled OpenSSH is known to function with privsep on AIX, FreeBSD,
|
D | configure.ac | 565 [Define if you are using Solaris-derived PAM which 632 [Work around problematic Linux PAM modules handling of PAM_TTY]) 2401 # Check for PAM libs 2404 [ --with-pam Enable PAM support ], 2409 AC_MSG_ERROR([PAM headers not found]) 2423 [Define if you want to enable PAM support]) 2439 # Check for older PAM 2441 # Check PAM strerror arguments (old PAM) 2454 [Define if you have an old version of PAM 4244 echo " PAM support: $PAM_MSG" [all …]
|
D | sshd_config.0 | 121 (e.g. via PAM or though authentication styles supported in 612 ``yes'' this will enable PAM authentication using 614 addition to PAM account and session module processing for all 617 Because PAM challenge-response authentication usually serves an
|
/external/openssh/contrib/ |
D | README | 40 A generic PAM config file which may be useful on your system. YMMV 44 A PAM config file which works with FreeBSD's PAM port. Contributed by
|
D | sshd.pam.generic | 1 #%PAM-1.0
|
/external/chromium_org/remoting/host/installer/mac/Scripts/ |
D | remoting_postflight.sh | 59 logger Creating PAM config. 74 logger PAM config has local edits. Not updating.
|
/external/ppp/pppd/ |
D | ppp.pam | 1 #%PAM-1.0
|
/external/openssh/contrib/redhat/ |
D | sshd.pam | 1 #%PAM-1.0
|
D | sshd.pam.old | 1 #%PAM-1.0
|
D | openssh.spec | 578 - mention that challengereponse supports PAM, so disabling password doesn't 678 - Merge multiple PAM text messages into subsequent prompts when possible when
|
/external/openssh/contrib/caldera/ |
D | sshd.pam | 1 #%PAM-1.0
|
/external/webp/examples/ |
D | dwebp.c | 62 PAM, enumerator 319 } else if (format == PAM) { in SaveOutput() 401 format = PAM; in main() 478 case PAM: in main()
|
/external/dropbear/ |
D | configure.in | 143 [ --enable-pam Try to include PAM support], 146 …AC_CHECK_LIB(pam, pam_authenticate, , AC_MSG_ERROR([*** PAM missing - install first or check confi… 147 AC_MSG_NOTICE(Enabling PAM) 149 AC_DEFINE(DISABLE_PAM,, Use PAM) 150 AC_MSG_NOTICE(Disabling PAM) 155 AC_DEFINE(DISABLE_PAM,, Use PAM) 156 AC_MSG_NOTICE(Disabling PAM)
|
D | CHANGES | 109 - Improve PAM prompt comparison. 169 - SECURITY: Fix for PAM auth so that usernames are logged and conversation 170 function responses are allocated correctly - all 0.44test4 users with PAM 218 - Added in the PAM authentication code (finally! thanks to Martin Carlsson)
|
/external/ipsec-tools/src/racoon/doc/ |
D | FAQ | 62 Enable the use of PAM with hybrid authentication on the 63 server side. PAM can be used for authentication and accounting.
|
/external/openssh/regress/ |
D | README.regress | 24 systems using PAM) require sudo to execute some tests.
|
/external/ipsec-tools/ |
D | NEWS | 61 o PAM support for Xauth
|
/external/libmtp/ |
D | INSTALL | 169 into your jukebox) some systems prefer to let PAM do this by placing
|
12