From 8822b3b6628e82ce85cb20d2bbbe2d0664b9aa8f Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 19 Jul 2012 11:56:59 +1000 Subject: s4-param: Remove unused "idmap trusted only" When we revamp the idmap layer, we will end up just following the s3 options, and this option is not used there either. Andrew Bartlett Pair-Programmed-With: Andrew Tridgell --- source4/winbind/idmap.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source4') diff --git a/source4/winbind/idmap.c b/source4/winbind/idmap.c index 354507ca6f..b4aa62e237 100644 --- a/source4/winbind/idmap.c +++ b/source4/winbind/idmap.c @@ -368,9 +368,6 @@ failed: * * If no mapping exists, a new mapping will be created. * - * \todo Check if SIDs can be resolved if lpcfg_idmap_trusted_only() == true - * \todo Fix backwards compatibility for Samba3 - * * \param idmap_ctx idmap context to use * \param mem_ctx talloc context to use * \param sid SID to map to an unixid struct @@ -549,9 +546,6 @@ static NTSTATUS idmap_sid_to_xid(struct idmap_context *idmap_ctx, goto failed; } - /*FIXME: if lpcfg_idmap_trusted_only() == true, check if SID can be - * resolved here. */ - ret = idmap_get_bounds(idmap_ctx, &low, &high); if (ret != LDB_SUCCESS) { status = NT_STATUS_NONE_MAPPED; -- cgit