summaryrefslogtreecommitdiffstats
path: root/install/share
diff options
context:
space:
mode:
authorTomas Babej <tbabej@redhat.com>2014-09-22 12:19:26 +0200
committerMartin Kosek <mkosek@redhat.com>2014-09-30 10:42:06 +0200
commitb9425751b421484c97375df956ccda3cb9dc0e70 (patch)
tree13d088a4eedaf374031096601267c05e95b7b5d5 /install/share
parent2131187ea9e05a739553df7cfc87a688df569d8c (diff)
downloadfreeipa-b9425751b421484c97375df956ccda3cb9dc0e70.tar.gz
freeipa-b9425751b421484c97375df956ccda3cb9dc0e70.tar.xz
freeipa-b9425751b421484c97375df956ccda3cb9dc0e70.zip
idviews: Add Default Trust View as part of adtrustinstall
Add a Default Trust View, which is used by SSSD as default mapping for AD users. Part of: https://fedorahosted.org/freeipa/ticket/3979 Reviewed-By: Petr Viktorin <pviktori@redhat.com> Reviewed-By: Petr Vobornik <pvoborni@redhat.com> Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
Diffstat (limited to 'install/share')
-rw-r--r--install/share/Makefile.am1
-rw-r--r--install/share/default-trust-view.ldif6
2 files changed, 7 insertions, 0 deletions
diff --git a/install/share/Makefile.am b/install/share/Makefile.am
index e72623ad7..7d8ceb60e 100644
--- a/install/share/Makefile.am
+++ b/install/share/Makefile.am
@@ -26,6 +26,7 @@ app_DATA = \
default-aci.ldif \
default-hbac.ldif \
default-smb-group.ldif \
+ default-trust-view.ldif \
delegation.ldif \
disable-betxn.ldif \
replica-acis.ldif \
diff --git a/install/share/default-trust-view.ldif b/install/share/default-trust-view.ldif
new file mode 100644
index 000000000..d782b4774
--- /dev/null
+++ b/install/share/default-trust-view.ldif
@@ -0,0 +1,6 @@
+dn: cn=Default Trust View,cn=views,cn=accounts,$SUFFIX
+changetype: add
+cn: Default Trust View
+description: Default Trust View for AD users. Should not be deleted.
+objectclass: top
+objectclass: ipaIDView