timander / fitnesse-ldap-authenticator

FitNesse plugin that allows LDAP or Active Directory authentication

This URL has Read+Write access

name age message
file .gitignore Loading commit data...
file README
file pom.xml
directory src/
README
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.server.url=ldap://ldap.localhost:389
      ldap.search.base=ou=People,dc=example,dc=com
      ldap.username.attribute=AccountName

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)