You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# set USE_TLS=False if some LDAP connections don't work
22
22
# Change IT_TEAM to an existing group you're part of to get SUDO permission
23
23
```
24
+
Run using Docker
25
+
================
26
+
First build & run your local 389 ldap-server on docker. Insert your 389-servers IP address to `local_settings.py > LDAP_CONNECTION > uri`. 389-server should be running while building FUM.
27
+
Set `USE_TLS` and `CHANGES_SOCKET_ENABLED` in `settings/base.py` to False.
24
28
25
-
Run using Vagrant
26
-
=================
27
-
Enter your LDAP username in `vagrant/REMOTE_USER`, e.g.:
0 commit comments