-
Notifications
You must be signed in to change notification settings - Fork 31
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
LDAP Script doesn't start #33
Comments
what version of Mumble are you using?
have you tried copying the |
I use version 1.3.4-1, the latest one available in the Debian Bullseye repo. |
Symlinking the file worked, however I still think this needs some fixing |
https://github.com/mumble-voip/mumble-scripts/blob/master/Authenticators/LDAP/LDAPauth.py#L214-L219 The logic seems to use the python Ice module to get the correct directory path, and otherwise two default include paths. So if the python ice module is installed via package manager I would expect this to work and search in the systems Ice slice dir path. |
When I try to start
LDAPauth.py
with ice enabled and the right credentials and port I get the following error in the Logfile:I already tried forcing another ice path but as you can see in the first line, it somehow tries to find the .ice in the Directory the Script is in.
The text was updated successfully, but these errors were encountered: