diff options
author | paul <paul> | 2003-01-18 02:08:50 +0000 |
---|---|---|
committer | paul <paul> | 2003-01-18 02:08:50 +0000 |
commit | 0c7da922837463ecf6bb4d1e21a62220dcdba4fc (patch) | |
tree | 079328a2c792056c782da858655a16a9f94625cc /redhat/zebra.pam | |
parent | 3064ec736f8e32cb00ff5e1a0a69a98dfa419d26 (diff) | |
download | quagga-0c7da922837463ecf6bb4d1e21a62220dcdba4fc.tar.bz2 quagga-0c7da922837463ecf6bb4d1e21a62220dcdba4fc.tar.xz |
renamed ports/redhat to redhat/
Diffstat (limited to 'redhat/zebra.pam')
-rw-r--r-- | redhat/zebra.pam | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/redhat/zebra.pam b/redhat/zebra.pam new file mode 100644 index 00000000..fb17f59e --- /dev/null +++ b/redhat/zebra.pam @@ -0,0 +1,10 @@ +#%PAM-1.0 +# +# Only allow root (and possibly wheel) to use this because enable access +# is unrestricted. + +auth sufficient /lib/security/pam_rootok.so +# Uncomment the following line to implicitly trust users in the "wheel" group. +#auth sufficient /lib/security/pam_wheel.so trust use_uid +# Uncomment the following line to require a user to be in the "wheel" group. +#auth required /lib/security/pam_wheel.so use_uid |