Thanks Michaël for the fast fix :-)) I'm gonna give it a try during the weekend and give you some feedback on how it works.
Regards, Mr. Olli On Fri, 2010-12-03 at 11:40 +0100, michael bouchaud wrote: > fixed now > > 2010/12/3 michael bouchaud <[email protected]> > Hooo, some codes in elsa are missed... SPANK SPANK SPANK > me !!!! > > 2010/12/2 Mister Olli <[email protected]> > > > 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 > > > > > > > > -- > Michaël Bouchaud > > > > > -- > Michaël Bouchaud > ------------------------------------------------------------------------------ What happens now with your Lotus Notes apps - do you make another costly upgrade, or settle for being marooned without product support? Time to move off Lotus Notes and onto the cloud with Force.com, apps are easier to build, use, and manage than apps on traditional platforms. Sign up for the Lotus Notes Migration Kit to learn more. http://p.sf.net/sfu/salesforce-d2d _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
