Hiring - Kerberos Developer

2016-11-10 Thread Ivan Brightly
Hi, We are a NY based software company looking to hire a developer with Kerberos experience. The current project involves blockchain-based PKI authentication. Please contact us if interested or would like to learn more. You can apply directly from our Stack Overflow ad here: https://stackover

mit kdc windows client silent install

2016-11-10 Thread Edward Gleeck
Does windows mit kdc client support silent/unattended install? On the release notes there are some documentation on building an installer which is quite involved, so I was wondering if the currently installer supports any install parameters. Thanks, Ed

Re: mit kdc windows client silent install

2016-11-10 Thread Todd Grayson
I've used this in the past (not with kfw tho)... given its an MSI installer this should work... http://stackoverflow.com/questions/8560166/silent-installation-of-a-msi-package (assuming the kfw install package from here) http://web.mit.edu/kerberos/dist/#krb5-1.14 On Thu, Nov 10, 2016 at 7:53

Re: mit kdc windows client silent install

2016-11-10 Thread Edward Gleeck
Thanks Todd. I'll give this a shot. It'll be good from an automation perspective to be able to pass in parameters such as krb5.conf file and the cache locations, etc. But these all could be tied in to a power shell script so it should be good. On Thu, Nov 10, 2016 at 10:03 PM Todd Grayson wrote: