Skip to content

Commit

Permalink
Merge pull request #37 from datadrivers/ldap-fix-wrong-attribute-name
Browse files Browse the repository at this point in the history
LDAP: Fix wrong attribute name UserMemberOffAttribute
  • Loading branch information
Nosmoht committed Jul 6, 2020
2 parents b394aac + 8ae3aae commit bcffb74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ldap.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ type LDAP struct {
UserEmailAddressAttribute string `json:"userEmailAddressAttribute,omitempty"`
UserIDAttribute string `json:"userIdAttribute,omitempty"`
UserLDAPFilter string `json:"userLdapFilter,omitempty"`
UserMemberOffAttribute string `json:"userMemberOfAttribute,omitempty"`
UserMemberOfAttribute string `json:"userMemberOfAttribute,omitempty"`
UserObjectClass string `json:"userObjectClass,omitempty"`
UserPasswordAttribute string `json:"userPasswordAttribute,omitempty"`
UserRealNameAttribute string `json:"userRealNameAttribute,omitempty"`
Expand Down

0 comments on commit bcffb74

Please sign in to comment.