Changeset 5467 in subversion
- Timestamp:
- Nov 23, 2011 3:38:42 AM (18 months ago)
- Location:
- trunk/plugins/password
- Files:
-
- 3 edited
-
drivers/ldap.php (modified) (1 diff)
-
drivers/ldap_simple.php (modified) (1 diff)
-
package.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/password/drivers/ldap.php
r5035 r5467 273 273 if (function_exists('hash')) { 274 274 $cryptedPassword = hash('md4', rcube_charset_convert($passwordClear, RCMAIL_CHARSET, 'UTF-16LE')); 275 $cryptedPassword = strtoupper($cryptedPassword); 275 276 } else { 276 277 /* Your PHP install does not have the hash() function */ -
trunk/plugins/password/drivers/ldap_simple.php
r4529 r5467 239 239 if (function_exists('hash')) { 240 240 $crypted_password = hash('md4', rcube_charset_convert($password_clear, RCMAIL_CHARSET, 'UTF-16LE')); 241 $crypted_password = strtoupper($crypted_password); 241 242 } else { 242 243 /* Your PHP install does not have the hash() function */ -
trunk/plugins/password/package.xml
r5448 r5467 16 16 <active>yes</active> 17 17 </lead> 18 <date>2011-1 0-06</date>18 <date>2011-11-23</date> 19 19 <version> 20 20 <release>2.4</release> … … 28 28 <notes> 29 29 - Added option to use punycode or unicode for domain names (#1488103) 30 - Save Samba password hashes in capital letters (#1488197) 30 31 </notes> 31 32 <contents>
Note: See TracChangeset
for help on using the changeset viewer.
