summaryrefslogtreecommitdiff
path: root/source3/smbd
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-03-24 14:16:28 +0100
committerGünther Deschner <gd@samba.org>2011-03-30 01:13:09 +0200
commit4bd5f51c43147b74203711764390727bdda17a77 (patch)
treeb9bd78951a8b9e8a5a7f20f37152148ea41cdea2 /source3/smbd
parent3679c0b8c101f9652858ea74a71556cdcdc88cb3 (diff)
downloadsamba-4bd5f51c43147b74203711764390727bdda17a77.tar.gz
samba-4bd5f51c43147b74203711764390727bdda17a77.tar.bz2
samba-4bd5f51c43147b74203711764390727bdda17a77.zip
s3-prototyes: user_in_netgroup and user_in_list moved to auth, out of smbd.
Guenther
Diffstat (limited to 'source3/smbd')
-rw-r--r--source3/smbd/proto.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h
index 37cbb5f416..9366ee6d89 100644
--- a/source3/smbd/proto.h
+++ b/source3/smbd/proto.h
@@ -662,8 +662,6 @@ void add_session_user(struct smbd_server_connection *sconn, const char *user);
void add_session_workgroup(struct smbd_server_connection *sconn,
const char *workgroup);
const char *get_session_workgroup(struct smbd_server_connection *sconn);
-bool user_in_netgroup(TALLOC_CTX *ctx, const char *user, const char *ngname);
-bool user_in_list(TALLOC_CTX *ctx, const char *user,const char **list);
bool authorise_login(struct smbd_server_connection *sconn,
int snum, fstring user, DATA_BLOB password,
bool *guest);