outposts: add LDAP Binding using flows

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-04-25 22:07:12 +02:00
parent a525d6c3a9
commit 6c9b3ebd2b
6 changed files with 118 additions and 5 deletions

View File

@ -22,6 +22,9 @@ type LDAPServer struct {
s *ldap.Server
log *log.Entry
ac *ak.APIController
// TODO: Make configurable
flowSlug string
}
func NewServer(ac *ak.APIController) *LDAPServer {