linux - TFS2015, Team Explorer Everywhere and Kerberos - Unable to authenticate -


i'm trying connect our on premise tfs 2015 14.0.24606.0 (tfs2015.update1.rc1) server red hat linux using team explorer everywhere 14.0.2 , kerberos authentication.

however, doesn't work. tee client either doesn't support kerberos or using wrong syntax. below have done.

first, grab kerberos ticket using kinit.

kinit  dnolan@company.org.uk password dnolan@company.org.uk: [dnolan@mylinuxvm tee-clc-14.0.2]$ klist ticket cache: file:/tmp/krb5cc_502 default principal: dnolan@company.org.uk  valid starting     expires            service principal 01/27/16 10:24:24  01/27/16 20:24:29       krbtgt/internal.company.org.uk@internal.company.org.uk     renew until 02/03/16 10:24:24  

then, following guide (https://msdn.microsoft.com/en-us/library/hh873092(v=vs.120).aspx), create new work space called beta1 , point towards project collection in tfs.

 ./tf workspace -new beta1 -collection:http://tfs.internal.company.org.uk:8080/tfs/defaultcollection  access denied connecting tfs server http://tfs.internal.company.org.uk:8080/ (authenticating dnolan)  username: ^c 

i believe command want run :tf profile -edit -boolean:usedefaultcredentials=true profilename

however command doesn't seem exist in latest version of team explorer everywhere 14.0.2.

i found 'tf profile' command on msdn page (https://msdn.microsoft.com/en-us/library/hh190725(v=vs.120).aspx) appears older version.

enabling basic authentication isn't option.

documentation client doesn't exist far can tell appreciated! :)

daniel

please check case, "tf profiles removed. default attempt use default credentials (kerberos)." https://social.msdn.microsoft.com/forums/sqlserver/en-us/91450db5-3d36-4275-9ec8-7ab35013c258/teeclc-kerberos-regression?forum=tee


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -