top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

CVS PAM Authentication on HP UX Server

0 votes
317 views

We installed CVS server on some of our HP UX machines. Recently all these servers have been integrated with Active Directory for LDAP authentication.

Could someone please let me know how I can reconfigure the existing CVS on these servers to support PAM authentication without affecting any of the existing data?

posted Aug 14, 2013 by Jai Prakash

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

Similar Questions
+4 votes

I want to configure CVS on linux machine to maintain history and revision of files.

0 votes

We have a build system (created by other CMs before I arrived), that create a CVS tag of the head for each build before checking out and compiling etc. Needed to say after years there are many/hundreds of tags such as PROD-VER-YYYYMMDD. When we go to look for a certain version in eclipse there are so many I often get memory errors when trying to search.

Also - there are special tags created for the needed versions like general availability release versions, and the integration testing versions that are delivered to the testing team.

So i want to remove a lot of the old tags using "cvs rtag -d module". Is this OK? I have deleted a few and it seems ok.. If I keep cleaning so that many are removed will it be harmful to the history or the CVS repository. Does it take up more space via recording these changes or anything like that either?

+1 vote

Let's say that I have created a sandbox containing code from a branch

 cvs co -r  project

I then spend a few weeks implementing changes in that sandbox (on the branch). In the meantime, other developers have committed changes to the trunk.

I then want to pull the latest changes to the trunk into my sandbox (on the branch). Will this command work in my sandbox to accomplish this?

cvs update -j HEAD
+1 vote

We have stuck in integrating CVS with Bugzilla. We tried some online documents i.e. CVS Zilla, which we are unable to download it.

Is there any step by step document which we can follow?

...