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
35191112
Commit
35191112
authored
Aug 02, 2019
by
George Koltsov
Committed by
Evan Read
Aug 02, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update ldap#security section
parent
919ff576
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
7 deletions
+10
-7
doc/administration/auth/ldap.md
doc/administration/auth/ldap.md
+10
-7
No files found.
doc/administration/auth/ldap.md
View file @
35191112
...
...
@@ -33,15 +33,18 @@ information services over an Internet Protocol (IP) network.
## Security
GitLab assumes that LDAP users are not able to change their LDAP 'mail', 'email'
or 'userPrincipalName' attribute. An LDAP user who is allowed to change their
email on the LDAP server can potentially
[
take over any account
](
#enabling-ldap-sign-in-for-existing-gitlab-users
)
on your GitLab server.
GitLab assumes that LDAP users:
-
Are not able to change their LDAP
`mail`
,
`email`
, or
`userPrincipalName`
attribute.
An LDAP user who is allowed to change their email on the LDAP server can potentially
[
take over any account
](
#enabling-ldap-sign-in-for-existing-gitlab-users
)
on your GitLab server.
-
Have unique email addresses, otherwise it is possible for LDAP users with the same
email address to share the same GitLab account.
We recommend against using LDAP integration if your LDAP users are
allowed to change their 'mail', 'email' or 'userPrincipalName'
attribute on
the LDAP server.
allowed to change their 'mail', 'email' or 'userPrincipalName' attribute on
the LDAP server
or share email addresses
.
### User deletion
...
...
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