4.0GA upgrade

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
adobrin
Advanced member
Advanced member
Posts: 134
Joined: Fri Sep 12, 2014 9:56 pm

4.0GA upgrade

Post by adobrin »

Finished the 4.0GA upgrade, install showed no issues, everything appeared to update ok.
documents aren't working, read through zmprov in wiki@domain instructions elsewhere..
unfortunately, zmprov no longer seems to be functioning. the admin account works in the admin console, and the user accounts are working.


[zimbra@mail conf]$ zmprov gacf

ERROR: account.AUTH_FAILED (authentication failed for zimbra)

[zimbra@mail conf]$


any ideas?
adobrin
Advanced member
Advanced member
Posts: 134
Joined: Fri Sep 12, 2014 9:56 pm

4.0GA upgrade

Post by adobrin »

the password in localconfig.xml is .. what it used to be.
zimbra.log has



2006-08-31 22:39:20,011 INFO [http-7071-Processor49] [ip=127.0.0.1;] SoapEngine - handler exception

com.zimbra.cs.account.AccountServiceException: authentication failed for zimbra

at com.zimbra.cs.account.AccountServiceException.AUTH_FAILED(AccountServiceException.java:78)

at com.zimbra.cs.account.ldap.LdapProvisioning.verifyPassword(LdapProvisioning.java:2344)

at com.zimbra.cs.account.ldap.LdapProvisioning.authAccount(LdapProvisioning.java:2184)

at com.zimbra.cs.account.ldap.LdapProvisioning.authAccount(LdapProvisioning.java:2168)

adobrin
Advanced member
Advanced member
Posts: 134
Joined: Fri Sep 12, 2014 9:56 pm

4.0GA upgrade

Post by adobrin »

zmldappasswd blah

tomcat restart
same problem.
StefanD
Advanced member
Advanced member
Posts: 51
Joined: Fri Sep 12, 2014 9:57 pm

4.0GA upgrade

Post by StefanD »

zimbra version: zcs-NETWORK-4.0.0_GA_303.RHEL4

When I run the command # zmprov help

I get the following error.
[] ERROR: java.security.cert.CertificateExpiredException: NotAfter: Mon Jul 10 16:17:00 CEST 2006

ERROR: zclient.IO_ERROR (invoke java.security.cert.CertificateException: Untrusted Server Certificate Chain, server: localhost) (cause: javax.net.ssl.SSLHandshakeException java.security.cert.CertificateException: Untrusted Server Certificate Chain)
Any suggestions?
phoenix
Ambassador
Ambassador
Posts: 27278
Joined: Fri Sep 12, 2014 9:56 pm
Location: Liverpool, England

4.0GA upgrade

Post by phoenix »

Does this help?
Regards

Bill

Rspamd: A high performance spamassassin replacement

Per ardua ad astra
marcmac
Elite member
Elite member
Posts: 2091
Joined: Fri Sep 12, 2014 9:53 pm

4.0GA upgrade

Post by marcmac »

Just talked to adobrin, we found a bug in zmldappasswd (my bug, of course :) )
Here's the fix:

At the bottom of the file, there's this command:

ldappasswd -c -w ${ldap_root_password} -D ${zimbra_ldap_userdn}

-x -s ${zimbra_ldap_password} ${zimbra_ldap_userdn} > /dev/null 2>&1



That should change to:

ldappasswd -w ${ldap_root_password} -D ${zimbra_ldap_userdn}

-H ${ldap_master_url}

-x -s ${zimbra_ldap_password} ${zimbra_ldap_userdn} > /dev/null 2>&1



NOTE - 2 changes in there, add the "-H ${ldap_master_url}" and REMOVE the "-c"
jml75
Advanced member
Advanced member
Posts: 64
Joined: Fri Sep 12, 2014 10:06 pm

4.0GA upgrade

Post by jml75 »

Hi marcmac,
I applied the correction you just mentionned and it still does the same problem.
marcmac
Elite member
Elite member
Posts: 2091
Joined: Fri Sep 12, 2014 9:53 pm

4.0GA upgrade

Post by marcmac »

Did you change the password after fixing the script, and then restart tomcat?
orlanth
Posts: 7
Joined: Fri Sep 12, 2014 10:14 pm

4.0GA upgrade

Post by orlanth »

Now that Licensing is enforced, do the spam training accounts count against your license user total?
marcmac
Elite member
Elite member
Posts: 2091
Joined: Fri Sep 12, 2014 9:53 pm

4.0GA upgrade

Post by marcmac »

nope, the spam accounts don't count against your total.
Post Reply