mirror of
https://github.com/samba-team/samba.git
synced 2025-01-21 18:04:06 +03:00
Merge of uint32/uid_t mismatch from 3.0
This commit is contained in:
parent
1f02ca540d
commit
a9f0e69dbe
@ -64,8 +64,8 @@ struct smbpasswd_privates
|
||||
|
||||
BOOL permit_non_unix_accounts;
|
||||
|
||||
uint32 low_nua_userid;
|
||||
uint32 high_nua_userid;
|
||||
uid_t low_nua_userid;
|
||||
uid_t high_nua_userid;
|
||||
|
||||
};
|
||||
|
||||
|
@ -916,7 +916,7 @@ NTSTATUS pdb_init_tdbsam(PDB_CONTEXT *pdb_context, PDB_METHODS **pdb_method, con
|
||||
{
|
||||
NTSTATUS nt_status;
|
||||
struct tdbsam_privates *tdb_state;
|
||||
uint32 low_nua_uid, high_nua_uid;
|
||||
uid_t low_nua_uid, high_nua_uid;
|
||||
|
||||
if (!NT_STATUS_IS_OK(nt_status = make_pdb_methods(pdb_context->mem_ctx, pdb_method))) {
|
||||
return nt_status;
|
||||
|
Loading…
x
Reference in New Issue
Block a user