phpCAS latest release v2.1.2-1
last update 31-August-2007 11:53AM

Rejecting specific users

The administrator can disallow one (or more) user(s) to authenticate by using a reject tag, such as:

<authentication debug="off">
<handler>
<classname>org.esupportail.cas.server.handlers.reject.RejectHandler</classname>
<config>
<username>paubry</username>
</config>
</handler>
</authentication>

This way, the user paubry will not be allowed to authenticate (more precisely, all the authentication method following the reject tag will not be tested).

 
SourceForge.net Logo

Copyright © 2002-2004 - ESUP-Portail consortium