1170 - Fix comment typos

BsaeDN should be BaseDN
This commit is contained in:
pmcgrath 2018-01-14 12:34:45 +00:00
parent 1dbecefadf
commit 4aec353aec
1 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@ type Config struct {
// User entry search configuration.
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"`
// Optional filter to apply when searching the directory. For example "(objectClass=person)"
@ -108,7 +108,7 @@ type Config struct {
// Group search configuration.
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"`
// Optional filter to apply when searching the directory. For example "(objectClass=posixGroup)"