1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-30 10:39:44 +02:00

LDAP group fetching and AD connectivity

This commit is contained in:
sauls8t 2018-08-29 16:20:37 +01:00
parent 8d3dfcc3c7
commit 2a2831e576
5 changed files with 564 additions and 95 deletions

View file

@ -92,6 +92,7 @@ func (h *Handler) Sync(w http.ResponseWriter, r *http.Request) {
c.BaseDN = "dc=example,dc=com"
c.BindDN = "cn=read-only-admin,dc=example,dc=com"
c.BindPassword = "password"
c.UserFilter = ""
c.GroupFilter = ""
c.DisableLogout = false
c.DefaultPermissionAddSpace = false