Browse Source

1170 - Fix comment typos

BsaeDN should be BaseDN
pull/1171/head
pmcgrath 8 years ago
parent
commit
4aec353aec
  1. 4
      connector/ldap/ldap.go

4
connector/ldap/ldap.go

@ -84,7 +84,7 @@ type Config struct {
// User entry search configuration. // User entry search configuration.
UserSearch struct { UserSearch struct {
// BsaeDN to start the search from. For example "cn=users,dc=example,dc=com" // BaseDN to start the search from. For example "cn=users,dc=example,dc=com"
BaseDN string `json:"baseDN"` BaseDN string `json:"baseDN"`
// Optional filter to apply when searching the directory. For example "(objectClass=person)" // Optional filter to apply when searching the directory. For example "(objectClass=person)"
@ -108,7 +108,7 @@ type Config struct {
// Group search configuration. // Group search configuration.
GroupSearch struct { GroupSearch struct {
// BsaeDN to start the search from. For example "cn=groups,dc=example,dc=com" // BaseDN to start the search from. For example "cn=groups,dc=example,dc=com"
BaseDN string `json:"baseDN"` BaseDN string `json:"baseDN"`
// Optional filter to apply when searching the directory. For example "(objectClass=posixGroup)" // Optional filter to apply when searching the directory. For example "(objectClass=posixGroup)"

Loading…
Cancel
Save