mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-18 18:29:40 -06:00
split LDAP filters (#399)
* split LDAP filters Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de> * use uid attribute for testing Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
committed by
GitHub
parent
ef92a0b3ff
commit
5e5ae356df
@@ -97,8 +97,7 @@ func AuthBasic(cfg *config.Config) *cli.Command {
|
||||
"hostname": cfg.Reva.LDAP.Hostname,
|
||||
"port": cfg.Reva.LDAP.Port,
|
||||
"base_dn": cfg.Reva.LDAP.BaseDN,
|
||||
"userfilter": cfg.Reva.LDAP.UserFilter,
|
||||
"groupfilter": cfg.Reva.LDAP.GroupFilter,
|
||||
"loginfilter": cfg.Reva.LDAP.LoginFilter,
|
||||
"bind_username": cfg.Reva.LDAP.BindDN,
|
||||
"bind_password": cfg.Reva.LDAP.BindPassword,
|
||||
"idp": cfg.Reva.LDAP.IDP,
|
||||
|
||||
Reference in New Issue
Block a user