Commit 9ebf3656 authored by bmajor's avatar bmajor
Browse files

Update README.md

parent 7cd682b9
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -16,7 +16,9 @@ This plugin will authenticate users who enter with a userid and password. The a
 
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" />
``` 
<Realm className="ca.nrc.cadc.tomcat.CadcBasicAuthenticator" />
```
 
## CADC SSL Plugin