/fitnesse-ldap-authenticator

FitNesse plugin that allows LDAP or Active Directory authentication

Primary LanguageJava

This is a plugin for FitNesse to use LDAP Authentication.

To use:

1. Add the ldap-authentation-${version}.jar to the lib folder of your FitNesse server

2. Add the following line to the plugins.properties of the FitNesse server
      Authenticator=fitnesse.authentication.LDAPAuthenticator
      ldap.domain.name=mysubdomain.mydomain.com
      ldap.server.name=ldapserver
      ldap.username.attribute=sAMAccountName
      ldap.queryuser.username=queryuser
      ldap.queryuser.password=querypass
      ldap.security.group=testgroup

3. Start the FitNesse server with
      java -cp "lib/ldap-authentation-${version}.jar:fitnesse.jar" fitnesseMain.FitNesseMain [optional args]
   (NOTE Windows users should use ; for the classpath seperator)