Active Directory integration using scm commands
One answer
So I guess, I don't understand the question.
Comments
Thank you for the reply..
To give more info on the requirement,
I need a linux script in which I can connect to repository automatically (without user and password)
That means when I login into a linux server to do source control activities and when I call this linux script it should take automatically credentials, do check-in, deliver etc.
Hope, this is clear, please let me know how this can be possible..
You will always need to login with a user and a password. there is no anonymous login. this would be a severe security breach.
The SCM commandline stores user and credentials.
See https://jazz.net/forum/questions/74823/how-to-pass-an-encrypted-password-file-to-scm-cli or other posts https://www.google.de/search?q=scm+password+site%3Ajazz.net
You might be able to use this somehow, however, there will have to be at least one login. This information is also used to identify the person that checks in and delivers and is stored in the SCM history.
You could use a technical user and store the password somewhere, but would loose he information of the real user that way.