diff options
author | Matthew Seaman <matthew@FreeBSD.org> | 2014-05-03 07:16:49 +0000 |
---|---|---|
committer | Matthew Seaman <matthew@FreeBSD.org> | 2014-05-03 07:16:49 +0000 |
commit | 14a5c0e69416971a628e563aee8e9adeb3feb00e (patch) | |
tree | d00c83dce0d772b126134ffda9f036d85ac29855 /net/phpldapadmin/files/patch-config__config.php.example | |
parent | - Mark DEPRECATED, set EXPIRATION_DATE, message is here: (diff) |
Finish off the incomplete conversion from 'password_hash' to
'password_hash_custom' in the previous update. Locally written
patches.
Notes
Notes:
svn path=/head/; revision=352866
Diffstat (limited to 'net/phpldapadmin/files/patch-config__config.php.example')
-rw-r--r-- | net/phpldapadmin/files/patch-config__config.php.example | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net/phpldapadmin/files/patch-config__config.php.example b/net/phpldapadmin/files/patch-config__config.php.example new file mode 100644 index 000000000000..a3a6025b29b8 --- /dev/null +++ b/net/phpldapadmin/files/patch-config__config.php.example @@ -0,0 +1,20 @@ +--- ./config/config.php.example.orig 2014-05-03 08:00:05.933577117 +0100 ++++ ./config/config.php.example 2014-05-03 08:00:38.259564444 +0100 +@@ -379,7 +379,7 @@ + + /* 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_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); |