Set up LDAP integration for the CollabNet TeamForge site

Follow these steps to convert your CollabNet TeamForge installation to authenticate against your corporate OpenLDAP server.

Note: Refer to the Software requirements for TeamForge 8.0 topic for the supported OpenLDAP versions.
  1. Shut down CollabNet TeamForge .
    • /etc/init.d/httpd stop
    • /etc/init.d/collabnet stop
    • /etc/init.d/postgresql-9.3 stop
  2. Edit the <installation_source>/conf/site-options.conf file.
    1. Tell CollabNet TeamForge to use LDAP authentication. Under "External User Authentication," uncomment this line:
      • USE_EXTERNAL_USER_AUTHENTICATION=false

      and change its value to true.

    2. Configure the following tokens.
      Important: 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
  3. Recreate the runtime environment.
    • ./install.sh -V -r -d /opt/collabnet/teamforge
  4. Start TeamForge.
    • /etc/init.d/collabnet start