diff options
author | Rob Crittenden <rcritten@redhat.com> | 2010-05-21 16:27:40 -0400 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2010-05-27 10:51:02 -0400 |
commit | e123fa66719c7f71587383406d3205d17e60f669 (patch) | |
tree | 3e2031fb473beb913fe58ab8bb236d1aa792d975 /install/updates | |
parent | fe7cb34f76a04e04e4dd0ffe9e1795752b422e26 (diff) | |
download | freeipa-e123fa66719c7f71587383406d3205d17e60f669.tar.gz freeipa-e123fa66719c7f71587383406d3205d17e60f669.tar.xz freeipa-e123fa66719c7f71587383406d3205d17e60f669.zip |
Add ipaUniqueID to HBAC services and service groups
Also fix the memberOf attribute for the HBAC services
Diffstat (limited to 'install/updates')
-rw-r--r-- | install/updates/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install/updates/Makefile.am b/install/updates/Makefile.am index 24a1b5e5..72acf7f4 100644 --- a/install/updates/Makefile.am +++ b/install/updates/Makefile.am @@ -10,6 +10,7 @@ app_DATA = \ 20-replication.update \ 20-winsync_index.update \ 30-automount.update \ + 30-hbacsvc.update \ 30-groupofhosts.update \ 30-netgroups.update \ 30-rolegroup.update \ |