diff options
author | Markus Krogh <markus@nordu.net> | 2018-11-07 14:40:25 +0100 |
---|---|---|
committer | Markus Krogh <markus@nordu.net> | 2018-11-07 14:40:25 +0100 |
commit | 564baa927dd3d5dddd721bb76c446362c24a8826 (patch) | |
tree | 5502047722c35a5a01bdd2512b8c22cc0d8ac615 /main.go | |
parent | b0864b66daa7e25df42f9b33e999ecfac70faa21 (diff) |
Include ca-certificates, change path for pwned
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |