Skip to content
Snippets Groups Projects
Unverified Commit c0bcc819 authored by Eric Chiang's avatar Eric Chiang Committed by GitHub
Browse files

Merge pull request #1171 from pmcgrath/1170-fix-typos

1170 - Fix comment typos
parents 1dbecefa 4aec353a
Branches
Tags
No related merge requests found
...@@ -84,7 +84,7 @@ type Config struct { ...@@ -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 { ...@@ -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)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment