Search found 3 matches

by jaydenm
Sun Jun 14, 2009 7:21 pm
Forum: Support (Vault)
Topic: Vault, Nant & Integrated Security
Replies: 4
Views: 4341

Re: Vault, Nant & Integrated Security

UPDATE : the code sample and attachments have been updated since the original post see end of post for details, encryption improved, test stub added and additional comments made in source code ... The following attachment is a barebones NAnt extension that can be used to provide a UI prompting the u...
by jaydenm
Sun Jun 14, 2009 4:43 pm
Forum: Support (Vault)
Topic: Vault, Nant & Integrated Security
Replies: 4
Views: 4341

Re: Vault, Nant & Integrated Security

Hi

I've solved this problem by building some custom NAnt tasks. See this link with an explanation for anyone else interested :

http://stackoverflow.com/questions/8512 ... 935#993935
by jaydenm
Sat May 23, 2009 2:55 am
Forum: Support (Vault)
Topic: Vault, Nant & Integrated Security
Replies: 4
Views: 4341

Vault, Nant & Integrated Security

Is there any way we can get Vault to use Windows Authentication from Nant to create the connection? The Nant block I am using to initialise the vault connection is : <target name="InitialiseVaultSettings"> <echo>InitialiseVaultSettings</echo> <vaultsetloginoptions user="${vault.Userna...