Skip to content
#

ldap-authentication

Here are 158 public repositories matching this topic...

runderko
runderko commented Apr 21, 2020

Bug description

Unable to restrict access to users that are a member of specific groups in LDAP authenticated through Jupyterhub

Expected behaviour

Restricted access to members of the group specified in basedn

Actual behaviour

ldap users other than group members are able to access

How to reproduce

I am able to reproduce the issue at my end with the below steps.

1

jmhauer
jmhauer commented Feb 24, 2020

The option PASSWORD_HASH=auto stores the password in clear text if no password is set before, because there is no Hash mechanism used if no password exists.
I think it would be a better way to use a standard Hash mechanism like SHA instead of using clear text. So the password is hashed, even if no password exists before.

felipemarinho97
felipemarinho97 commented Oct 27, 2018

Current translated words: pt, es, fr, en, de, fr, es, sv, no, lt, pl, tr, uk, ru

  1. Fork this repo
  2. Pick a language you're good and left a message here
  3. Edit the src/messages.js, duplicate the structure in their folder and replace en in the key with your language's standard two-letter ISO 639-1 code.
  4. Add the import and the require(...) on src/index.js (+2 lines) and upd
SvenDowideit
SvenDowideit commented Mar 19, 2018

I thought I'd be able to just clone and make run as the docs say - but it looks like (I've only just begun to dig) the nfs container (and jupyterhub-network) don't have the IP addresses you've put in .env - and so the hub container can't start.
Sadly, Docker Swarm's error reporting is about as unhelpful as possible - the only state info I can derive, is from

dow184@TOWER-SL:~/src/

Improve this page

Add a description, image, and links to the ldap-authentication topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ldap-authentication topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.