Follow these steps to convert your TeamForge installation to authenticate against
your corporate OpenLDAP server.
-
Stop TeamForge.
-
/etc/init.d/collabnet stop all
-
Edit the site-options.conf file.
-
Enable TeamForge
to use LDAP authentication by editing the
site-options.conf
file, for example, edit
/opt/collabnet/teamforge/etc/site-options.conf
file.
Under "External User Authentication," uncomment this line:
- USE_EXTERNAL_USER_AUTHENTICATION=false
and change its value to
true.
-
Configure the site-options tokens.
Note: The values specified for the following tokens are
only for illustration purpose.
- EXTERNAL_AUTHENTICATION_TYPE=ldap
- LDAP_DN_PREFIX=cn=
- LDAP_DN_SUFFIX=,cn=Users,dc=testldap,dc=qa,dc=collab,dc=net
- LDAP_SERVER_URL=ldap://testldap.qa.collab.net:3268
-
Create
the runtime environment.
- /opt/collabnet/teamforge/installer/install.sh
-
Start TeamForge.
-
/etc/init.d/collabnet start all