diff options
author | Olivier Blin <oblin@mandriva.com> | 2007-05-25 15:39:46 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2007-05-25 15:39:46 +0000 |
commit | 1d37bfdbbe874abd6dcb5563eea19f531de09e1c (patch) | |
tree | 74845e43ed8fa59c7aaafd1a87efaa6b0c83c228 /config | |
parent | c6ba983db7d5a82ee63599e775be0f8211447c72 (diff) | |
download | drakx-net-1d37bfdbbe874abd6dcb5563eea19f531de09e1c.tar drakx-net-1d37bfdbbe874abd6dcb5563eea19f531de09e1c.tar.gz drakx-net-1d37bfdbbe874abd6dcb5563eea19f531de09e1c.tar.bz2 drakx-net-1d37bfdbbe874abd6dcb5563eea19f531de09e1c.tar.xz drakx-net-1d37bfdbbe874abd6dcb5563eea19f531de09e1c.zip |
sync with 2007.1 (because of SVN loss)2007.1
Diffstat (limited to 'config')
-rw-r--r-- | config/drakroam.console | 3 | ||||
-rw-r--r-- | config/drakroam.pamd | 5 |
2 files changed, 8 insertions, 0 deletions
diff --git a/config/drakroam.console b/config/drakroam.console new file mode 100644 index 0000000..55180f9 --- /dev/null +++ b/config/drakroam.console @@ -0,0 +1,3 @@ +PROGRAM=/usr/sbin/drakroam +FALLBACK=false +SESSION=true diff --git a/config/drakroam.pamd b/config/drakroam.pamd new file mode 100644 index 0000000..f2b63f5 --- /dev/null +++ b/config/drakroam.pamd @@ -0,0 +1,5 @@ +#%PAM-1.0 +auth sufficient pam_rootok.so +auth required pam_console.so +account required pam_permit.so +session optional pam_xauth.so |