From a5a7c6c10cd7206fcf585af9c5cf58dc3599438f Mon Sep 17 00:00:00 2001 From: David Boreham Date: Tue, 17 May 2005 23:07:12 +0000 Subject: Fix for 158031: add default indices needed by Windows Sync --- ldap/admin/src/create_instance.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ldap/admin/src/create_instance.c') diff --git a/ldap/admin/src/create_instance.c b/ldap/admin/src/create_instance.c index d341a23b..2bc8c621 100644 --- a/ldap/admin/src/create_instance.c +++ b/ldap/admin/src/create_instance.c @@ -4253,6 +4253,8 @@ ds_gen_index(FILE* f, char* belowdn) MKINDEX("sn", belowdn, 0, "pres", "eq", "sub"); MKINDEX("telephoneNumber", belowdn, 0, "pres", "eq", "sub"); MKINDEX("uid", belowdn, 0, "eq", NULL, NULL); + MKINDEX("ntUniqueId", belowdn, 0, "eq", NULL, NULL); + MKINDEX("ntUserDomainId", belowdn, 0, "eq", NULL, NULL); MKINDEX("uniquemember", belowdn, 0, "eq", NULL, NULL); } -- cgit