outposts/ldap: check application access

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-04-26 10:29:11 +02:00
parent 5fb07acf54
commit 2f3bf5efe7
6 changed files with 65 additions and 11 deletions

View File

@ -25,6 +25,7 @@ type LDAPServer struct {
// TODO: Make configurable
flowSlug string
appSlug string
}
func NewServer(ac *ak.APIController) *LDAPServer {