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
fusiondirectory
fusiondirectory-plugins
Commits
df3f030b
Commit
df3f030b
authored
Dec 05, 2012
by
Benoit Mortier
Browse files
Fixes:
#1660
Fatal error: Call to a member function cd() on a non-object in sambaAccount
parent
1e9bec21
Changes
1
Hide whitespace changes
Inline
Side-by-side
samba/personal/samba/class_sambaAccount.inc
View file @
df3f030b
...
...
@@ -1051,6 +1051,7 @@ class sambaAccount extends plugin
}
// Write back to ldap
$ldap
=
$this
->
config
->
get_ldap_link
();
$ldap
->
cd
(
$this
->
dn
);
$this
->
cleanup
();
$ldap
->
modify
(
$this
->
attrs
);
...
...
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