jupyterhub-kdcauthenticator icon indicating copy to clipboard operation
jupyterhub-kdcauthenticator copied to clipboard

A Kerberos authenticator module for the JupyterHub platform

Results 5 jupyterhub-kdcauthenticator issues
Sort by recently updated
recently updated
newest added

I tried using this KDCAuthenticator (https://github.com/joychak/jupyterhub-kdcauthenticator) . It installed fine on myJupyterhub server but when I try to use it I get the following error: [JupyterHub application:90] Bad config encountered...

Hello, I'm trying to use Kerberos for the Authentication process of JupyterHub and found your Authenticator module. I get the following error message: HTTPServerRequest(protocol='https', host='naf-belle-jhub.desy.de', method='POST', uri='/hub/login?next=', version='HTTP/1.1', remote_ip='::ffff:131.169.214.92') Traceback...

Hello, Trying to set up Jupyterhub to authenticate LDAP users against an existing KDC on a separate node. So far, I have the following: Dockerfile ``` FROM jupyterhub/jupyterhub RUN apt-get...

I noticed that the kerberos package is an install dependency and have therefore stated that as such in the setup.py