How To Change The LDAP Server

  • 7019329
  • 11-May-2010
  • 29-Aug-2017

Environment


Reload (all version)

Situation


How do I force my Access Mode POA to use a different ldap server then what my production GroupWise server is using.

Resolution


The poa startup file is read first, before the wphost.db. If any switches are found in the startup file, then any matching switches located in the db will not be used. 

Every time a POA is loaded on the Reload server the following startup file is recreated;
/opt/novell/groupwise/agent/share/*.poa

from a copy of the startup file located in;
../<profile directory>/gre_data/poa_startup_files/access/

Changes will need to be made to the startup file located under the profile.

The ldap switch can be added to the *.poa file;

(the following is a section of the startup file)
;-----------------------------------------------------------------------
;  The LDAP server's IP address in dotted format or DNS format.  If multiple
;  LDAP authentication server addresses are specified, they will be used
;  by the LDAP server in FAILOVER manner. The address should be specified
;  in this format: "123.3.4.1 123.4.5.2 123.3.4.5"  with a space in between
;  each address
;-----------------------------------------------------------------------
;/ldapipaddr-[address]

After adding the /ldapipaddr switch with the ip/host then restart the Reload POA, after the file has been saved.

Additional Information

This article was originally published in the GWAVA knowledgebase as article ID 1704.