phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/inc/auth class.auth_exchange.inc.php, 1.2


From: fipsfuchs
Subject: [Phpgroupware-cvs] phpgwapi/inc/auth class.auth_exchange.inc.php, 1.2
Date: Wed, 23 Mar 2005 14:12:00 +0100

Update of phpgwapi/inc/auth

Modified Files:
     Branch: MAIN
            class.auth_exchange.inc.php lines: +2 -0

Log Message:
fix for passwords with escaped chars

====================================================
Index: phpgwapi/inc/auth/class.auth_exchange.inc.php
diff -u phpgwapi/inc/auth/class.auth_exchange.inc.php:1.1 
phpgwapi/inc/auth/class.auth_exchange.inc.php:1.2
--- phpgwapi/inc/auth/class.auth_exchange.inc.php:1.1   Tue Mar 22 14:53:43 2005
+++ phpgwapi/inc/auth/class.auth_exchange.inc.php       Wed Mar 23 13:12:52 2005
@@ -68,6 +68,8 @@
                                $passwd = crypt(microtime());
                        }

+                       $passwd = stripslashes($passwd);
+
                        /* Try to bind to the repository */
                        if(@ldap_bind($this->ldap,
                                      
'cn='.$this->transform_username($username).','.$this->get_base_dn(),






reply via email to

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