-
Notifications
You must be signed in to change notification settings - Fork 10
timander/fitnesse-ldap-authenticator
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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)
About
FitNesse plugin that allows LDAP or Active Directory authentication
Resources
Stars
Watchers
Forks
Packages 0
No packages published