Skip to content

Jenkins plugin to use LDAP with SASL for authentication.

Notifications You must be signed in to change notification settings

ikedam/ldap-sasl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LDAP SASL plugin

Japanese version of this document is README_ja.md

Jenkins plugin to use LDAP with SASL for authentication.

What's this?

LDAP SASL is a Jenkins plugin. This plugin provides the "LDAP-SASL" security realm:

  • This plugin performs authentication with LDAP server using the Simple Authentication and Security Layer (SASL) framework.
  • You specify following parameters.
    • LDAP URI
      • URI to access to the LDAP server.
      • Multiple servers can be specified.
    • SASL Mechanisms
      • SASL mechanism to used in the authentication.
      • Multiple mechanisms can be specified. In that case, the most suitable mechanism negotiated with the LDAP server is used.
    • How to identify user DN.
      • Needed when you want to retrieve group information from LDAP.
      • Followings are supported
        • Use LDAP "who am i?" extended operation
        • Query LDAP specifying the base DN and the query string.
    • Whether retrieve group information from LDAP.
      • The user DN have to be indentified.
      • You must specify base DN, and prefix added to the group name.
      • For example, "group1" group in LDAP directory will be treated as "ROLE_group1" in Jenkins by specifying "ROLE_" as the prefix.

How to install

See Jenkins update center for ikedam plugins, and follow the instruction to have your Jenkins to access my update center.

Limitations

  • LDAPS is not tested.
  • This plugin is going to be depricated when LDAP plugin supports SASL.

About

Jenkins plugin to use LDAP with SASL for authentication.

Resources

Stars

Watchers

Forks

Packages

No packages published