Skip to content

Zophar78/rundeck-hybrid-login

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rundeck hybrid login module

Overview

This login module provides the possibility for a user to be authenticated via LDAP and to be authorized (get mapped to a Rundeck role) via the *.properties file.

Prerequisites

Assuming Rundeck 2.0+ is installed.

Build

Use Ant to build the module. The result of the build will be available under build directory.

Installation

Stop the Rundeck server:
rundeckd stop
Copy the hybrid-login library (From the build directory):
cp rundeck-hybrid-login-ext-<version>.jar $RDECK_BASE/exp/webapp/WEB-INF/lib
Also copy jetty-all.jar (From the build direcotry):
cp jetty-util-7.6.0.jar $RDECK_BASE/exp/webapp/WEB-INF/lib/
Start the Rundeck server:
rundeckd start

About

Hybrid login module for Rundeck - authentication via LDAP, authorization via property file

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%