Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regression: login via LDAP not possible: '(LDAP Result Code 2 "Protocol Error": )' #5928

Closed
2 of 7 tasks
liquidat opened this issue Feb 1, 2019 · 29 comments
Closed
2 of 7 tasks
Labels
Milestone

Comments

@liquidat
Copy link

liquidat commented Feb 1, 2019

  • Gitea version (or commit ref): dfad569 built with go1.11.5 : bindata, sqlite, sqlite_unlock_notify
  • Git version: 2.18.1
  • Operating system: offical docker image, docker.io/gitea/gitea, tag 1.7, image ID 044ab4ac3753
  • Database (use [x]):
    • PostgreSQL
    • MySQL
    • MSSQL
    • SQLite
  • Can you reproduce the bug at https://try.gitea.io:
    • Yes (provide example URL)
    • No
    • Not relevant
  • Log gist:

Description

I am not able to log in via LDAP anymore:

[...gitea/models/user.go:1544 SyncExternalUsers()] [E] LDAP Search failed unexpectedly! (LDAP Result Code 2 "Protocol Error": )

The LDAP problems came as a regression when I updated to 1.6. I thought that the backport of #5816 to 1.7.1 would solve my problems. But unfortunately this is not the case, an update of my container image to the latest 1.7 tag has the above mentioned log.

@lunny lunny added the type/bug label Feb 3, 2019
@mootboy
Copy link

mootboy commented Feb 3, 2019

Piling on, running the arm7 binary I get:

gitea[2169]: 2019/02/03 19:09:50 ldap: recovered panic in processMessages: runtime error: invalid memory address or nil pointer dereference

When trying to login over LDAP.

@MarkusAmshove
Copy link
Contributor

Does this mean updating to 1.7.1 isn't save when using ldap? Currently on 1.7.0

@OndrejSpanel
Copy link

OndrejSpanel commented Feb 4, 2019

I see the same issue. 1.7.0 working fine, LDAP authentication not working with 1.7.1

I am running on Debian with MySQL, downloading binaries from https://dl.gitea.io/gitea/.

@lafriks
Copy link
Member

lafriks commented Feb 4, 2019

What LDAP server are you using?

@lafriks lafriks added the issue/needs-feedback For bugs, we need more details. For features, the feature must be described in more detail label Feb 4, 2019
@OndrejSpanel
Copy link

I am using OpenLDAP - openldap-2.4.31

@liquidat
Copy link
Author

liquidat commented Feb 4, 2019

My LDAP server: FreeIPA
The protocol error problem came with 1.6 and is now with 1.7.1, never tested with 1.7.0.

@MarkusAmshove
Copy link
Contributor

I've done the upgrade to 1.7.1 and everything works fine.

SuSe Linux Enterprise 12
Postgres
Windows Active Directory

@zeripath
Copy link
Contributor

zeripath commented Feb 5, 2019

Hmm I wonder if this is something to do with SSH public key provision in LDAP.

Peeps with the failing LDAP could you check you're definitely on 1.7.1 and that your attributes are definitely correct - in particular if you don't have SSH keys in your LDAP ensure that attribute is empty.

@MarkusAmshove
Copy link
Contributor

To add on to that and help troubleshooting, we don't have public keys in our AD

@OndrejSpanel
Copy link

you're definitely on 1.7.1

Yes, I was definitely on 1.7.1. I have upgraded from 1.6.x, once I realized LDAP login is not working for me, I downgraded to 1.7.0.

As for SSH keys, I have SSH access disabled on Gitea and I do not have any SSH keys in LDAP.

@zeripath
Copy link
Contributor

zeripath commented Feb 6, 2019

Thanks @OndrejSpanel, when you checked your configuration for LDAP in 1.7.1 the attribute was definitely blank and empty? I appreciate that it should be - but I wonder if what being set to say something that would represent the empty string rather than the empty string.

@OndrejSpanel
Copy link

I am afraid I do not understand what to check, I supposed you were talking about LDAP attributes and I do not see any SSH related attributes in our LDAP. What attribute is this - some Gitea configuration, or something in LDAP, or someplace else on our server? I may install 1.7.1 again if necessary, but I need to know what to check and what to report. I am not using SSH and I am not familiar with its configuration.

@lafriks
Copy link
Member

lafriks commented Feb 6, 2019

@OndrejSpanel he meant this LDAP authorization source configuration attribute in Gitea:
image

@OndrejSpanel
Copy link

OndrejSpanel commented Feb 6, 2019

I definitely have this empty now in 1.7.0. Unless the upgrade is changing the value, it should be the same in 1.7.1 - I can check this if needed.

Note: I use LDAP (via BindDN)

@liquidat
Copy link
Author

liquidat commented Feb 6, 2019

@zeripath The container tag says 1.7.1, gitea itself calls the version "dfad569". I assume that is correct?
I verified that the option shown in the screenshot from @lafriks is empty.

@zeripath
Copy link
Contributor

zeripath commented Feb 7, 2019

