LDAP Authorization Plugin for OJS
- Clone to
plugins/generic/ldap
folder of OJS 3.
cd plugins/generic
git clone https://github.com/shemgp/ojs_ldap_plugin.git ldap
- Enable in global site settings (Administration->Site Settings->Plugins->LDAP Authentication Plugin) or in Settings->Website->Plugins.
- Set settings of the plugin. (Note: works with
ldaps://
and:636
or will always usetls
).
Sample Settings
- Need to use
ldaps
ortls
. - Source was taken from the Shibboleth Authorization Plugin.