Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

smartameer/nodebb-plugin-office-ldap

Repository files navigation

NodeBB Office LDAP authentication Plugin

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.

Build Status license npm version Project Status

Installation

npm install nodebb-plugin-office-ldap

Screenshots

Desktop

Desktop OfficeLDAP

For Developers

  • 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>)"

About

NodeBB Office LDAP authentication Plugin

Topics

Resources

License

Stars

Watchers

Forks

Packages

Contributors

AltStyle によって変換されたページ (->オリジナル) /