[Top][All Lists]
[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 14:58:06 +0000 |
CVSROOT: /cvsroot/dolibarr
Module name: dolibarr
Changes by: Regis Houssin <hregis> 06/06/12 14:58:06
Modified files:
htdocs/admin : ldap.php
Log message:
début amélioration LDAP
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/dolibarr/htdocs/admin/ldap.php?cvsroot=dolibarr&r1=1.47&r2=1.48
Patches:
Index: ldap.php
===================================================================
RCS file: /cvsroot/dolibarr/dolibarr/htdocs/admin/ldap.php,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -b -r1.47 -r1.48
--- ldap.php 12 Jun 2006 14:55:44 -0000 1.47
+++ ldap.php 12 Jun 2006 14:58:06 -0000 1.48
@@ -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.47 2006/06/12 14:55:44 hregis Exp $
+ * $Id: ldap.php,v 1.48 2006/06/12 14:58:06 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.47 $
+ \version $Revision: 1.48 $
\remarks Exemple configuration :
LDAP_SERVER_HOST Serveur LDAP
192.168.1.50
LDAP_SERVER_PORT Port LDAP 389
@@ -313,7 +313,7 @@
// Test ldap_unbind
$unbind = $ldap->dolibarr_ldap_unbind($ds);
- if ($unbind)
+ if ($bind && $unbind)
{
print img_picto('','info');
print "Déconnection du dn $dn réussi<br>";
@@ -330,6 +330,6 @@
$db->close();
-llxFooter('$Date: 2006/06/12 14:55:44 $ - $Revision: 1.47 $');
+llxFooter('$Date: 2006/06/12 14:58:06 $ - $Revision: 1.48 $');
?>