Windows Authentication

This forum is now locked, since Gold Support is no longer offered.

Moderator: SourceGear

Locked
bkrasnof
Posts: 11
Joined: Mon Apr 25, 2005 3:17 pm

Windows Authentication

Post by bkrasnof » Tue Aug 23, 2005 10:03 am

Hi, I've configured my Vault server to use Windows Authentication for the Vault users.

I'm running the client for the first time, and I'm surprised I have to hardcode my username and password in there. Is there a way it would detect my credentials and pass it through to the Vault server?

thanks,
Bruce K.

lbauer
Posts: 9736
Joined: Tue Dec 16, 2003 1:25 pm
Location: SourceGear

Post by lbauer » Tue Aug 23, 2005 12:07 pm

Active Directory authentication doesn't enable an auto-login. Vault uses AD only as a password verification mechanism. Whatever password is entered in the Vault login dialog is forwarded to AD to reject or accept. This was implemented as a way for admins to utilise AD to enforce password expiration and password toughness.

You can use a login Profile to set up auto-login.
Linda Bauer
SourceGear
Technical Support Manager

bkrasnof
Posts: 11
Joined: Mon Apr 25, 2005 3:17 pm

AD authentication

Post by bkrasnof » Tue Aug 23, 2005 2:56 pm

Hi Linda,

Thanks for the information. That's good to know. I'll definitely get a SSL certificate then for the Vault server, I'm assuming if I don't use SSL the passwords will go in the clear.

-Bruce

lbauer
Posts: 9736
Joined: Tue Dec 16, 2003 1:25 pm
Location: SourceGear

Post by lbauer » Wed Aug 24, 2005 8:27 am

I'm assuming if I don't use SSL the passwords will go in the clear.
Actually, that's not the case. Vault doesn't send passwords in the clear, even if you're not using SSL -- they're hashed.
Linda Bauer
SourceGear
Technical Support Manager

Locked