-
Notifications
You must be signed in to change notification settings - Fork 19
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
"No such file or directory" for unknown reason #24
Comments
it does work when setting the verify_kdc parameter to false. i checked and the system does not seem to have a keytab file, maybe that's the reason. still, a more helpful error message would have been nice :) |
The error message comes up from the Kerberos library as part of the text for error code 2. The missing keytab or a similar missing file might very much be the reason for the error |
I would argue that changing this in the kerberos binding is the wrong layer (as the binding should try to be faithful to the underlying library). As this is nevertheless confusing, I have created 02strich/django-auth-kerberos#11 to improve this in the Django module. |
I recently stumbled across this issue. Ubuntu 18.04 provides pykerberos version 1.1.14 in the package python3-kerberos. Version 1.3.0 can be installed via pip3. 1.3.0 works fine, 1.1.14 fails with "No such file or directory". |
Hi :)
I'm getting this:
1.1.5 runs fine, 1.1.6 has the error from #12 which is fixed in 1.1.10, which shows this error here. KRB5_SERVICE is empty, but, as i said, 1.1.5 runs fine.
The text was updated successfully, but these errors were encountered: