summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-09-05 17:00:21 +0200
committerVolker Lendecke <vl@samba.org>2009-09-05 17:00:21 +0200
commit1abf69231218446635cfc94041e7b0e61d73aeb1 (patch)
treeaef6291df4e8c34018912f01598dc4cddf228c3a /source3/winbindd/winbindd_proto.h
parent4b49a8debce4c8f8b807b09f1800539028075c6f (diff)
downloadsamba-1abf69231218446635cfc94041e7b0e61d73aeb1.tar.gz
samba-1abf69231218446635cfc94041e7b0e61d73aeb1.tar.bz2
samba-1abf69231218446635cfc94041e7b0e61d73aeb1.zip
s3:winbind: Make the pam_auth subfunctions static
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index fba6bd2d46..086fa52563 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -478,15 +478,6 @@ void ndr_print_winbindd_domain(struct ndr_print *ndr,
struct winbindd_domain *find_auth_domain(struct winbindd_cli_state *state,
const char *domain_name);
void winbindd_pam_auth(struct winbindd_cli_state *state);
-NTSTATUS winbindd_dual_pam_auth_cached(struct winbindd_domain *domain,
- struct winbindd_cli_state *state,
- struct netr_SamInfo3 **info3);
-NTSTATUS winbindd_dual_pam_auth_kerberos(struct winbindd_domain *domain,
- struct winbindd_cli_state *state,
- struct netr_SamInfo3 **info3);
-NTSTATUS winbindd_dual_pam_auth_samlogon(struct winbindd_domain *domain,
- struct winbindd_cli_state *state,
- struct netr_SamInfo3 **info3);
enum winbindd_result winbindd_dual_pam_auth(struct winbindd_domain *domain,
struct winbindd_cli_state *state) ;
void winbindd_pam_auth_crap(struct winbindd_cli_state *state);