X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=www%2Fecrire%2Finstall%2Fetape_ldap1.php;fp=www%2Fecrire%2Finstall%2Fetape_ldap1.php;h=4acbac55ed91541a46c3c87eb8c714fcdb6bec01;hb=a33c2ba9d919664b3bb0f565f8e9a8b9d8530cdb;hp=0000000000000000000000000000000000000000;hpb=8945248b3d948385798d9aa355c70e7089aca2b3;p=lhc%2Fweb%2Fclavette_www.git diff --git a/www/ecrire/install/etape_ldap1.php b/www/ecrire/install/etape_ldap1.php new file mode 100644 index 0000000..4acbac5 --- /dev/null +++ b/www/ecrire/install/etape_ldap1.php @@ -0,0 +1,97 @@ +" + + . fieldset(_T('entree_adresse_annuaire'), + array( + 'adresse_ldap' => array( + 'label' => _T('texte_adresse_annuaire_1'), + 'valeur' => $adresse_ldap + ), + 'port_ldap' => array( + 'label' => _T('entree_port_annuaire').'
'._T('texte_port_annuaire'), + 'valeur' => $port_ldap + ), + 'tls_ldap' => array( + 'label' => ''._T('tls_ldap').'', + 'valeur' => $tls_ldap, + 'alternatives' => array( + 'non' => _T('item_non'), + 'oui' => _T('item_oui') + ) + ), + 'protocole_ldap' => array( + 'label' => _T('protocole_ldap'), + 'valeur' => $protocole_ldap, + 'alternatives' => array( + '3' => '3', + '2' => '2' + ) + ) + ) + ) + + . "\n

"._T('texte_acces_ldap_anonyme_1').'

' + . fieldset(_T('connexion_ldap'), + array( + 'login_ldap' => array( + 'label' => _T('texte_login_ldap_1'), + 'valeur' => $login_ldap + ), + 'pass_ldap' => array( + 'label' => _T('entree_passe_ldap'), + 'valeur' => $pass_ldap + ) + ) + ) + + . bouton_suivant())); + + echo install_fin_html(); +} + +?>