aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/mayor-base/www/include/backend
diff options
context:
space:
mode:
Diffstat (limited to 'mayor-orig/mayor-base/www/include/backend')
-rw-r--r--mayor-orig/mayor-base/www/include/backend/ldap/password/changePassword.php4
-rw-r--r--mayor-orig/mayor-base/www/include/backend/ldap/session/createAccount.php2
2 files changed, 2 insertions, 4 deletions
diff --git a/mayor-orig/mayor-base/www/include/backend/ldap/password/changePassword.php b/mayor-orig/mayor-base/www/include/backend/ldap/password/changePassword.php
index 22ace5ca..3821c06c 100644
--- a/mayor-orig/mayor-base/www/include/backend/ldap/password/changePassword.php
+++ b/mayor-orig/mayor-base/www/include/backend/ldap/password/changePassword.php
@@ -23,7 +23,7 @@ function changeMyPassword($userAccount, $userPassword, $newPassword, $toPolicy =
if ($ds) {
$b_ok = ldap_bind($ds,$userDn,$userPassword);
if ($b_ok) {
- $info['userPassword'][0] = '{crypt}' . crypt($newPassword);
+ $info['userPassword'][0] = '{crypt}' . crypt($newPassword, __SALTVALUE);
// Ezekre nincs jogosultsága a felhasználónak, nem változnak:
// _SHADOWMIN, _SHADOWMAX, _SHADOWWARNING, _SHADOWINACTIVE
$info['shadowlastchange'][0] = $shadowLastChange;
@@ -69,7 +69,7 @@ function changePassword($userAccount, $newPassword, $toPolicy = '') {
if ($ds) {
$b_ok = ldap_bind($ds,_USERDN,_USERPASSWORD);
if ($b_ok) {
- $info['userPassword'][0] = '{crypt}' . crypt($newPassword);
+ $info['userPassword'][0] = '{crypt}' . crypt($newPassword, __SALTVALUE);
// Ezekre nincs jogosultsága a felhasználónak, nem változnak:
// _SHADOWMIN, _SHADOWMAX, _SHADOWWARNING, _SHADOWINACTIVE
$info['shadowlastchange'][0] = $shadowLastChange;
diff --git a/mayor-orig/mayor-base/www/include/backend/ldap/session/createAccount.php b/mayor-orig/mayor-base/www/include/backend/ldap/session/createAccount.php
index 79f40530..3089929f 100644
--- a/mayor-orig/mayor-base/www/include/backend/ldap/session/createAccount.php
+++ b/mayor-orig/mayor-base/www/include/backend/ldap/session/createAccount.php
@@ -1,8 +1,6 @@
<?php
/*
Modules: base/session
-
- UNTESTED!!!!
*/
function ldapCreateAccount(