Quote:
Originally Posted by xcoi 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 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 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