View Single Post
  #9 (permalink)  
Old 04-06-2008, 05:48 PM
Greg Greg is offline
Zimbra Employee
 
Posts: 127
Default

Quote:
Originally Posted by xcoi View Post
Hi everybody,

I know ZimbraLDAPUtilsExtension package's used to:

- LDAPEntry;
- CreateLDAPEntry;
- DeleteLDAPEntry;
- ModifyLDAPEntry;
- GetLDAPEntries;
- [...].

And when I compiled this package that exported to "/opt/zimbra/lib/ext/zimbraldaputils/zimbraldaputils.jar".
But I don't know 'zimbraldaputils.jar' is used for what?
zimbraldaputils.jar is the jar file produced by ZimbraLDAPUtilsExtension. In other words, ZimbraLDAPUtilsExtension is a project, and zimbraldaputils.jar is the binary.

Quote:
Originally Posted by xcoi View Post
I've tried to know how does it work in ZimbraMail?
This extension adds the aforementioned SOAP calls to urn:zimbraAdmin namespace on port 7071. Therefore, it can be user in ZimbraAdmin, but not in ZimbraMail.

Quote:
Originally Posted by xcoi View Post
I stoped ZimbraMail by: zmcontrol stop
and then, I move 'zimbraldaputils.jar' to other place!...
Do not do this - this does not make sense, seriously zimbraldautils.jar has to reside in /opt/zimbra/lib/ext/zimbraldaputils/ folder, and has to be owned by root and mod 444. Also, unless you are building ZCS community edition from source code, you should not be replacing zimbraldaputils.jar at all, because starting with version 5.0 zimbraldaputils.jar is included in the distro.

Greg
__________________
Bugzilla - Wiki - Downloads - Before posting... Search!
P.S.: don't forget to vote on this bug
add Samba LDAP entries to Exchange Migration Tool
Reply With Quote