LDAP Authentication for Azkaban -


we trying setup azkaban ldap authentication in our production environment. leads on how this? documentation says can done adding plugin jar file extending usermanager class . newbie azkaban , looking example code this

you need install custom "user manager" plugin. can found on github: https://github.com/researchgate/azkaban-ldap-usermanager

the instructions on how configure user manager plugin can found on front page of github repo.

in essence need to:

  1. download , build plugin
  2. copy .jar file built ./extlib directory of azkaban installation
  3. edit azkaban.properties file, specifying user.manager.class , number of user.manager.ldap properties.

Comments