-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Unable to login with LDAP credentials #2834
Comments
Please provide the contents of your laravel log, as requested. |
[2016-10-28 10:13:16] production.DEBUG: Authenticating user against database. |
Okay, so:
That usually means that your LDAP Authentication query is incorrect |
ahhh, I had an old string that was in there from when I upgraded to V3 and it imported the entire string from the old ldap settings file. It appears the LDAP documentation needs to be updated on the user-manual site. Thanks for pointing me in the right place! |
How so? |
|
Yes, It appears to be sorted!! Thanks for that! Is there a very specific way I correct this to merge the repo changes over my local using git pull or some other way? |
Did you create foo.txt? In general, if you're using git clone, you don't want to put anything in there that's not part of the official repo. If you don't need that file, you can delete it or |
Sorry, I used a canned error message from a search I did yesterday because I did resolve this by forcing a "git reset --hard." foo.txt wasn't in my cloned dir. The only files I can think that changed or were added from the original was the .env file and likely some images that were addes to assets etc... |
If it wasn't in your cloned directory, git shouldn't have choked on it - it only cares about what's different from that specific repo. (Uploaded files and the .env file are ignored in Either way though, you can either remove the offending file, or |
Ok, I will see what happens next time I run a pull and seek further assistance if I run into an error! Thanks for your guidance! |
No problem! |
Expected Behavior (or desired behavior if a feature request)
Ability to login with LDAP password(Active Directory) on imported users accounts.
Actual Behavior
Imported LDAP users cannot login with their ldap password
Please confirm you have done the following before posting your bug report:
Please provide answers to these questions before posting your bug report:
v3.5.1-2-gd7222ae- Version of Snipe-IT you're running
7.0.12-1+deb.sury.org~xenial+1 - PHP Version
Ubuntu 16.04 Apache- What OS and web server you're running Snipe-IT on
Manual - What method you used to install Snipe-IT (install.sh, manual installation, docker, etc)
" Error: The username or password is incorrect." - If you're getting an error in your browser, include that error
Login Page- What specific Snipe-IT page you're on, and what specific element you're interacting with to trigger the error
app/storage/logs
and your webserver's logs.The text was updated successfully, but these errors were encountered: