LDAP authentication using SSL was originally set up during installation, as described in Configuring Authentication to the Administration Web Console
in Installing the GroupWise Calendar Publishing Host
in the GroupWise 8 Installation Guide. If you need to change the SSL trusted root certificate information, you can rerun the Calendar Publishing Host Installation program and specify new information, as described in Installing the Calendar Publishing Host
, or you can edit the calhost.cfg file, as described below.
Edit the calhost.cfg file in a text editor.
The default file location varies by Web server platform:
NetWare: |
|
Linux: |
|
Windows: |
Find the line that starts with:
Admin.Ldap.trustedRoot=
Specify the full path to the trusted root certificate file.
Save the calhost.cfg file, then exit the text editor.
Restart the Web server:
NetWare: |
unload apache2 unload java tomcat4 apache2 |
Linux: |
Novell Open Enterprise Server 2 Linux installation of Apache: /etc/init.d/apache2 stop /etc/init.d/novell-tomcat5 stop /etc/init.d/novell-tomcat5 start /etc/init.d/apache2 start SUSE Linux Enterprise Server 10 installation of Apache: /etc/init.d/apache2 stop /etc/init.d/tomcat5 stop /etc/init.d/tomcat5 start /etc/init.d/apache2 start |
Windows |
|