Bugzilla – Attachment 296218 Details for
Bug 509874
YaST2 does not process ldap groups properly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
[patch]
patch for /usr/share/YaST2/modules/Ldap.ycp and /usr/share/YaST2/include/ldap/ui.ycp
l.diff (text/plain), 1.35 KB, created by
Jiří Suchomel
on 2009-06-04 12:44:36 UTC
(
hide
)
Description:
patch for /usr/share/YaST2/modules/Ldap.ycp and /usr/share/YaST2/include/ldap/ui.ycp
Filename:
MIME Type:
Creator:
Jiří Suchomel
Created:
2009-06-04 12:44:36 UTC
Size:
1.35 KB
patch
obsolete
>Index: ui.ycp >=================================================================== >--- ui.ycp (revision 57379) >+++ ui.ycp (working copy) >@@ -613,9 +613,9 @@ > > list<term>member_attributes = [ > `item (`id("member"), "member", member_attribute == "member"), >- `item (`id("uniquemember"), "uniquemember", member_attribute == "uniquemember") >+ `item (`id("uniqueMember"), "uniqueMember", member_attribute == "uniqueMember") > ]; >- if (member_attribute != "member" && member_attribute != "uniquemember") >+ if (member_attribute != "member" && member_attribute != "uniqueMember") > { > member_attributes = add (member_attributes, > `item (`id(member_attribute), member_attribute, true)); >Index: Ldap.ycp >=================================================================== >--- Ldap.ycp (revision 57379) >+++ Ldap.ycp (working copy) >@@ -736,11 +736,10 @@ > { > list<string> map_attrs = ReadLdapConfEntries ("nss_map_attribute"); > foreach (string map_attr, map_attrs, { >- map_attr = tolower (map_attr); >- if (issubstring (map_attr, "uniquemember")) >+ if (issubstring (tolower (map_attr), "uniquemember")) > { > list<string> attr = splitstring (map_attr, " \t"); >- if (attr[0]:"" == "uniquemember") >+ if (tolower (attr[0]:"") == "uniquemember") > { > member_attribute = attr[1]:member_attribute; > old_member_attribute = member_attribute;
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 509874
:
296218
|
296341
|
296342
|
296474