implement better ldap tls handling, fix naming for groupnames and usernames in path params

This commit is contained in:
2026-05-31 02:43:28 +00:00
parent d3462723df
commit b6fd060daf
3 changed files with 86 additions and 62 deletions
+3 -1
View File
@@ -19,8 +19,10 @@ type PVEConfig struct {
type LDAPConfig struct {
BaseDN string `json:""`
LdapURL string
Hostname string
StartTLS bool
TLS bool
Verify bool
}
type Config struct {