View Single Post
  #9 (permalink)  
Old 12-21-2006, 09:52 AM
schemers schemers is offline
Zimbra Employee
 
Posts: 228
Default

zmprov was changed to talk SOAP by default, instead of going directly to LDAP, and by default it assumes localhost is your SOAP server.

You'll need to either use:

Code:
zmprov -l ...
Or use zmlocalconfig to change the defaults for the following settings:

Code:
zimbra_zmprov_default_soap_server = localhost
zimbra_zmprov_default_to_ldap = false
__________________
Bugzilla - Wiki - Downloads - Before posting... Search!
Reply With Quote