Askbot is a Django/Python Q&A forum. **Contributors README**: https://github.com/ASKBOT/askbot-devel#how-to-contribute. Commercial hosting of Askbot and support are available at https://askbot.com
Other
1.56k
stars
628
forks
source link
Fix custom LDAP_AUTH_FUNC_PATH and LDAP_CREATE_FUNC_PATH #906
The custom function(s) should be loaded with the load_function function, instead of load_module.
Closes #905