From 7da22310e7a13d765b8b055b90a6be4559a9d248 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 29 Nov 2004 03:23:31 +0000 Subject: r3991: for uid->sid and gid->sid to be efficient we need to index on unixID and unixName in samdb. (This used to be commit 5c966821e2eced9a1b34a5274cc317eab1a44eaf) --- source4/provision.ldif | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4') diff --git a/source4/provision.ldif b/source4/provision.ldif index 7b75ea7c18..00701188c3 100644 --- a/source4/provision.ldif +++ b/source4/provision.ldif @@ -4,6 +4,8 @@ dn: @INDEXLIST @IDXATTR: objectSid @IDXATTR: objectClass @IDXATTR: member +@IDXATTR: unixID +@IDXATTR: unixName dn: @ATTRIBUTES realm: CASE_INSENSITIVE -- cgit