| Monash home | About Monash | Faculties | Campuses | Contact Monash |
| Staff directory | A-Z index | Site map |
|
Monash CAS notesCAS is the same syntax and same form as the authentication on the intranet server where all authenticated material will need to reside by the end of the year. ##### sample authcas/ldap directives ##### AuthName "Monash Directory Service (authcate)" AuthLDAPURL "ldap://directory.monash.edu.au/o=Monash University, c=au" require ldap-filter !(ou=Student) ##### end sample ##### The first block is relatively constant, basically sets the basic parametres of the CAS authentication. The AuthLDAPURL is also relatively constant, you can sub specify by reducing the scope of the search, but that isn't recommended. "Require valid-user" is still valid. Above is "Require ldap-filter" which is functionally similar to the current "Require Filter". No quotes, and no outside brackets. The output authentication that is currently being used and will be used until you opt out was all built by script with minimal hand modification for some edge cases, so the conversion is pretty direct.[UPDATE] The servers are still being synchronised - except for .htaccess files. They can be modified and the changes should continue to exist. [UPDATE] [UPDATE] Due to some issues that have been raised the model being used for transfer has changed. All .htaccess files will be converted in place (either on the servers or in the CMS) before the cutover on the 8th of February. |