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
df8ac41f
Commit
df8ac41f
authored
Nov 17, 2021
by
Drew Blessing
Committed by
Evan Read
Nov 17, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add LDAP security/blocking documentation
parent
e2b8d49f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
1 deletion
+21
-1
doc/administration/auth/ldap/index.md
doc/administration/auth/ldap/index.md
+21
-1
No files found.
doc/administration/auth/ldap/index.md
View file @
df8ac41f
...
...
@@ -37,7 +37,27 @@ If an existing GitLab user wants to enable LDAP sign-in for themselves, they sho
1.
Check that their GitLab email address matches their LDAP email address.
1.
Sign in to GitLab by using their LDAP credentials.
## Security risks
## Security
GitLab has multiple mechanisms to verify a user is still active in LDAP. If the user is no longer active in
LDAP, they are placed in an
`ldap_blocked`
status and are signed out. They are unable to sign in using any authentication provider until they are
reactivated in LDAP.
Users are considered inactive in LDAP when they:
-
Are removed from the directory completely.
-
Reside outside the configured
`base`
DN or
`user_filter`
search.
-
Are marked as disabled or deactivated in Active Directory through the user account control attribute. This means attribute
`userAccountControl:1.2.840.113556.1.4.803`
has bit 2 set.
Status is checked for all LDAP users:
-
When signing in using any authentication provider.
-
Once per hour for active web sessions or Git requests using tokens or SSH keys.
-
When performing Git over HTTP requests using LDAP username and password.
-
Once per day during
[
User Sync
](
ldap_synchronization.md#user-sync
)
.
### Security risks
You should only use LDAP integration if your LDAP users cannot:
...
...
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