> -----Original Message----- > From: chris Bouchet [mailto:[EMAIL PROTECTED]
> >auth required /lib/security/pam_securetty.so > > >auth sufficient /lib/security/pam_winbind.so > > >auth sufficient /lib/security/pam_unix.so use_first_pass nullok > > >auth required /lib/security/pam_stack.so service=system-auth > > >auth required /lib/security/pam_nologin.so > > >account required /lib/security/pam_stack.so service=system-auth > > >account required /lib/security/pam_winbind.so > > >password required /lib/security/pam_stack.so service=system-auth > > > > and then i open a new console with [ctrl][alt][F1] > > then i cant log in with my user "pitie" > > ive tries with user "scienceu+pitie" The problem may lie with your inclusion of "pam_stack.so service=system-auth". That file often contains a lot of stuff that may duplicate what you're already doing. Try commenting out the pam_stack lines for auth and account and see if things work. If they do, look at /etc/pam.d/system-auth and copy only what you need from it into your /etc/pam.d/login file. Alternatively, if you want all services to use winbind, you can put the winbind-specific stuff in /etc/pam.d/system-auth. -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
