From 564baa927dd3d5dddd721bb76c446362c24a8826 Mon Sep 17 00:00:00 2001 From: Markus Krogh Date: Wed, 7 Nov 2018 14:40:25 +0100 Subject: Include ca-certificates, change path for pwned --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index 96eb974..962c624 100644 --- a/main.go +++ b/main.go @@ -33,7 +33,7 @@ func main() { flag.BoolVar(&ldapSkipSSLVerify, "ldap-ssl-skip-verify", false, "Should the ssl certificate of the ldap server be verfied") flag.StringVar(&ldapUser, "ldap-user", "cn=admin,dc=nordu,dc=net", "An ldap user that can change user attributes") flag.StringVar(&ldapPassword, "ldap-password", "", "Ldap user password") - flag.StringVar(&pwnedFile, "pwned", "./pwned-passwords-ordered-2.0.txt", "Path to the pwned passwords list") + flag.StringVar(&pwnedFile, "pwned", "./pwned/pwned-passwords-ordered.txt", "Path to the pwned passwords list") flag.StringVar(&krb5Conf, "krb5-config", "./krb5.conf", "Path to kerberos config file") flag.StringVar(&changePwScript, "changepw-script", "./scripts/create-kdc-principal.pl", "Path to the change password script") flag.StringVar(&csrfSecret, "csrf-secret", "", "Specify csrf 32 char secret") -- cgit v1.1