Code

Lowercase switch
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 19 Jul 2007 12:37:43 +0000 (12:37 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 19 Jul 2007 12:37:43 +0000 (12:37 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6922 594d385d-05f5-0310-b6e9-bd551577e9d8

include/class_password-methods.inc

index b3c07653d868f7487592a86a72c7b48c412dfab7..80e8c18b5392cc1d881f13b1bee0b0d2c45cbec3 100644 (file)
@@ -95,6 +95,9 @@ function change_password ($dn, $password, $mode=0, $hash= "")
   global $config;
   $newpass= "";
 
+  /* Convert to lower. Methods are lowercase */
+  $hash= strtolower($hash);
+
   // Get all available encryption Methods 
 
   // NON STATIC CALL :)