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:
parent
cf4a8f7639
commit
6d9b2e62cb
@ -234,8 +234,8 @@ static NTSTATUS append_afs_token(TALLOC_CTX *mem_ctx,
|
|||||||
return NT_STATUS_OK;
|
return NT_STATUS_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
NTSTATUS check_info3_in_group(struct netr_SamInfo3 *info3,
|
static NTSTATUS check_info3_in_group(struct netr_SamInfo3 *info3,
|
||||||
const char *group_sid)
|
const char *group_sid)
|
||||||
/**
|
/**
|
||||||
* Check whether a user belongs to a group or list of groups.
|
* Check whether a user belongs to a group or list of groups.
|
||||||
*
|
*
|
||||||
|
@ -383,8 +383,6 @@ void ndr_print_winbindd_domain(struct ndr_print *ndr,
|
|||||||
bool check_request_flags(uint32_t flags);
|
bool check_request_flags(uint32_t flags);
|
||||||
struct winbindd_domain *find_auth_domain(uint8_t flags,
|
struct winbindd_domain *find_auth_domain(uint8_t flags,
|
||||||
const char *domain_name);
|
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);
|
void winbindd_pam_auth(struct winbindd_cli_state *state);
|
||||||
enum winbindd_result winbindd_dual_pam_auth(struct winbindd_domain *domain,
|
enum winbindd_result winbindd_dual_pam_auth(struct winbindd_domain *domain,
|
||||||
struct winbindd_cli_state *state) ;
|
struct winbindd_cli_state *state) ;
|
||||||
|
Loading…
Reference in New Issue
Block a user