1
0
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:
Jeremy Allison
-
parent e628d80d1e
commit 0e6a34510e
13 changed files with 67 additions and 79 deletions

View File

@@ -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...