Administering : Managing users : Enabling LDAP server settings
  
Enabling LDAP server settings
LDAP servers can retrieve user data. You can enable the LDAP server settings by entering SQL commands in the SQL interface.
Before you begin
You must be a global administrator.
You must have access to restart the Focal Point® server.
You must have access to the SQL interface. If you have this access, the sqltools.enable configuration property is set to true.
You must have an LDAP server installed.
If IBM Rational Directory Server is enabled, LDAP settings cannot be enabled. Before you enable the LDAP server settings, you must disable Rational Directory Server by setting tds.enable to false. For more information, see Enabling Rational Directory Server.
Procedure
1 Click the Settings icon Settings icon and then, from the Advanced group, click SQL.
2 Enter the following command:
update configurationproperties set value='true' where name='ldap.enable'
3 Restart the server.
4 Click Users > LDAP Settings, and then configure the settings. For more information, see LDAP settings.
See also
Enabling Rational Directory Server
LDAP settings
Managing users