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
538dd427
Commit
538dd427
authored
Apr 19, 2022
by
Amaury Yacksmith
Committed by
Evan Read
Apr 19, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add how to update user email
Add consequences of updating user email in LDAP
parent
01b11284
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
doc/administration/auth/ldap/index.md
doc/administration/auth/ldap/index.md
+11
-1
No files found.
doc/administration/auth/ldap/index.md
View file @
538dd427
...
...
@@ -518,7 +518,7 @@ GitLab doesn't support TLS client authentication. Complete these steps on your L
The TLS client authentication setting in your LDAP server cannot be mandatory and clients cannot be
authenticated with the TLS protocol.
##
Deleting users
##
Users deleted from LDAP
Users deleted from the LDAP server:
...
...
@@ -531,6 +531,16 @@ However, these users can continue to use Git with SSH until the next time the
To delete the account immediately, you can manually
[
block the user
](
../../../user/admin_area/moderate_users.md#block-a-user
)
.
## Updating user email addresses
Email addresses on the LDAP server are considered the source of truth for users when LDAP is used to sign in. Updating user email
addresses must be done on the LDAP server that manages the user. The email address for GitLab is updated either:
-
When the user next signs in.
-
When the next
[
user sync
](
ldap_synchronization.md#user-sync
)
is run.
The updated user's previous email address becomes the secondary email address to preserve that user's commit history.
## Google Secure LDAP
> Introduced in GitLab 11.9.
...
...
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