Bugzilla – Attachment 296341 Details for
Bug 509874
YaST2 does not process ldap groups properly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
[patch]
solves the first problem
getgroupentry.patch (text/plain), 454 bytes, created by
Waldemar Spitz
on 2009-06-04 19:47:05 UTC
(
hide
)
Description:
solves the first problem
Filename:
MIME Type:
Creator:
Waldemar Spitz
Created:
2009-06-04 19:47:05 UTC
Size:
454 bytes
patch
obsolete
>diff -uNr yast2-ldap-2.17.3/src/LdapAgent.cc yast2-ldap-2.17.3-c//src/LdapAgent.cc >--- yast2-ldap-2.17.3/src/LdapAgent.cc 2008-08-25 15:30:44.000000000 +0200 >+++ yast2-ldap-2.17.3-c//src/LdapAgent.cc 2009-05-22 12:33:10.000000000 +0200 >@@ -232,6 +232,9 @@ > value = YCPString (val); > } > >+ if ( key == "uniqueMember" ) >+ key = "uniquemember"; >+ > ret->add(YCPString (key), YCPValue(value)); > } > // for the need of yast2-users >
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