Bugzilla – Attachment 69589 Details for
Bug 152265
user module does not Export()/Import() the GIDs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
patch for /usr/share/YaST2/modules/Users.pm
Users.diff (text/plain), 652 bytes, created by
Jiří Suchomel
on 2006-02-21 14:25:41 UTC
(
hide
)
Description:
patch for /usr/share/YaST2/modules/Users.pm
Filename:
MIME Type:
Creator:
Jiří Suchomel
Created:
2006-02-21 14:25:41 UTC
Size:
652 bytes
patch
obsolete
>Index: Users.pm >=================================================================== >--- Users.pm (revision 28162) >+++ Users.pm (working copy) >@@ -6185,12 +6185,14 @@ > "groupname" => $group->{"cn"} || "", > "userlist" => $userlist > ); >- if (defined $group->{"org_group"} && >+ if (($group->{"modified"} || "edited") ne "edited" || >+ (defined $group->{"org_group"} && > (defined $group->{"org_group"}{"gidnumber"} && > $group->{"gidnumber"} ne $group->{"org_group"}{"gidnumber"}) > || > (defined $group->{"org_group"}{"cn"} && > $group->{"cn"} ne $group->{"org_group"}{"cn"})) >+ ) > { > > $ret{"gid"} = $group->{"gidnumber"};
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 152265
: 69589