summaryrefslogtreecommitdiff
path: root/source3/include/passdb.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-11-14 01:06:35 +0100
committerMichael Adam <obnox@samba.org>2009-11-14 01:28:50 +0100
commit30ab3a762e644f5825adf4aef82e00d20e7228fb (patch)
tree977f665a9f7603bae7be30ecc4f83a5e803b921f /source3/include/passdb.h
parent3b7448de1468dd86d101972bce40e4931fa2d1c3 (diff)
downloadsamba-30ab3a762e644f5825adf4aef82e00d20e7228fb.tar.gz
samba-30ab3a762e644f5825adf4aef82e00d20e7228fb.tar.bz2
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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/passdb.h b/source3/include/passdb.h
index 2b4f9c2e43..e42d34f3f6 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,