On Sat, Dec 28, 2002 at 02:15:14PM +0530, Prashanth John Ninan wrote: > I also have a machine running CVS. CVS seems to authenticate only local > users as specified in the /etc/passwd and not the LDAP users.
Also users in CVSROOT/passwd file. CVS doesn't support PAM yet. I believe you can find a bunch of patches etc. to CVS that adds this kind of functionality to CVS at sourceforge. Search for cvs-nserver or something of that sort. Another way is to ditch pserver and use ssh authentication for CVS. But if your clients use Windows, then this would involve some extra work. Binand -- Russian Roulette with Unix: while :; do kill $RANDOM &> /dev/null && break || sleep 1; done ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
