Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 1093 |
gduche |
1 |
<?php
|
|
|
2 |
|
|
|
3 |
$chemin_papyrus = '/home/greg/web/papyrus_trunk/';
|
|
|
4 |
$chemin_spip = $chemin_papyrus.'actu/';
|
|
|
5 |
$chemin_plugin = $chemin_spip.'/plugins/connecteur_papyrus/';
|
|
|
6 |
|
|
|
7 |
|
|
|
8 |
//Configuration de la table $param_auth (table de l'annuaire)
|
|
|
9 |
$nom_table = 'annuaire';
|
|
|
10 |
$nom_champ_id = 'id';
|
|
|
11 |
$nom_champ_mail = 'mail';
|
|
|
12 |
$nom_champ_mdp = 'mot_de_passe';
|
|
|
13 |
$type_cryptage = 'md5';
|
|
|
14 |
|
|
|
15 |
?>
|