Univention Bugzilla – Attachment 3642 Details for
Bug 24068
univention-update-memberof funktioniert nicht mehr
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ldapsearch-wrapper eingefügt
univention-update-memberof_ldapsearch-wrapper.patch (text/plain), 721 bytes, created by
Janis Meybohm
on 2011-10-14 16:50:56 CEST
(
hide
)
Description:
ldapsearch-wrapper eingefügt
Filename:
MIME Type:
Creator:
Janis Meybohm
Created:
2011-10-14 16:50:56 CEST
Size:
721 bytes
patch
obsolete
>--- /usr/share/univention-ldap-overlay-memberof/univention-update-memberof 2011-10-12 10:13:25.000000000 +0200 >+++ /usr/share/univention-ldap-overlay-memberof/univention-update-memberof 2011-10-12 10:13:50.000000000 +0200 >@@ -49,7 +49,7 @@ > # DO NOT CHANGE FOLLOWING TWO LINES! THE LINEBREAK IS IMPORTANT! > IFS=" > " >- for dn in $(ldapsearch -x objectClass=posixGroup dn | grep ^dn | cut -b 5-) ; do >+ for dn in $(ldapsearch -x objectClass=posixGroup dn | ldapsearch-wrapper | grep ^dn | cut -b 5-) ; do > echo "*** UPDATING GROUP $dn ***"; > univention-directory-manager groups/group modify --dn "$dn" --append users="$USER_DN" > univention-directory-manager groups/group modify --dn "$dn" --remove users="$USER_DN"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 24068
: 3642 |
3759