diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-07-19 11:56:59 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-07-19 08:02:32 +0200 |
commit | 8822b3b6628e82ce85cb20d2bbbe2d0664b9aa8f (patch) | |
tree | be3f1f99b0aa037b240c7f86fd74a3ef31d0aa54 /source4/winbind | |
parent | d2ae8179eac88df49dfa0339dc41f0cb70e06fc0 (diff) | |
download | samba-8822b3b6628e82ce85cb20d2bbbe2d0664b9aa8f.tar.gz samba-8822b3b6628e82ce85cb20d2bbbe2d0664b9aa8f.tar.bz2 samba-8822b3b6628e82ce85cb20d2bbbe2d0664b9aa8f.zip |
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 <tridge@samba.org>
Diffstat (limited to 'source4/winbind')
-rw-r--r-- | source4/winbind/idmap.c | 6 |
1 files changed, 0 insertions, 6 deletions
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; |