diff options
author | Michael Adam <obnox@samba.org> | 2009-11-14 01:06:35 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-11-14 01:28:50 +0100 |
commit | 30ab3a762e644f5825adf4aef82e00d20e7228fb (patch) | |
tree | 977f665a9f7603bae7be30ecc4f83a5e803b921f /source3/include/passdb.h | |
parent | 3b7448de1468dd86d101972bce40e4931fa2d1c3 (diff) | |
download | samba-30ab3a762e644f5825adf4aef82e00d20e7228fb.tar.gz samba-30ab3a762e644f5825adf4aef82e00d20e7228fb.tar.xz samba-30ab3a762e644f5825adf4aef82e00d20e7228fb.zip |
s3:passdb: remove the uid_to_rid method - we only need uid_to_sid
Michael
Diffstat (limited to 'source3/include/passdb.h')
-rw-r--r-- | source3/include/passdb.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/passdb.h b/source3/include/passdb.h index 2b4f9c2e439..e42d34f3f62 100644 --- a/source3/include/passdb.h +++ b/source3/include/passdb.h @@ -385,8 +385,6 @@ struct pdb_methods struct pdb_search *search, const DOM_SID *sid); - bool (*uid_to_rid)(struct pdb_methods *methods, uid_t uid, - uint32 *rid); bool (*uid_to_sid)(struct pdb_methods *methods, uid_t uid, DOM_SID *sid); bool (*gid_to_sid)(struct pdb_methods *methods, gid_t gid, |