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

Windows NT authentication with CAS GH

This feature is currently under development, but it is not supported yet (planned for release 2.1).
Below are original specifications, but be aware that they may change in a near future.


To authenticate users on a NIS domain, the administrator should specify:

  • the name of the Windows NT domain to bind to;
  • Optionnally, a list of servers.

One may use:

<authentication>
<handler>
<classname>org.esupportail.cas.server.handlers.nt.NtHandler</classname>
<config>
<domain>ESUP-PORTAIL</domain>
<server>
<host>pdc.esup-portail.org</host>
</server>
<server>
<host>sdc.esup-portail.org</host>
</server>
</config>
</handler>

When no server is specified, a broadcast is used to bind to the Windows NT domain.


This feature is currently under development, but it is not supported yet.
Above are original specifications, but be aware that they may change in a near future.

To make the NT handler work, the JCIFS library should be installed as detailed for JDBC drivers. The JCIFS library can be downloaded from here (download JNDI 1.2.1 & more).

 

 
SourceForge.net Logo

Copyright © 2002-2004 - ESUP-Portail consortium