File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / quagga / redhat / quagga.pam
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 17:26:12 2012 UTC (12 years, 10 months ago) by misho
Branches: quagga, MAIN
CVS tags: v1_0_20160315, v0_99_22p0, v0_99_22, v0_99_21, v0_99_20_1, v0_99_20, HEAD
quagga

    1: #%PAM-1.0
    2: #
    3: 
    4: ##### if running quagga as root:
    5: # Only allow root (and possibly wheel) to use this because enable access
    6: # is unrestricted.
    7: auth       sufficient   pam_rootok.so
    8: 
    9: # Uncomment the following line to implicitly trust users in the "wheel" group.
   10: #auth       sufficient   pam_wheel.so trust use_uid
   11: # Uncomment the following line to require a user to be in the "wheel" group.
   12: #auth       required     pam_wheel.so use_uid
   13: ###########################################################
   14: 
   15: # If using quagga privileges and with a seperate group for vty access, then
   16: # access can be controlled via the vty access group, and pam can simply
   17: # check for valid user/password, eg:
   18: #
   19: # only allow local users.
   20: #auth       required     pam_securetty.so
   21: #auth       include      system-auth
   22: #auth       required     pam_nologin.so
   23: #account    include      system-auth
   24: #password   include      system-auth
   25: #session    include      system-auth
   26: #session    optional     pam_console.so

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>