summaryrefslogtreecommitdiff
path: root/net/phpldapadmin/files/patch-lib__ds_ldap_pla.php
blob: 775fa46c31d1996690be1b0ebdc91e6d9ee4fb96 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ./lib/ds_ldap_pla.php.orig	2012-10-01 07:54:14.000000000 +0100
+++ ./lib/ds_ldap_pla.php	2014-05-03 07:57:44.748572937 +0100
@@ -16,7 +16,7 @@
 	function __construct($index) {
 		parent::__construct($index);
 
-		$this->default->appearance['password_hash'] = array(
+		$this->default->appearance['password_hash_custom'] = array(
 			'desc'=>'Default HASH to use for passwords',
 			'default'=>'md5');