Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bnc#798788 - Do not duplicate SyncRepl ACL #4

Merged
merged 2 commits into from
Mar 22, 2013
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions package/yast2-ldap-server.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Mar 1 11:21:39 UTC 2013 - rhafer@suse.com

- Opening the Access Control UI could create duplicated syncrepl
ACLs (bnc#798788)

-------------------------------------------------------------------
Fri Mar 1 06:12:51 UTC 2013 - coolo@suse.com

- update license to new format

-------------------------------------------------------------------
Thu Mar 29 10:21:20 CEST 2012 - jsuchome@suse.cz

Expand Down
1 change: 0 additions & 1 deletion src/LdapServer.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2088,7 +2088,6 @@ sub ChangeDatabaseAcl
if ( $found )
{
# push syncrepl acl on top
push @{$acllist_sorted}, $syncacl;
$acllist = [ $syncacl ];
push @{$acllist}, @{$acllist_sorted};
}
Expand Down
2 changes: 1 addition & 1 deletion yast2-ldap-server.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

@HEADER@
Group: System/YaST
License: GPL-2.0+ ; MIT
License: GPL-2.0+ and MIT
BuildRequires: boost-devel gcc-c++ libldapcpp-devel libtool perl-Digest-SHA1 perl-gettext perl-X500-DN pkg-config update-desktop-files yast2 yast2-core-devel yast2-devtools yast2-ldap-client yast2-users
Requires: acl net-tools perl perl-Digest-SHA1 perl-gettext perl-X500-DN yast2 yast2-ca-management yast2-ldap-client yast2-perl-bindings

Expand Down