Project

General

Profile

Tâche #23674

Scénario #23376: Rendre l'option "__CAS_FOLDER" paramétrable

Ajout de la variable eolesso_cas_folder

Added by Joël Cuissinat over 5 years ago. Updated over 5 years ago.

Status:
Fermé
Priority:
Normal
Assigned To:
Start date:
04/20/2018
Due date:
% Done:

100%

Estimated time:
3.00 h
Spent time:
Remaining (hours):
0.0

Description

Dico + template

Associated revisions

Revision 3e50cf00 (diff)
Added by Joël Cuissinat over 5 years ago

Ajout de la variable "eolesso_cas_folder"

Ref: #23674

History

#1 Updated by Joël Cuissinat over 5 years ago

root@scribe:~# CreoleSet eolesso_cas_folder /CAS
root@scribe:~# CreoleCat -s /usr/share/eole/creole/distrib/cas.inc.php.tmpl | grep FOLDER
define("__CAS_FOLDER", "/CAS");
root@scribe:~# CreoleSet eolesso_cas_folder --default 
root@scribe:~# CreoleCat -s /usr/share/eole/creole/distrib/cas.inc.php.tmpl | grep FOLDER
define("__CAS_FOLDER", "");

#2 Updated by Joël Cuissinat over 5 years ago

  • % Done changed from 0 to 100
  • Remaining (hours) changed from 3.0 to 0.25

#3 Updated by Scrum Master over 5 years ago

  • Status changed from En cours to Résolu

#4 Updated by Gérald Schwartzmann over 5 years ago

La variable est disponible en mode expert dans l'onglet Eole sso, elle est vide par défaut.
Balise d'aide présente.

reconfigure
vim /usr/share/php/configCAS/cas.inc.php

<?php
define("__CAS_SERVER", "etb1.ac-test.fr");
define("__CAS_VERSION", "2.0");
define("__CAS_FOLDER", "/CAS");
define("__CAS_PORT", 8443);
define("__CAS_PROTO", "https");
define("__CAS_LOGOUT", true);
define("__CAS_VALIDER_CA", false);
define("__CAS_CA_LOCATION", "/etc/ssl/certs/ca.crt");
define("__CAS_DEBUG", false);
?>

#5 Updated by Gérald Schwartzmann over 5 years ago

  • Remaining (hours) changed from 0.25 to 0.0

#6 Updated by Gérald Schwartzmann over 5 years ago

  • Status changed from Résolu to Fermé

Also available in: Atom PDF