mirror of
https://github.com/samba-team/samba.git
synced 2025-11-23 20:23:50 +03:00
Sync up handle creation with 2.2 branch. We can now join AS/U domains and
authenticate against them. Big/little endian issues fixed. Jeremy.
This commit is contained in:
@@ -288,16 +288,16 @@ typedef struct gid_info
|
||||
|
||||
} DOM_GID;
|
||||
|
||||
#define POL_HND_SIZE 20
|
||||
|
||||
/* POLICY_HND */
|
||||
typedef struct lsa_policy_info
|
||||
{
|
||||
uint8 data[POL_HND_SIZE]; /* policy handle */
|
||||
|
||||
uint32 data1;
|
||||
uint32 data2;
|
||||
uint16 data3;
|
||||
uint16 data4;
|
||||
uint8 data5[8];
|
||||
} POLICY_HND;
|
||||
|
||||
|
||||
/*
|
||||
* A client connection's state, pipe name,
|
||||
* user credentials, etc...
|
||||
|
||||
Reference in New Issue
Block a user