dolibarr-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dolibarr-cvs] dolibarr/htdocs/admin ldap.php


From: Regis Houssin
Subject: [Dolibarr-cvs] dolibarr/htdocs/admin ldap.php
Date: Mon, 12 Jun 2006 12:34:00 +0000

CVSROOT:        /cvsroot/dolibarr
Module name:    dolibarr
Changes by:     Regis Houssin <hregis>  06/06/12 12:34:00

Modified files:
        htdocs/admin   : ldap.php 

Log message:
        je passe le mot de passe en visible pour test

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/dolibarr/htdocs/admin/ldap.php?cvsroot=dolibarr&r1=1.41&r2=1.42

Patches:
Index: ldap.php
===================================================================
RCS file: /cvsroot/dolibarr/dolibarr/htdocs/admin/ldap.php,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -b -r1.41 -r1.42
--- ldap.php    31 Mar 2006 21:29:15 -0000      1.41
+++ ldap.php    12 Jun 2006 12:34:00 -0000      1.42
@@ -19,7 +19,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  *
- * $Id: ldap.php,v 1.41 2006/03/31 21:29:15 eldy Exp $
+ * $Id: ldap.php,v 1.42 2006/06/12 12:34:00 hregis Exp $
  * $Source: /cvsroot/dolibarr/dolibarr/htdocs/admin/ldap.php,v $
  */
  
@@ -27,7 +27,7 @@
        \file       htdocs/admin/ldap.php
                \ingroup    ldap
                \brief      Page d'administration/configuration du module Ldap
-               \version    $Revision: 1.41 $
+               \version    $Revision: 1.42 $
         \remarks    Exemple configuration :
                     LDAP_SERVER_HOST    Serveur LDAP                 
192.168.1.50
                     LDAP_SERVER_PORT    Port LDAP             389
@@ -187,7 +187,7 @@
 print '<tr '.$bc[$var].'><td>'.$langs->trans("LDAPPassword").'</td><td>';
 if ($conf->global->LDAP_ADMIN_PASS)
 {
-       print '<input size="25" type="password" name="pass" 
value="'.$conf->global->LDAP_ADMIN_PASS.'">';
+       print '<input size="25" type="text" name="pass" 
value="'.$conf->global->LDAP_ADMIN_PASS.'">';// je le met en visible pour test
 }
 else
 {
@@ -325,6 +325,6 @@
 
 $db->close();
 
-llxFooter('$Date: 2006/03/31 21:29:15 $ - $Revision: 1.41 $');
+llxFooter('$Date: 2006/06/12 12:34:00 $ - $Revision: 1.42 $');
 
 ?>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]