summaryrefslogtreecommitdiff
path: root/source3/passdb/lookup_sid.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-03-03 15:26:12 +0100
committerVolker Lendecke <vl@samba.org>2011-03-03 22:08:49 +0100
commitae28029f6788c2cbb31b2f1c9d0bf47d75bf398d (patch)
treedccd16086700fc97dfb49ca744e389e703d79b68 /source3/passdb/lookup_sid.c
parent01da00abfd8763f43ec1f155ed87df4a394c01c9 (diff)
downloadsamba-ae28029f6788c2cbb31b2f1c9d0bf47d75bf398d.tar.gz
samba-ae28029f6788c2cbb31b2f1c9d0bf47d75bf398d.tar.bz2
samba-ae28029f6788c2cbb31b2f1c9d0bf47d75bf398d.zip
s3: Remove an obsolete comment
Diffstat (limited to 'source3/passdb/lookup_sid.c')
-rw-r--r--source3/passdb/lookup_sid.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/source3/passdb/lookup_sid.c b/source3/passdb/lookup_sid.c
index 68072f3096..0901319c8c 100644
--- a/source3/passdb/lookup_sid.c
+++ b/source3/passdb/lookup_sid.c
@@ -728,9 +728,7 @@ static bool check_dom_sid_to_level(const struct dom_sid *sid, int level)
* This attempts to be as efficient as possible: It collects all SIDs
* belonging to a domain and hands them in bulk to the appropriate lookup
* function. In particular pdb_lookup_rids with ldapsam_trusted benefits
- * *hugely* from this. Winbind is going to be extended with a lookup_rids
- * interface as well, so on a DC we can do a bulk lsa_lookuprids to the
- * appropriate DC.
+ * *hugely* from this.
*/
NTSTATUS lookup_sids(TALLOC_CTX *mem_ctx, int num_sids,