Tobias Jachowski
Tobias Jachowski
SETTING_AUTH_LDAP_GROUP_TYPE and import statement not passed through properly the entrypoint script
To make LDAP group authentication for an Active Directory work, I have to add the following to the `settings.py` file: ``` from django_auth_ldap.config import ActiveDirectoryGroupType AUTH_LDAP_GROUP_TYPE = ActiveDirectoryGroupType(name_attr="cn") ``` However,...
I have installed BigBlueButton 2.2.31 as described in [README.md](https://github.com/alangecker/bigbluebutton-docker/blob/v2.2.x/README.md). The docker containers run behind an apache2 proxy and a firewall with the necessary ports opened. Everything runs fine (audio, video,...
I'm succesfully using the jupyterhub-example with the extra classes `KerberosPAMAuthenticator` and `KerberosSudoSpawner` on a kerberized system with NFS automounted user folders. It works great! However, initially trying to start a...