Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
b49922ea
Commit
b49922ea
authored
May 02, 2011
by
Francois Marier
Committed by
Gerrit Code Review
May 02, 2011
Browse files
Merge "Change default version on addauthority screen (bug #724060)"
parents
3da69efb
f36a3108
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/auth/ldap/lib.php
View file @
b49922ea
...
...
@@ -45,7 +45,7 @@ class AuthLdap extends Auth {
$this
->
config
[
'search_sub'
]
=
'yes'
;
$this
->
config
[
'bind_dn'
]
=
''
;
$this
->
config
[
'bind_pw'
]
=
''
;
$this
->
config
[
'version'
]
=
'2'
;
$this
->
config
[
'version'
]
=
3
;
$this
->
config
[
'starttls'
]
=
0
;
$this
->
config
[
'updateuserinfoonlogin'
]
=
0
;
$this
->
config
[
'weautocreateusers'
]
=
1
;
...
...
@@ -417,7 +417,7 @@ class PluginAuthLdap extends PluginAuth {
'search_sub'
=>
'yes'
,
'bind_dn'
=>
''
,
'bind_pw'
=>
''
,
'version'
=>
2
,
'version'
=>
3
,
'starttls'
=>
0
,
'updateuserinfoonlogin'
=>
0
,
'weautocreateusers'
=>
1
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment