Commit 5e46fb06 authored by bmajor's avatar bmajor
Browse files

Delete README-REALM

parent c16a708b
Loading
Loading
Loading
Loading

cadcTomcat/README-REALM

deleted100644 → 0
+0 −16
Original line number Diff line number Diff line
===============================================================================
 REALM README file for opencadc project cadcTomcat.

 This project contains plugins to apache tomcat for x509
 client certificates and custom authentication realms.
 
 To use this plugin, add the following line to the <Host> element (within
 the <Service> element) in the tomcat 7 server.xml file:
 
 <Realm className="ca.nrc.cadc.tomcat.CadcBasicAuthenticator" />
 
===============================================================================