Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dex
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hdacloud
dex
Commits
c0bcc819
Unverified
Commit
c0bcc819
authored
7 years ago
by
Eric Chiang
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #1171 from pmcgrath/1170-fix-typos
1170 - Fix comment typos
parents
1dbecefa
4aec353a
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
connector/ldap/ldap.go
+2
-2
2 additions, 2 deletions
connector/ldap/ldap.go
with
2 additions
and
2 deletions
connector/ldap/ldap.go
+
2
−
2
View file @
c0bcc819
...
@@ -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
{
// B
s
aeDN to start the search from. For example "cn=users,dc=example,dc=com"
// Ba
s
eDN 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
{
// B
s
aeDN to start the search from. For example "cn=groups,dc=example,dc=com"
// Ba
s
eDN 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)"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment