Code

Updated password methods
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 12 Apr 2010 12:22:01 +0000 (12:22 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 12 Apr 2010 12:22:01 +0000 (12:22 +0000)
-Some do not require the users-dn at all.

git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6@17590 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/password-methods/class_password-methods.inc

index e1c348f2d300a874d9114bcd1eaa404f7389d61c..9a5fdafec540994ef2ad9cccf334d68cdab668be 100644 (file)
@@ -29,7 +29,7 @@ class passwordMethod
   var $lockable = TRUE;
 
   // Konstructor
-  function passwordMethod($config, $dn)
+  function passwordMethod($config, $dn="")
   {
   }