View Single Post
  #1 (permalink)  
Old 05-09-2008, 01:14 PM
jginzburg jginzburg is offline
Junior Member
 
Join Date: May 2008
Posts: 3
jginzburg is on a distinguished road
Question [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)
Reply With Quote