Skip to content

Commit

Permalink
Merge pull request #4 from rhafer/master-bnc798788
Browse files Browse the repository at this point in the history
bnc#798788 - Do not duplicate SyncRepl ACL
  • Loading branch information
jsuchome committed Mar 22, 2013
2 parents 71218a7 + c89c9e8 commit 70f965a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
11 changes: 11 additions & 0 deletions package/yast2-ldap-server.changes
@@ -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
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
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

0 comments on commit 70f965a

Please sign in to comment.