From efa1f4319d2d5d8ce91310c0664b51fdcde8f7e5 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 12 Feb 2009 15:52:38 -0500 Subject: Add indexes and attribute types for common attributes --- server/examples/db.ldif | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'server/examples') diff --git a/server/examples/db.ldif b/server/examples/db.ldif index 76515f444..e7d8897f1 100644 --- a/server/examples/db.ldif +++ b/server/examples/db.ldif @@ -1,3 +1,21 @@ +dn: @ATTRIBUTES +userPrincipalName: CASE_INSENSITIVE +cn: CASE_INSENSITIVE +dc: CASE_INSENSITIVE +dn: CASE_INSENSITIVE +name: CASE_INSENSITIVE +objectclass: CASE_INSENSITIVE + +dn: @INDEXLIST +@IDXATTR: cn +@IDXATTR: objectclass +@IDXATTR: member +@IDXATTR: memberof +@IDXATTR: uid +@IDXATTR: uidNumber +@IDXATTR: gidNumber +@IDXATTR: lastUpdate + dn: @MODULES @LIST: asq,memberof -- cgit