update go mod, found new issue with starttls (likely ldap side issue)

This commit is contained in:
2026-05-12 22:27:39 +00:00
parent 3ee048e00d
commit 0676793cf2
2 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -582,7 +582,7 @@ func GetRealmsFromPVE(config *common.Config) map[string]Realm {
ldapconfig := common.LDAPConfig{
BaseDN: realm.BaseDN,
LdapURL: fmt.Sprintf("ldap://%s", realm.Server1),
StartTLS: realm.Mode == "ldap+starttls",
StartTLS: false, // todo fix startlts
}
realms[realm.Realm] = Realm{
Type: realm.Type,