-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathREADME
More file actions
19 lines (14 loc) · 764 Bytes
/
README
File metadata and controls
19 lines (14 loc) · 764 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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)