Dave Hirschfeld

Results 351 comments of Dave Hirschfeld

Unfortunately I've got zero bandwidth to look at this just at the moment. As I'm using Active Directory I do plan on looking at this when time allows but for...

Does the `memberOf` trick mentioned by @sigurdurb not work for you?

I'm pretty swamped (and don't really consider myself a *proper* maintainer) but I'll try to set aside some time to take a look...

Where did you mean to open this PR?? It seems this might solve #49?

Thanks for posting @capgadsx! I'm currently slammed at work so it'll likely be a week or so before I get around to properly reviewing. I am keen to get it...

What username are you entering in the dialog box - `My Full Name`? If so you might require setting `c.LDAPAuthenticator.user_attribute = 'CN'` Otherwise you might also try using `lookup_dn=True` from...

Thanks for the report - I'll try to take a look in the next several days. From your description it sounds like we may indeed need a new config option...

If you use the full `DN` for the `lookup_dn_search_user` rather than the samid does it work?

#116 might help you determine the correct config

The [`bind_dn_template`](https://github.com/jupyterhub/ldapauthenticator#ldapauthenticatorbind_dn_template) can be a list of templates to try - if one works the the user is authenticated. So just pass a template for each of the possible variations...