Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
a3f462f0
Commit
a3f462f0
authored
Nov 11, 2020
by
Alvin Gounder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in Query LDAP section.
parent
fc0d6e93
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/administration/auth/ldap/ldap-troubleshooting.md
doc/administration/auth/ldap/ldap-troubleshooting.md
+2
-2
No files found.
doc/administration/auth/ldap/ldap-troubleshooting.md
View file @
a3f462f0
...
...
@@ -69,10 +69,10 @@ options = {
# :filter is optional
# 'cn' looks for all "cn"s under :base
# '*' is the search string - here, it's a wildcard
filter:
Net
::
L
dap
::
Filter
.
eq
(
'cn'
,
'*'
),
filter:
Net
::
L
DAP
::
Filter
.
eq
(
'cn'
,
'*'
),
# :attributes is optional
# the attributes we want to get returned
# the attributes we want to get returned
k
attributes:
%w(dn cn memberuid member submember uniquemember memberof)
}
adapter
.
ldap_search
(
options
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment