I am using Django LDAP authentication . By default we would give the LDAP settings in settings.py
so that the LdapBackend
file would access the settings.py
file for the LDAP credentials . But in my case , i need the LdapBackend.py
file to look into a separate json file for the LDAP settings . How can I do it?
Thanks