https://fedorahosted.org/freeipa/ticket/5947
From e177f6377a84691ba1cdb45ff39488d5d8f8f34d Mon Sep 17 00:00:00 2001 From: Stanislav Laznicka <slazn...@redhat.com> Date: Fri, 24 Jun 2016 14:21:01 +0200 Subject: [PATCH] Add missing nsSystemIndex attributes https://fedorahosted.org/freeipa/ticket/5947 --- install/updates/20-indices.update | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install/updates/20-indices.update b/install/updates/20-indices.update index b05dc6ff8d98469e9cf0025679755c6679225516..445eda5ab6939f21654335ea4dd50d7b2cab008f 100644 --- a/install/updates/20-indices.update +++ b/install/updates/20-indices.update @@ -222,6 +222,7 @@ dn: cn=ntUniqueId,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config default:cn: ntUniqueId default:ObjectClass: top default:ObjectClass: nsIndex +default:nsSystemIndex: false only:nsIndexType: eq only:nsIndexType: pres @@ -229,6 +230,7 @@ dn: cn=ntUserDomainId,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config default:cn: ntUserDomainId default:ObjectClass: top default:ObjectClass: nsIndex +default:nsSystemIndex: false only:nsIndexType: eq only:nsIndexType: pres -- 2.5.5
-- Manage your subscription for the Freeipa-devel mailing list: https://www.redhat.com/mailman/listinfo/freeipa-devel Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code