From 7442f4b311ccc61ebf5a1b8f89869e3892b9dd10 Mon Sep 17 00:00:00 2001 From: Chris Mann Date: Tue, 25 Jul 2023 14:41:58 +0200 Subject: [PATCH] Fixed Change Password Bug --- gpas.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpas.go b/gpas.go index 7565acb..6ebce26 100644 --- a/gpas.go +++ b/gpas.go @@ -91,7 +91,7 @@ func passwordLost(user User, config *ConfigFile, ldapConn *ldap.Conn) error { if err != nil { log.Printf(fmt.Sprintf("passwordLost 83 : %v", err)) log.Printf(fmt.Sprintf("passwordLost 84 : %v", user)) - log.Printf(fmt.Sprintf("passwordLost 85 : %v", searchRes.Entries[0])) + // log.Printf(fmt.Sprintf("passwordLost 85 : %v", searchRes.Entries[0])) return err } }