UNPKG

nodebb-plugin-sso-open-ldap

Version:
33 lines 629 B
{ "id": "nodebb-plugin-office-ldap", "name": "OpenLDAP", "description": "An OpenLDAP plugin", "url": "https://github.com/meredrica/nodebb-plugin-office-ldap", "library": "./index.js", "hooks": [ { "hook": "static:app.load", "method": "init" }, { "hook": "action:auth.overrideLogin", "method": "override" }, { "hook": "filter:config.get", "method": "getConfig" }, { "hook": "filter:user.whitelistFields", "method": "whitelistFields" }, { "hook": "filter:admin.header.build", "method": "adminHeader" } ], "templates": "templates", "acpScripts": [ "lib/open_ldap.js" ] }