glauth: send manage account role bundleid

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2020-11-05 13:06:05 +01:00
parent 117959e4ac
commit 481743a6ab
6 changed files with 68 additions and 13 deletions
+1
View File
@@ -200,6 +200,7 @@ func Server(cfg *config.Config) *cli.Command {
glauth.LDAPS(&lscfg),
glauth.Backend(&bcfg),
glauth.Fallback(&fcfg),
glauth.RoleBundleUUID(cfg.RoleBundleUUID),
)
if err != nil {