From b9425751b421484c97375df956ccda3cb9dc0e70 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Mon, 22 Sep 2014 12:19:26 +0200 Subject: 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 Reviewed-By: Petr Vobornik Reviewed-By: Alexander Bokovoy --- install/share/Makefile.am | 1 + install/share/default-trust-view.ldif | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 install/share/default-trust-view.ldif (limited to 'install/share') 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 -- cgit