Subversion Repositories wimsdev

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
5072 4906 d 0 h bpr /trunk/wims/public_html/ [minor/workinprogress] make a part of the inscription by ldap. (not tested on superclass)  
5058 4907 d 8 h bpr /trunk/wims/public_html/scripts/adm/class/ [minor/workinprogress] fix when the file send by CAS is in gzip format. Use gunzip.  
5039 4913 d 18 h bpr /trunk/wims/public_html/ [minor/] fix typos - try to clean Subclasses1 - not finished  
5028 4914 d 21 h bpr /trunk/wims/public_html/ [minor/workinprogress] try to do cas authentification for teachers. Many problems
remain ...
 
5016 4917 d 3 h bpr /trunk/wims/public_html/ [minor/] delete the debug !  
5015 4917 d 3 h bpr /trunk/wims/public_html/ [major/workinprogress] - change some variables names
- begin to work on auth=cas for portals (the url send to cas
must be the same in webget as the last one -> change in auth-cas)
- every thing has not been tested yet
 
5013 4917 d 18 h bpr /trunk/wims/public_html/ [major/workinprogress] add script initclass and introduce it in reguser and class.
Prepare auth_ldap (but not commit yet it).
Change the name Login in Identifiant only in french (have to see if it is OK)
 
4993 4920 d 8 h bpr /trunk/wims/public_html/ [major/improvment] work in progress: add authentification by CAS (so class_auth can
be empty or take value ldap, cas). Change some part
of ldap authentification for better coding. New parameter in class is :
class_cas_host. New parameter in userfile is user_external_auth.
Will need another file .userlist_external generated from the user files
(user_external_auth is the identity for the external authentification
and .userlist_external is a mapping from the external authentification
and the usual "wims login" (name of the userfile).
Add a new button for request to the cas server (replacing Enter / Register button).
Make the interface in adm/class/config and adm/manage to enter wims_cas_host class_cas_host.
Help is not done yet.