View Single Post
  #4 (permalink)  
Old 10-03-2005, 10:55 AM
marcmac marcmac is offline
Zimbra Employee
 
Posts: 2,103
Default errors

The kplinux.pattonhome.lan errors aren't fatal, they just mean that the generated certificate will be invalid.

It looks like ldap started ok during the install, but that mysql did not. However, the invalid credentials from zmprov gas means that the configured ldap password doesn't match the one ldap wants.

The zmprov gs command does require a hostname as an argument, but if gas is failing, then gs will fail, too.

Try shutting everything down, then resetting the ldap password:
ldap stop
mysql.server stop
zmldappasswd --root testpass
ldap start

Then try
zmprov gas
and see if that gets you past the credential errors
Reply With Quote