This product completely looks like a go-er for our internal project, however i really do need LDAP working for it to fly.
I've been following the various guides and forum posts, but cannot get it to even reference the settings files correctly.
Environment:
Ubuntu 16.0.4 LTS. Installed Mayan EDMS via the Basic Installation instructions.
I've created a simple LDAP config file that actually has nothing in it except the following:
Code: Select all
from mayan.settings.production import *
Once that's done, am i right in thinking i then edit the supervisor config file? This is what I have been doing... and I've been modifying the following line to say:
Code: Select all
DJANGO_SETTINGS_MODULE = mayan.media.mayan_settings.myconfig
What am I doing wrong? Can someone help me better understand how to use LDAP, or at the very least - where to modify my settings files, and how to get them loaded correctly when using Supervisor?
TIA