Magellan Linux

Annotation of /trunk/fcron/fcrontab.pam-systemauth

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1466 - (hide annotations) (download)
Tue Aug 2 09:54:34 2011 UTC (12 years, 9 months ago) by niro
File size: 385 byte(s)
-added system-auth config
1 niro 1466 #%PAM-1.0
2    
3     # Don't ask for the user's password; fcrontab will only allow to
4     # change user if running as root.
5     auth sufficient pam_permit.so
6    
7     # Still use the system-auth stack for account and session as the
8     # sysadmin might have set up stuff properly, and also avoids
9     # sidestepping limits (since fcrontab will run $EDITOR).
10     account include system-auth
11     session include system-auth