implement better ldap tls handling, fix naming for groupnames and usernames in path params
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user