Show/Hide Toolbars

## This is a sample properties file for LDAP authentication. You can

tailor it to your specific

## situation to work with the LDAP authentication mechanism included

within TeamConnect. All

## un-commented properties in this file are required, though their values

can be changed.

# Identification properties for this authentication component

tc.displayName=LDAP Team Connect Authenticator

tc.uniqueId=LDAP

tc.isSSO=false

# Custom page mappings (omit any that do not apply)

#page.badCredentials=tryagain.html

#page.lockedAccount=giveup.html

#page.maximumLogins=sorry.html

#page.logout=goodbye.html

#page.sessionTimeout=missedyou.html

# LDAP configuration properties

#

# The URL of the LDAP server to be used

ldap.host=10.1.2.48

ldap.port=389

ldap.root=dc=domain,dc=com

# DN of the user/administrator allowed to connect to the LDAP server

ldap.userDn=cn=Manager,dc=domain,dc=com

# Password of the user/administrator

ldap.password=secret

#

ldap.userDnPatterns=uid={0},ou=Department

#

ldap.groupDnPattern=ou=Department

#

ldap.groupRoleAttribute=cn