Changeset 642257
- Timestamp:
- 12/20/2012 10:08:39 AM (13 years ago)
- File:
-
- 1 edited
-
ldap-authentication-2/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ldap-authentication-2/trunk/readme.txt
r642239 r642257 54 54 == Screenshots == 55 55 56 1. This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif). Note that the screenshot is taken from 57 the /assets directory or the directory that contains the stable readme.txt (tags or trunk). Screenshots in the /assets 58 directory take precedence. For example, `/assets/screenshot-1.png` would win over `/tags/4.3/screenshot-1.png` 59 (or jpg, jpeg, gif). 60 2. This is the second screen shot 56 1. /trunc/screenshot1.png. 61 57 62 58 == Frequently Asked Questions == … … 80 76 Following functions are added to original plug-in: 81 77 82 * _update_user ($username, $email, $first_name, $last_name, $role = '')83 78 updates user data 84 79 85 * _update_user_password ($username , $password) 80 * _update_user ($username, $email, $first_name, $last_name, $role = '') 81 86 82 updates user password 87 83 88 * _check_CRYPT ($plainTextPass, $ldapPass) 84 * _update_user_password ($username , $password) 85 89 86 checks password hash using crypt/standart-des, crypt/enhanced, crypt/md5, crypt/blowfish 90 87 91 * _check_SSHA ($plainTextPass, $ldapPass) 88 * _check_CRYPT ($plainTextPass, $ldapPass) 89 92 90 checks password hash using ssha 93 91 94 * _check_SMD5 ($plainTextPass, $ldapPass) 92 * _check_SSHA ($plainTextPass, $ldapPass) 93 95 94 checks password hash using smd5 96 95 97 * _check_SHA ($plainTextPass, $ldapPass) 96 * _check_SMD5 ($plainTextPass, $ldapPass) 97 98 98 checks password hash using sha 99 99 100 * _check_CLEAR ($plainTextPass, $ldapPass) 100 * _check_SHA ($plainTextPass, $ldapPass) 101 101 102 checks password for exact match 102 103 103 * _check_MD5 ($plainTextPass, $ldapPass) 104 * _check_CLEAR ($plainTextPass, $ldapPass) 105 104 106 checks password hash using md5 105 107 106 * _get_crypt_pass_by_type ($type, $password, $full_password) 108 * _check_MD5 ($plainTextPass, $ldapPass) 109 107 110 checks entered credentials 108 111 112 * _get_crypt_pass_by_type ($type, $password, $full_password) 113 109 114 == Upgrade Notice ==
Note: See TracChangeset
for help on using the changeset viewer.