Hi,
I'm trying to use pam.d with CVS 1.12.13. I can not login with an Active Directory account. Following errors can be seen in /var/log/messages: Sep 24 01:15:21 ws35 pam_winbind[20035]: read from socket failed! Sep 24 01:15:21 ws35 pam_winbind[20035]: internal module error (retval = 3, user = `gle') Sep 24 01:15:21 ws35 cvs[20035]: login refused for gle: user has no password Sep 24 01:15:21 ws35 cvs[20035]: login failure (for /home/services/scm) Statement executed: [EMAIL PROTECTED]:~> cvs login Logging in to :pserver:[EMAIL PROTECTED]:2401/home/services/scm CVS password: cvs login: authorization failed: server cvs.invantive.corp rejected access to /home/services/scm for user gle Version: cvs --version Concurrent Versions System (CVS) 1.12.13 (client/server) Cvs built with: ./configure --enable-pam --with-hardcoded-pam-service-name=cvs Platform: SLES10 Contents of pam.d/cvs (identical to ssh): #%PAM-1.0 auth include common-auth auth required pam_nologin.so account include common-account password include common-password session include common-session ## Enable the following line to get resmgr support for ## ssh sessions (see /usr/share/doc/packages/resmgr/README) ##session optional pam_resmgr.so fake_ttyname What should I do? Regards, Guido Leenders
