Skip to content

LDAP-enabled fork of Docker container jupyter/jupyterhub

Notifications You must be signed in to change notification settings

ESIEESPACE/jupyterhub-ldap

 
 

Repository files navigation

jupyterhub-ldap

LDAP-enabled fork of Docker container jupyter/jupyterhub

Set the following environment variables:

BASE
the base path for the LDAP directory
URI
the location of the LDAP server
BINDDN
the bind user DN
BINDPW
the bind user password

You may wish to use persistent home directories by setting the volume at /home.

An example line to run with persistent storage and LDAP on the Docker host:

sudo docker run -d --restart=always --name=jupyterhub -p 192.168.48.1:8000:8000 -v /virt/jupyterhub:/home -e BASE="dc=bitsmithy,dc=net" -e URI="ldap://192.168.48.1" bsmithyman/jupyterhub-ldap

About

LDAP-enabled fork of Docker container jupyter/jupyterhub

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 66.3%
  • Python 25.9%
  • Makefile 7.8%