2010/12/15 Mister Olli <[email protected]> > Hi Michael, > > thanks for fixing this. Great work. I now see the correct pam login > messages and I'm able to bind some PAM modules I need to it :-) > > While doing further testing I found two more problems regarding elsa, > and I'm unsure if they are related to my system or elsa itself: > 1) When logging in with elsa --> exiting e17 --> login with elsa again > my screen remains blank. I see no entry in any logfile that points > me to what is just going wrong. >
I have break the loggout recently so X are still here login screen are spawn but no auth are made. So it's a bug :D. But I prefer change some things before correct this. be patient ^^ > 2) When logging in with elsa --> switching to tty0 --> switching back > to X freezez my system with tty0 still on screen. I have to switch > off completly, no shutdown method works > I don't think it is a problem with elsa. Don't you have the same probem with xinit or others ? > > If you need any further information on that drop me a message. I'm glad > if I can help. > > 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 > > > > -- Michaël Bouchaud ------------------------------------------------------------------------------ Lotusphere 2011 Register now for Lotusphere 2011 and learn how to connect the dots, take your collaborative environment to the next level, and enter the era of Social Business. http://p.sf.net/sfu/lotusphere-d2d _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