Ok, so the error given out is slightly misleading (it's too far up to the callstack.) It's actually coming from here:

sr, err := l.Search(search)

Now the interesting part is on line 257 where there is a log trace that will reveal what it's actually asking your LDAP.

So, if your LDAP logs aren't being helpful at telling you what is going wrong, then we need to turn on trace and look for "Fetching Attributes" to see what attributes we say we're sending. It would be really helpful if you could check what your LDAP is getting though.

I'm thinking about our logging infrastructure at present, and yes, turning on trace is going to spew out a lot of unnecessary rubbish. I think we need to migrate to a much cleverer system.

@liquidat
Copy link
Author

liquidat commented Feb 9, 2019

Here is what my FreeIPA ldap error log shows:

[22:22:08.170978469] fd=112 slot=112 connection from 172.18.0.6 to 172.18.0.2
[22:22:08.171199824] op=0 BIND dn="uid=system,cn=sysaccounts,cn=etc,dc=bayz,dc=de" method=128 version=3
[22:22:08.223472706] op=0 RESULT err=0 tag=97 nentries=0 etime=0.0052434415 dn="uid=system,cn=sysaccounts,cn=etc,dc=bayz,dc=de"
[22:22:08.223738210] op=1 SRCH base="cn=users,cn=accounts,dc=bayz,dc=de" scope=2 filter="(&(objectClass=person)(uid=rwo))" attrs=ALL
[22:22:08.225467030] op=1 RESULT err=0 tag=101 nentries=1 etime=0.0001797298
[22:22:08.226078299] op=2 BIND dn="uid=rwo,cn=users,cn=accounts,dc=bayz,dc=de" method=128 version=3
[22:22:08.278423889] op=2 RESULT err=0 tag=97 nentries=0 etime=0.0052380180 dn="uid=rwo,cn=users,cn=accounts,dc=bayz,dc=de"
[22:22:08.278705323] op=3 SRCH base="(null)" scope=2 filter="(&(objectClass=person)(uid=rwo))", invalid attribute request
[22:22:08.278722888] op=3 RESULT err=2 tag=101 nentries=0 etime=0.0000084787
[22:22:08.279051788] op=-1 fd=112 closed - B1

The line with the SRCH base="(null)" might be the reason why login fails for me: a recent update of FreeIPA declines requests if there are more than one empty attribute in the request. And iirc I did update the FreeIPA server. This empty attribute situation was a problem for nextcloud as well, see for example here. According to this comment this was tackled in go-ldap but I am not entirely sure if this was fixed properly?

@lafriks
Copy link
Member

lafriks commented Feb 10, 2019

we could probably try to upgrade to "gopkg.in/ldap.v3" to see if that resolves your issue

@liquidat
Copy link
Author

Sounds like a plan. Is there any way I could test this, given that I am running containers?

zeripath added a commit to zeripath/gitea that referenced this issue Feb 17, 2019
Signed-off-by: Andrew Thornton <art27@cantab.net>
@zeripath
Copy link
Contributor

@liquidat is there any way you could test that PR? It simply does what @lafriks suggests. If it works we can get that backported and then work on getting 1.8 ready.

@mootboy
Copy link

mootboy commented Feb 18, 2019

Currently compiling go1.11.5 on my pi3 to then build and test the @zeripath branch.

I'm running slapd 2.4.44+dfsg-5+deb9u1 on arm7 for the record.

@mootboy
Copy link

mootboy commented Feb 18, 2019

Fix confirmed as working on arm7 with postgresql and slapd @zeripath

@zeripath
Copy link
Contributor

Could you pop that comment on the pr.

zeripath added a commit to zeripath/gitea that referenced this issue Feb 18, 2019
Signed-off-by: Andrew Thornton <art27@cantab.net>
zeripath added a commit that referenced this issue Feb 18, 2019
Signed-off-by: Andrew Thornton <art27@cantab.net>
@lafriks lafriks removed the issue/needs-feedback For bugs, we need more details. For features, the feature must be described in more detail label Feb 18, 2019
@lafriks lafriks added this to the 1.7.3 milestone Feb 18, 2019
@mootboy
Copy link

mootboy commented Feb 18, 2019

Could you pop that comment on the pr.

Sorry, a bit late here, do you want a post-merge comment on the PR?

@lafriks
Copy link
Member

lafriks commented Feb 18, 2019

@mootboy all good, no need

@zeripath
Copy link
Contributor

Nah it's fine. It was just in case people weren't approving because they weren't sure it would work.

It's a shame we were never able to get a test case to reproduce the problem in our treat suite.

@mootboy
Copy link

mootboy commented Feb 18, 2019

If I was more familiar with go I would give it a shot, OTOH, LDAPv2 was considered dead in 2003 :-P

(yeah I know it was the library version, poor sense of humour)

@strk
Copy link
Member

strk commented Mar 3, 2019 via email

@liquidat
Copy link
Author

For me this fix did not solve the problem

However, I found this Grafana issue. It describes the same problem, the same solution (update of the go-ldap package) but also people for whom the problem was not fixed.

The solution is: besides the updated go ldap version there also need to be enough LDAP attributes set!

In may case I added "First Name Attribute" and "Surname Attribute" - and suddenly everything works.

@go-gitea go-gitea locked and limited conversation to collaborators Nov 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

8 participants