Socket
Socket
Sign inDemoInstall

xo-server-ldap-plus

Package Overview
Dependencies
45
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    xo-server-ldap-plus

Advanced LDAP authentication plugin for XO-Server


Version published
Weekly downloads
1
Maintainers
1
Install size
6.49 MB
Created
Weekly downloads
 

Readme

Source

xo-server-ldap-plus

Advanced LDAP authentication plugin for XO-Server inspired by xo-server-auth-ldap

This plugin allows LDAP users to authenticate to Xen-Orchestra based on LDAP groups.

The first time a user signs in, XO will create a new XO user with the same identifier. It upadtes the group memberships from LDAP to XO on every login.

Install

Installation of the [npm package]

> npm install --global xo-server-ldap-plus

Usage

Like all other xo-server plugins, it can be configured directly via the web iterface, see the plugin documentation.

Algorithm

  1. If bind is defined, attempt to bind using this user.
  2. Searches for the user in the directory starting from the base with the defined filter.
  3. If found, a bind is attempted using the distinguished name of this user and the provided password.
  4. Searches for group membership in the configured LDAP groups
  5. If found, the user groups are synced from LDAP to XO
  6. the user is logged in

Contributions

Contributions are very welcomed, either on the documentation or on the code.

You may:

  • report any issue you've encountered;
  • fork and create a pull request.

License

AGPL3 © Piratenpartei BundesIT

Keywords

FAQs

Last updated on 03 Jan 2017

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc