wimsdev
BlueGrey
calm
Elegant
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
wimsdev
(root)
/
trunk
/
wims
/
public_html
/
scripts
/
adm
/
class
/
auth-cas
– Rev 13868
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
13868
2272 d 12 h
obado
/trunk/wims/public_html/
[bugfix][CAS] correct a bug in auth-cas occuring when "tmp" directory was not here
+ reverse test order (first test for CAS 2.0 and then for CAS 1.0)
+ now the default is "bad_cas_connexion" so it will no more give a false positive.
+ give a more explicit message in case of bad_cas_connexion (to be translated)
+ add missing EN texts in adm/class/classes
12555
2644 d 13 h
bpr
/trunk/wims/public_html/scripts/adm/class/
[formatage]
12191
2709 d 8 h
bpr
/trunk/wims/public_html/scripts/adm/class/
[cas] some cas servers do not configure validate service.
so ask explicitely validate and then serviceValidate.
12190
2709 d 8 h
bpr
/trunk/wims/public_html/scripts/adm/class/
[space]
8429
3877 d 14 h
bpr
/trunk/wims/public_html/scripts/adm/class/
[minor/] in some cas servor: validate=serviceValidate (shoud be text or xml) - take that in
account
5775
4654 d 11 h
bpr
/trunk/wims/public_html/
[minor/fix] fix trouble with the case in cas authentification - external_auth will be in lowercase
5417
4776 d 5 h
bpr
/trunk/wims/public_html/
[minor/cas] add cas logout link (in class, but it must be accessible on any pages outside class)
what about php ? the link "logout" in a class points now on the list of classes.
5072
4885 d 5 h
bpr
/trunk/wims/public_html/
[minor/workinprogress] make a part of the inscription by ldap. (not tested on superclass)
5058
4886 d 13 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
4892 d 23 h
bpr
/trunk/wims/public_html/
[minor/] fix typos - try to clean Subclasses1 - not finished
5028
4894 d 2 h
bpr
/trunk/wims/public_html/
[minor/workinprogress] try to do cas authentification for teachers. Many problems
remain ...
5016
4896 d 8 h
bpr
/trunk/wims/public_html/
[minor/] delete the debug !
5015
4896 d 8 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
4896 d 23 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
4899 d 13 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.