Bugzilla – Attachment 296342 Details for
Bug 509874
YaST2 does not process ldap groups properly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
[patch]
solves the second problem
checkreqattr.patch (text/plain), 670 bytes, created by
Waldemar Spitz
on 2009-06-04 19:50:38 UTC
(
hide
)
Description:
solves the second problem
Filename:
MIME Type:
Creator:
Waldemar Spitz
Created:
2009-06-04 19:50:38 UTC
Size:
670 bytes
patch
obsolete
>diff -uNr yast2-users-2.17.27/src/UsersPluginLDAPAll.pm yast2-users-2.17.27-c//src/UsersPluginLDAPAll.pm >--- yast2-users-2.17.27/src/UsersPluginLDAPAll.pm 2008-07-21 14:51:53.000000000 +0200 >+++ yast2-users-2.17.27-c//src/UsersPluginLDAPAll.pm 2009-05-26 09:30:09.000000000 +0200 >@@ -248,6 +248,9 @@ > my $action = $data->{"what"} || ""; > # check the presence of required attributes > foreach my $req (@required_attrs) { >+ if ( $req eq "uniqueMember" ) { >+ $req = "uniquemember"; >+ } > my $val = $data->{$req}; > if (substr ($action, 0, 5) eq "edit_" && !defined $val) { > # when editing using YaPI, attribute dosn't have to be loaded >
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