BuildForge Help

Support for LDAP Traffic over SSL (LDAPS)

You can use a directory service (LDAP server) in your network to authenticate Build Forge users.

If your LDAP server is enabled for LDAP traffic over SSL (LDAPS), first configure an LDAP domain in Build Forge, then complete the following set up to allow Build Forge to access and use the directory service on the LDAPS server.

For Management Consoles running on Windows, do the following:

  1. Install PHP 5.2.1.
  2. Create a file called ldap.conf.
  3. Add the following line to the ldap.conf file: TLS_REQCERT never.
  4. Save the ldap.conf file to C:\openldap\sysconf\ldap.conf.

For Management Consoles running on Unix, do the following:

  1. Locate the ldap.conf file (/etc/ldap/ldap.conf).
  2. Add the following line to the ldap.conf file: TLS_REQCERT never.
  3. Save the ldap.conf file.