From 812af4546f590f3d30c69a476b50d4a66bbde1a3 Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Fri, 10 Oct 2008 12:23:23 -0600 Subject: add update to fix the index for the winsync attributes --- ipa-server/ipa-install/updates/Makefile.am | 1 + ipa-server/ipa-install/updates/winsync_index.update | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 ipa-server/ipa-install/updates/winsync_index.update diff --git a/ipa-server/ipa-install/updates/Makefile.am b/ipa-server/ipa-install/updates/Makefile.am index 56ec3b25f..5ba0b4ba3 100644 --- a/ipa-server/ipa-install/updates/Makefile.am +++ b/ipa-server/ipa-install/updates/Makefile.am @@ -6,6 +6,7 @@ app_DATA = \ RFC2307bis.update \ schema_compatibility.update \ nss_ldap.update \ + winsync_index.update \ $(NULL) EXTRA_DIST = \ diff --git a/ipa-server/ipa-install/updates/winsync_index.update b/ipa-server/ipa-install/updates/winsync_index.update new file mode 100644 index 000000000..f24bdf8bd --- /dev/null +++ b/ipa-server/ipa-install/updates/winsync_index.update @@ -0,0 +1,10 @@ +# +# Make sure winsync attributes have the correct indexing +# + +dn: cn=ntUniqueId,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config +only: nsIndexType: eq,pres + +dn: cn=ntUserDomainId,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config +only: nsIndexType: eq,pres + -- cgit