Rev 7549 | Rev 11095 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 7549 | Rev 9909 | ||
---|---|---|---|
Line 20... | Line 20... | ||
20 | !if $job notin $allowed_jobs_without_auth or $ident != $empty |
20 | !if $job notin $allowed_jobs_without_auth or $ident != $empty |
21 | # le script autchars permet de definir les listes de caracteres alphanumeriques et de ponctuation |
21 | # le script autchars permet de definir les listes de caracteres alphanumeriques et de ponctuation |
22 | # il definit egalement la fourchette de longueur autorise des login/mdp |
22 | # il definit egalement la fourchette de longueur autorise des login/mdp |
23 | !read adm/class/authchars |
23 | !read adm/class/authchars |
24 | # Le script var.check verifie l'authentification de l'utilisateur |
24 | # Le script var.check verifie l'authentification de l'utilisateur |
25 | !read var.check |
25 | !read var.check |
26 | !endif |
26 | !endif |
27 | 27 | ||
28 | !if $job isin $allowed_jobs_without_auth |
28 | !if $job isin $allowed_jobs_without_auth |
29 | !default ident_type=json |
29 | !default ident_type=json |
30 | !endif |
30 | !endif |
Line 96... | Line 96... | ||
96 | <methodResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ticewims.unice.fr/xml-rpc/xml-rpc.xsd">\ |
96 | <methodResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://ticewims.unice.fr/xml-rpc/xml-rpc.xsd">\ |
97 | 97 | ||
98 | !endif |
98 | !endif |
99 | !if $ident_type=json |
99 | !if $ident_type=json |
100 | !shortout $header_json\ |
100 | !shortout $header_json\ |
101 | 101 | ||
102 | !endif |
102 | !endif |
103 | 103 | ||
104 | !endif |
104 | !endif |
105 | 105 | ||
106 | 106 |