1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

s3: Make check_info3_in_group static

This commit is contained in:
Volker Lendecke 2010-03-31 20:57:01 +02:00
parent cf4a8f7639
commit 6d9b2e62cb
2 changed files with 2 additions and 4 deletions

View File

@ -234,8 +234,8 @@ static NTSTATUS append_afs_token(TALLOC_CTX *mem_ctx,
return NT_STATUS_OK;
}
NTSTATUS check_info3_in_group(struct netr_SamInfo3 *info3,
const char *group_sid)
static NTSTATUS check_info3_in_group(struct netr_SamInfo3 *info3,
const char *group_sid)
/**
* Check whether a user belongs to a group or list of groups.
*

View File

@ -383,8 +383,6 @@ void ndr_print_winbindd_domain(struct ndr_print *ndr,
bool check_request_flags(uint32_t flags);
struct winbindd_domain *find_auth_domain(uint8_t flags,
const char *domain_name);
NTSTATUS check_info3_in_group(struct netr_SamInfo3 *info3,
const char *group_sid);
void winbindd_pam_auth(struct winbindd_cli_state *state);
enum winbindd_result winbindd_dual_pam_auth(struct winbindd_domain *domain,
struct winbindd_cli_state *state) ;