s3: fix id_cache_kill to delete the the id-mappig from caches
authorGregor Beck <gbeck@sernet.de>
Thu, 6 Oct 2011 11:49:02 +0000 (13:49 +0200)
committerMichael Adam <obnox@samba.org>
Wed, 12 Oct 2011 20:45:52 +0000 (22:45 +0200)
commit3ff8733792ad9723fdd83532f6d882c073803056
tree713ff9d6a9bda9ada6e2737c89918403c70fceb4
parentb8eec18e3908a886bfaa4f2f5b56e445e1ba6ebb
s3: fix id_cache_kill to delete the the id-mappig from caches

The intendet and documented behavior of smbcontrol smbd idmap kill is to
delete the mapping from caches and additionally kill the smbd if an affected id
is in use.

Signed-off-by: Michael Adam <obnox@samba.org>
source3/lib/id_cache.c
source3/lib/id_cache.h
source3/smbd/msg_idmap.c