refactor(ldap): refactoring ldap code, #1450

This commit is contained in:
Torkel Ödegaard
2015-07-13 15:37:25 +02:00
parent bfe7b77313
commit 14f439f8ba
4 changed files with 218 additions and 52 deletions
+2 -2
View File
@@ -15,10 +15,10 @@ type LdapServerConf struct {
AttrUsername string
AttrName string
AttrSurname string
AttrMail string
AttrEmail string
AttrMemberOf string
SearchFilter []string
SearchFilter string
SearchBaseDNs []string
LdapMemberMap []LdapMemberToOrgRole