Wilton Rodrigues
Wilton Rodrigues
Hi, @charleneauger @gillesdubois Any news about this?
Hi, @mujtaba-saboor Thanks for your reply, on next week I will test your PR's changes on my homologation environment with `100K` of machines. Then I return the status here.
Hello @mujtaba-saboor, Today I tested your changes in my environment and the `Deadlocks` occurrences are gone. Thanks for you contribution.
Hi, After discussing with @gillesdubois on OCSInventory-NG/OCSInventory-Docker-Image#77 I confirmed that the problem dont ocurrs when OCSInventory-Server and OCSApi are installed together. This ocurrs because the [server conf file](https://github.com/OCSInventory-NG/OCSInventory-Docker-Image/blob/master/2.9/conf/ocsinventory-server.conf#L27) is setting...
Just define `c.LDAPAuthenticator.lookup_dn_user_dn_attribute = 'distinguishedName'` I use `ldapauthenticator` [`v1.3.2`](https://pypi.org/project/jupyterhub-ldapauthenticator/1.3.2/) and Jupyter together with Active Directory and `allowed_groups` works fine. This is my complete config, obtained from [here](https://github.com/jupyterhub/ldapauthenticator#active-directory-integration): ```txt c.LDAPAuthenticator.lookup_dn =...
I read #199 and just remove `c.LDAPAuthenticator.bind_dn_template = '{username}'` and setting c.LDAPAuthenticator.lookup_dn_user_dn_attribute = 'cn' has the same result.
Hi, @nevlkv I made PR #87 that refactors all startup's script logic. Once this PR is accepted, you could solve this problem with a simple script called `21-ajust-ldap.sh`, like that:...
ping @gillesdubois
@babaymaster thanks for reporting. @gillesdubois I reproduced this issue and I'm working in a solution.
Duplicate of #275