Resetting LDAP & MySQL Passwords: Difference between revisions

(Add info from forums)
m (only need one Resetting_LDAP_and_MySQL_Passwords page)
 
(24 intermediate revisions by 7 users not shown)
Line 1: Line 1:
By far, one of the most common problems in getting a service started is an incorrect password.
#REDIRECT [[Resetting_LDAP_and_MySQL_Passwords]]
 
 
== Resetting the LDAP Password ==
 
Try running zmcontrol stop
then ps auxww | grep slapd
 
Verify that ldap is stopped - if it's not, kill it by hand and restart.
 
If it still doesn't work
 
try shutting ldap down, then reset the password (both for root and zimbra) via:
 
zmldappasswd --root '''newpass'''
 
zmldappasswd '''newpass'''
 
Make sure you use the same password for both!
 
== Resetting the Logger Password ==
 
 
 
== Resetting the Mailbox Password ==

Latest revision as of 19:39, 12 May 2009

Jump to: navigation, search