|
About wind
|
|
basics
|
|
|
syntax
|
authmodule wind {
loginuri <string>
[service <string>]
validateuri <string>
}
|
Dependencies
Arguments
| Name |
Type |
Value |
| loginuri |
string |
Proxy authentication service's login URI.
|
| service |
optional string |
For WINDv1, the registered service name.
|
| validateuri |
string |
Proxy authentication service's validation URI.
|
Description
The wind module uses Columbia University's WIND server for
authentication. WIND is derived from Yale University's
CAS, and this module should
be compatible with CAS as well. Group information is only available
via WIND.
Examples
- For use with CAS or WINDv2:
authmodule wind {
loginuri https://authserver.site.org/login
validate https://authserver.site.org/validate
}
$Date: 2006/11/19 22:55:32 $
$Revision: 0.3 $
|
keywords
loginuri
service
validateuri
|