summaryrefslogtreecommitdiff
path: root/net/phpldapadmin/files/patch-config__config.php.example
diff options
context:
space:
mode:
authorDima Panov <fluffy@FreeBSD.org>2020-09-23 16:13:26 +0000
committerDima Panov <fluffy@FreeBSD.org>2020-09-23 16:13:26 +0000
commit76d4c272f4c9a23c2d1aadd7b2da8d802c3b5021 (patch)
tree2531823e29a8e9f8d77d39c13573b740d718d9ba /net/phpldapadmin/files/patch-config__config.php.example
parentBroken should obviously have been commented... (diff)
net/phpldapadmin: update to 1.2.6.2 release
Set option pecl-mpcrypt for password hashes Project moved to GitHub PR: 245815 Approved by: maintainer
Notes
Notes: svn path=/head/; revision=549746
Diffstat (limited to 'net/phpldapadmin/files/patch-config__config.php.example')
-rw-r--r--net/phpldapadmin/files/patch-config__config.php.example20
1 files changed, 0 insertions, 20 deletions
diff --git a/net/phpldapadmin/files/patch-config__config.php.example b/net/phpldapadmin/files/patch-config__config.php.example
deleted file mode 100644
index 4a74b855ad7e..000000000000
--- a/net/phpldapadmin/files/patch-config__config.php.example
+++ /dev/null
@@ -1,20 +0,0 @@
---- config/config.php.example.orig 2012-10-01 06:54:14 UTC
-+++ config/config.php.example
-@@ -379,7 +379,7 @@ $servers->setValue('server','name','My L
-
- /* Default password hashing algorithm. One of md5, ssha, sha, md5crpyt, smd5,
- blowfish, crypt or leave blank for now default algorithm. */
--// $servers->setValue('appearance','password_hash','md5');
-+// $servers->setValue('appearance','password_hash_custom','md5');
-
- /* If you specified 'cookie' or 'session' as the auth_type above, you can
- optionally specify here an attribute to use when logging in. If you enter
-@@ -546,7 +546,7 @@ $servers->setValue('sasl','authz_id_rege
- $servers->setValue('sasl','authz_id_replacement','$1');
- $servers->setValue('sasl','props',null);
-
--$servers->setValue('appearance','password_hash','md5');
-+$servers->setValue('appearance','password_hash_custom','md5');
- $servers->setValue('login','attr','dn');
- $servers->setValue('login','fallback_dn',false);
- $servers->setValue('login','class',null);