-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
Changing password in AD doesn’t work #8
Comments
What version of change-password do you have? 1.0.0 or the current master? I should admit that I haven’t tried it against Samba/AD after updating to ldap3 2.x (current master). This error is clearly not related to WSGI. |
I have current master If start the application manually (chmod +x app.py && ./app.py) - all work fine. This problem only occurs when I start change-password with third-party apps (such as apache+mod_wsgi, nginx+uwsgi or simple systemd unit script) |
That’s really weird… |
Do you have any ideas? |
No idea. I’ve just deployed new version to Samba server and it works. However, I’ve switched from uWSGI to Waitress and run it using If you use Alpine Linux, you can easily install it from the testing repository (and community/edge for py-waitress and py-ldap3); |
Hello, I Apache with this config (I also tried nginx+uwsgi and the result is the same):
Apache successfully started and display main page, but if I try change password I get error "Error: 500 Internal Server Error":
But the password check is successful:
[Fri Jul 07 13:18:08.841810 2017] [:error] [pid 106200] Unsuccessful attemp to change password for tak: Username or password is incorrect!
Then an error occurs only when trying to change the password
The text was updated successfully, but these errors were encountered: