Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
our_own_cloud_project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
die_coolen_jungs
our_own_cloud_project
Commits
7f2d7cdb
Commit
7f2d7cdb
authored
12 years ago
by
Thomas Müller
Browse files
Options
Downloads
Patches
Plain Diff
spell check
parent
a17a7f5c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
apps/user_ldap/appinfo/update.php
+2
-2
2 additions, 2 deletions
apps/user_ldap/appinfo/update.php
with
2 additions
and
2 deletions
apps/user_ldap/appinfo/update.php
+
2
−
2
View file @
7f2d7cdb
...
...
@@ -5,7 +5,7 @@
//ATTENTION
//Upgrade from ownCloud 3 (LDAP backend 0.1) to ownCloud 4.5 (LDAP backend 0.3) is not supported!!
//You must do upgrade to ownCloud 4.0 first!
//The upgrade stuff in the section from 0.1 to 0.2 is just to minimize the bad eff
f
ects.
//The upgrade stuff in the section from 0.1 to 0.2 is just to minimize the bad effects.
//settings
$pw
=
OCP\Config
::
getAppValue
(
'user_ldap'
,
'ldap_password'
);
...
...
@@ -85,6 +85,6 @@ function escapeDN($dn) {
if
(
!
isset
(
$connector
))
{
$connector
=
new
\OCA\user_ldap\lib\Connection
();
}
//it is required, that connections do ha
b
e ldap_configuration_active setting stored in the database
//it is required, that connections do ha
v
e ldap_configuration_active setting stored in the database
$connector
->
getConfiguration
();
$connector
->
saveConfiguration
();
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment