Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fusiondirectory
fusiondirectory
Commits
8c9714c2
Commit
8c9714c2
authored
Jun 21, 2013
by
Côme Bernigaud
Committed by
Benoit Mortier
Jun 23, 2013
Browse files
Fixes:
#2407
fixed user removal
parent
2f570797
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/personal/generic/class_user.inc
View file @
8c9714c2
...
...
@@ -392,6 +392,8 @@ class user extends simplePlugin
$fixed_dn
=
LDAP
::
prepare4filter
(
$this
->
dn
);
$ldap
=
$this
->
config
->
get_ldap_link
();
/* Delete references to groups */
$ldap
->
cd
(
$this
->
config
->
current
[
'BASE'
]);
$ldap
->
search
(
'(&(objectClass=posixGroup)(memberUid='
.
$this
->
uid
.
'))'
,
array
(
'uid'
));
...
...
Côme Chilliet
@cchilliet
mentioned in issue
#808 (closed)
·
Sep 02, 2017
mentioned in issue
#808 (closed)
mentioned in issue #808
Toggle commit list
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment