This plugin connects LDAP server without admin credentials but using user given username and password at the time of login.
Please turn off registration process as this makes a login / creates a user based on user existance in database via LDAP verification.
npm install nodebb-plugin-office-ldap
- The code now holds only the username based filter. i.e sAMAccountName
- options are sent now default to index.js as per openldap
- Filter can be configured like this, sample
(&(objectCategory=Person)(sAMAccountName=*)). - Unix command for checking testing and checking is
ldapsearch -H <Serverurl> -x -D <Email> -w <Password> -b <BaseDN> “(<Filter=value>)”
