Changing the LDAP Server

After installing Web Access, you can optionally specify a separate LDAP directory server and also configure the search schema used by Web Access via that server.

To specify a LDAP server

  1. Open the following file.

 
/opt/SUNWwa/properties/realm.Sims.properties
 

This file contains entries that determine the LDAP configuration for Web Access.

  2. Edit one or more of the following lines.

 
access.LDAPAccess.ldapServiceUrl=ldap://<ldap-host>:<ldap-port> 
access.LDAPAccess.ldapSearchBase=<ldap-search-base> 
access.LDAPAccess.accessDomain=<access-search-base>
 

  where,
  3. ldap-host and ldap-port refer to the location from which LDAP service is provided.
  ldap-search-base refers to the base in the LDAP schema used to serve all Sun Web Access requests.
access-search-base is pre-pended to ldap-search-base for those LDAP operations that reflect the user state and configuration.




Copyright © 1999 Sun Microsystems, Inc. All Rights Reserved.