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

File authentication with CAS GH

A file entry tells the handler to try to authenticate the user thanks to a file, storing users and corresponding passwords (one user/password per line, in this order, separated by a character).

The administrator should specify:

  • the name of the file;
  • the separator (optional);
  • The encryption used for the password (plain, des, md5 and pammd5 are allowed, md5 by default).

One may use:

<authentication>
<handler>
<classname>org.esupportail.cas.server.handlers.file.FileHandler</classname>
<config>
<filename>/etc/cas_users.txt</filename>
<separator>:</separator>
<encryption>des</encryption> </config>
</handler>
</authentication>

 
SourceForge.net Logo

Copyright © 2002-2004 - ESUP-Portail consortium