You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @egorse, I haven't done any maintenance on this project in a while, but I think it's just as useful today as it was back when it was written.
To be honest, if you are trying to do something complicated with LDAP, this project is probably more useful as a basic example to fork from or copy from. Structurally it doesn't have anything particularly fantastic, it's just working code that gets you as far as a basic LDAP server that can deal with authentication requests.
But, if you are just trying to bolt Gerrit onto an existing user database via LDAP auth, I'm not aware of any reason this library would not work.
As described in the project description I need to simulate an LDAP service and verify the received username and password through my own database,
But I couldn't find anywhere to get the user's password
The password I can find now is bindpasswd, which is used to bind administrators
What I want to find is the real password of the user who needs to be verified
Just wonder if it could be used for Gerrit 💃
Thanks!
The text was updated successfully, but these errors were encountered: