diff options
author | Michael Adam <obnox@samba.org> | 2010-05-19 10:20:08 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-08-14 02:10:36 +0200 |
commit | 0d0032e744e394597d108def097143927637f854 (patch) | |
tree | b9c1b12bc5c71a1a815b3fa0021c44c89bc603de /source3/winbindd/idmap_adex | |
parent | 95617a03db896a2ac2051f74e7d7ba1209fbc61b (diff) | |
download | samba-0d0032e744e394597d108def097143927637f854.tar.gz samba-0d0032e744e394597d108def097143927637f854.tar.bz2 samba-0d0032e744e394597d108def097143927637f854.zip |
s3:idmap: remove the set_mapping method from the idmap API
Diffstat (limited to 'source3/winbindd/idmap_adex')
-rw-r--r-- | source3/winbindd/idmap_adex/idmap_adex.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/source3/winbindd/idmap_adex/idmap_adex.c b/source3/winbindd/idmap_adex/idmap_adex.c index 05b5170718..5e55df357e 100644 --- a/source3/winbindd/idmap_adex/idmap_adex.c +++ b/source3/winbindd/idmap_adex/idmap_adex.c @@ -256,18 +256,6 @@ static NTSTATUS _idmap_adex_get_id_from_sid(struct /********************************************************************** *********************************************************************/ -static NTSTATUS _idmap_adex_set_mapping(struct - idmap_domain - *dom, const struct - id_map *map) -{ - DEBUG(0, ("_idmap_adex_set_mapping: not implemented\n")); - return NT_STATUS_NOT_IMPLEMENTED; -} - -/********************************************************************** - *********************************************************************/ - static NTSTATUS _idmap_adex_close(struct idmap_domain *dom) { @@ -396,7 +384,6 @@ static struct idmap_methods adex_idmap_methods = { .init = _idmap_adex_init, .unixids_to_sids = _idmap_adex_get_sid_from_id, .sids_to_unixids = _idmap_adex_get_id_from_sid, - .set_mapping = _idmap_adex_set_mapping, .close_fn = _idmap_adex_close }; static struct nss_info_methods adex_nss_methods = { |