projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ddfd4e
)
Fixed copy&paste error. Credit goes to Sergio Rabellino.
author
stronk7
<stronk7>
Thu, 7 Aug 2008 17:10:28 +0000
(17:10 +0000)
committer
stronk7
<stronk7>
Thu, 7 Aug 2008 17:10:28 +0000
(17:10 +0000)
http://moodle.org/mod/forum/discuss.php?d=102933 ; merged from HEAD
auth/ldap/auth.php
patch
|
blob
|
history
diff --git
a/auth/ldap/auth.php
b/auth/ldap/auth.php
index 8904224461a128633730bee8e3ed82a672b05ff5..5e8741afe6503eb247a18074d4fb0bd36860a379 100644
(file)
--- a/
auth/ldap/auth.php
+++ b/
auth/ldap/auth.php
@@
-1918,7
+1918,7
@@
class auth_plugin_ldap extends auth_plugin_base {
if (!isset($config->forcechangepassword))
{$config->forcechangepassword = 0; }
if (!isset($config->stdchangepassword))
- {$config->
force
changepassword = 0; }
+ {$config->
std
changepassword = 0; }
if (!isset($config->passtype))
{$config->passtype = 'plaintext'; }
if (!isset($config->changepasswordurl))