summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-07-04 11:12:33 +0200
committerVolker Lendecke <vl@samba.org>2009-07-04 12:54:22 +0200
commitb8322ec2b23f60379cbecaf68c0ce8f254611d41 (patch)
tree244cd83c4f6ddde972f57389151fbecb02768abc /source3/include/proto.h
parent1c778aa19a345a813942e1502539b1503b2085bd (diff)
downloadsamba-b8322ec2b23f60379cbecaf68c0ce8f254611d41.tar.gz
samba-b8322ec2b23f60379cbecaf68c0ce8f254611d41.tar.bz2
samba-b8322ec2b23f60379cbecaf68c0ce8f254611d41.zip
Add pdb_get_domain_info
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 7f4907cd96..955a5a0947 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -4531,6 +4531,7 @@ NTSTATUS smb_register_passdb(int version, const char *name, pdb_init_function in
struct pdb_init_function_entry *pdb_find_backend_entry(const char *name);
struct event_context *pdb_get_event_context(void);
NTSTATUS make_pdb_method_name(struct pdb_methods **methods, const char *selected);
+struct pdb_domain_info *pdb_get_domain_info(TALLOC_CTX *mem_ctx);
bool pdb_getsampwnam(struct samu *sam_acct, const char *username) ;
bool guest_user_info( struct samu *user );
bool pdb_getsampwsid(struct samu *sam_acct, const DOM_SID *sid) ;