hi...
> If so, what configuration steps need to be taken to make elsa > open a > session when a user logs in successfully? > need a file in /etc/pam.d/program_name and all the stuff made with are > do in elsa_pam.c not sure what this means exactly. my gentoo comes a '/etc/pam.d/elsa' which contains the following lines: ============================================= auth include system-auth account include system-auth password include system-auth session include system-auth ============================================= the content of '/etc/pam.d/system-auth' is this: ============================================= auth required pam_env.so auth required pam_unix.so try_first_pass likeauth nullok auth optional pam_permit.so account required pam_unix.so account optional pam_permit.so password required pam_cracklib.so difok=2 minlen=8 dcredit=2 ocredit=2 retry=3 password required pam_unix.so try_first_pass use_authtok nullok sha512 shadow password optional pam_permit.so session required pam_limits.so session required pam_env.so session required pam_unix.so session optional pam_permit.so ============================================= However I do not see any logging messages about successful login that come from pam. when I log in via console I see the following logging message ============================================= Dec 2 19:13:24 phoenix login[3958]: pam_unix(login:session): session opened for user dante by LOGIN(uid=0) ============================================= I'm not sure if this is specific to the console (tty1) login. Does anybody know? Regards, Mr. Olli > > > > the reason for my question is, that I wanna automate some > stuff through > PAM (e.g. automatic mounting of crypted folders, gnome-keyring > opening). > > regards, > mr. olli > > > > ------------------------------------------------------------------------------ > Beautiful is writing same markup. Internet Explorer 9 supports > standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & > L3. > Spend less time writing and rewriting code and more time > creating great > experiences on the web. Be a part of the beta today > http://p.sf.net/sfu/msIE9-sfdev2dev > _______________________________________________ > enlightenment-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-users > > > > -- > Michaƫl Bouchaud > ------------------------------------------------------------------------------ Increase Visibility of Your 3D Game App & Earn a Chance To Win $500! Tap into the largest installed PC base & get more eyes on your game by optimizing for Intel(R) Graphics Technology. Get started today with the Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs. http://p.sf.net/sfu/intelisp-dev2dev _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
