[SOLVED] How to deploy a Custom Auth Handler? I've implemented a custom Radius Auth Handler by following the Admin Guide's directions. So I have a jar file with a class that implements ZimbraExtension and other that subclasses ZimbraCustomAuth.
How do I have to deploy this jar in a Zimbra installation? Should I have to configure something else in order to notify the framework to load my extension before calling zmprov> modifyDomain example.com zimbraAuthMech custom:myHandler ?
(I have tried just copying the jar file in the zimbra/lib/jars and zimbra/lib/ext directories and restarting but nothing happened) |