Outils logiciels pour les cours Paris II

Cours

Stages/ Thèses/ Séminaires

Laboratoire

edit SideBar

Pratique De La Sécurité Et Gestion De Projet

Main.PratiqueDeLaSécuritéEtGestionDeProjet History

Hide minor edits - Show changes to output

April 13, 2014, at 09:48 PM by 82.229.146.181 -
Changed line 1 from:
* Exemple 1
to:
* Exemple 1 (PmWiki)
July 05, 2012, at 10:43 AM by 82.242.232.162 -
Changed lines 1-11 from:
(:title Pratique de la sécurité :)
#Accès restreint à un serveur Apache: la fonction .htaccess.
#La cryptographie à l'aide du système PGP
#Le protocole S/MIME de signature. Configuration de Netscape et Explorer.
#Le protocole SSL : la gestion des certificats SSL. L'exemple d'OpenSSL
#Gestion de projets des étudiants: Serveur sécurisé par .htaccess et par scripts PHP.
#Gestion de projets : UML, Merise,...

Articles de base : ''An overview of cryptography'', Gary Kessler (www.garykessler.net) et les présentations sur www.webtorials.com, en particulier Network Security Overview.

CDs de documentation : Certplus (PKI et cryptographie), Checkpoint (VPNs), Baltimore (PKI's)
to:
* Exemple 1

$WikiTitle = "Modèles de l'Économie Numérique";

$DefaultName = "Accueil";

$DefaultPasswords['admin'] = '$1$35L7fgh6$WHvCnQ02PNz8uLbeArw3R1';

$DefaultPasswords['edit'] = '$1$35L7fgh6$WHvCnQ02PNz8uLbeArw3R1';

$Skin = 'pmwiki-bis';

$PageLogoUrl = ".....logo.png";

* Exemple 2

$WikiTitle = "up2";

$PageLogoUrl = "http://www.up2.fr/pub/skins/pmwiki-bis2/images/up2.png";

$DefaultPasswords['admin'] = crypt('toto');

$DefaultPasswords['edit'] = crypt('toto');

$Skin = 'pmwiki-bis';

include_once("$FarmD/cookbook/fb.php");

## If you want uploads enabled on your system, set $EnableUpload=1.

## You'll also need to set a default upload password, or else set

## passwords on individual groups and pages. For more information

## see PmWiki.UploadsAdmin.

$EnableUpload=1;

$UploadExts['bib'] = 'text/plain';

$UploadExts['tex'] = 'text/plain';

$UploadMaxSize = 2000000;

$DefaultPasswords['upload'] = array('$1$JejPJwXQ$VcQABAPZ2eq7ER2ar3bJL.',crypt('toto'));

/* include_once("../scripts/authuser.php");*/
June 08, 2009, at 07:26 PM by 83.199.92.98 -
Added lines 1-11:
(:title Pratique de la sécurité :)
#Accès restreint à un serveur Apache: la fonction .htaccess.
#La cryptographie à l'aide du système PGP
#Le protocole S/MIME de signature. Configuration de Netscape et Explorer.
#Le protocole SSL : la gestion des certificats SSL. L'exemple d'OpenSSL
#Gestion de projets des étudiants: Serveur sécurisé par .htaccess et par scripts PHP.
#Gestion de projets : UML, Merise,...

Articles de base : ''An overview of cryptography'', Gary Kessler (www.garykessler.net) et les présentations sur www.webtorials.com, en particulier Network Security Overview.

CDs de documentation : Certplus (PKI et cryptographie), Checkpoint (VPNs), Baltimore (PKI's)
UP2