-
-
Notifications
You must be signed in to change notification settings - Fork 169
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
kerberos authentication #1691
Comments
Added dumb implementation in r18693 using pykerberos. Going forward, we should use the tokens rather than the password, and maybe even use python-gssapi for encryption? |
2018-03-11 10:38:10: antoine commented
|
2018-03-12 14:31:34: antoine commented
|
2018-03-18 07:30:25: antoine uploaded file
|
2018-03-18 07:36:03: antoine commented
|
2018-03-18 07:51:16: antoine commented
|
2018-03-18 13:58:31: antoine commented
|
2018-03-21 12:49:05: antoine commented
|
Updates:
Ready for testing. There are packages for most platforms. @maxmylyn: apart from testing the obvious command lines (ie: comment:8), the difficult thing is testing single-sign-on with gss / kerberos because this requires a domain controller on win32, and on macos: Authentication : kerberos |
The changes have been merged upstream, we should package this in mingw: #2170 |
See also: #1796 |
MSYS2 packaging for these modules: #2170. |
Looks like we can use pykerberos, if only there were better examples.
See also #1255, #1692
The text was updated successfully, but these errors were encountered: