mirror of
https://gitlab.crans.org/nounous/ghostream.git
synced 2025-06-28 03:22:19 +02:00
Match aliases as groups
This commit is contained in:
@ -42,7 +42,7 @@ func New() *Config {
|
||||
Credentials: make(map[string]string),
|
||||
},
|
||||
LDAP: ldap.Options{
|
||||
Aliases: make(map[string]string),
|
||||
Aliases: make(map[string]map[string]string),
|
||||
URI: "ldap://127.0.0.1:389",
|
||||
UserDn: "cn=users,dc=example,dc=com",
|
||||
},
|
||||
|
Reference in New Issue
Block a user