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
9a249066
Commit
9a249066
authored
Sep 02, 2020
by
Harish Ramachandran
Committed by
Mike Jang
Sep 02, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document the 'Access denied for your LDAP account' error
parent
4fe0a254
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
+21
-0
doc/administration/auth/ldap/ldap-troubleshooting.md
doc/administration/auth/ldap/ldap-troubleshooting.md
+21
-0
No files found.
doc/administration/auth/ldap/ldap-troubleshooting.md
View file @
9a249066
...
...
@@ -136,6 +136,27 @@ are true for the user in question:
-
Run
[
an LDAP check command
](
#ldap-check
)
to make sure that the LDAP settings
are correct and
[
GitLab can see your users
](
#no-users-are-found
)
.
#### Access denied for your LDAP account
There is
[
a bug
](
https://gitlab.com/gitlab-org/gitlab/-/issues/235930
)
that
may affect users with
[
Auditor level access
](
../../auditor_users.md
)
. When
downgrading from Premium/Ultimate, Auditor users who try to sign in
may see the following message:
`Access denied for your LDAP account`
.
We have a workaround, based on toggling the access level of affected users:
1.
As an administrator, go to
**Admin Area > Overview > Users**
.
1.
Select the name of the affected user.
1.
In the user's administrative page, press
**Edit**
on the top right of the page.
1.
Change the user's access level from
**Regular**
to
**Admin**
(or vice versa),
and press
**Save changes**
at the bottom of the page.
1.
Press
**Edit**
on the top right of the user's profile page
again.
1.
Restore the user's original access level (
**Regular**
or
**Admin**
)
and press
**Save changes**
again.
The user should now be able to sign in.
#### Email has already been taken
A user tries to sign-in with the correct LDAP credentials, is denied access,
...
...
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