From 56b4aa326626128c178c838977ef9e3d564b7bc7 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 18 Apr 2010 14:14:43 +0200 Subject: s3: Move the in-memory ccache to the parent None of this blocks, so there is no reason to keep this in a winbind child process --- source3/winbindd/winbindd_proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/winbindd/winbindd_proto.h') diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h index e47f300ab7..221c51ed85 100644 --- a/source3/winbindd/winbindd_proto.h +++ b/source3/winbindd/winbindd_proto.h @@ -380,6 +380,7 @@ void ndr_print_winbindd_domain(struct ndr_print *ndr, /* The following definitions come from winbindd/winbindd_pam.c */ bool check_request_flags(uint32_t flags); +uid_t get_uid_from_request(struct winbindd_request *request); struct winbindd_domain *find_auth_domain(uint8_t flags, const char *domain_name); enum winbindd_result winbindd_dual_pam_auth(struct winbindd_domain *domain, -- cgit