diff options
Diffstat (limited to 'source4/libcli/auth/credentials.h')
-rw-r--r-- | source4/libcli/auth/credentials.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/libcli/auth/credentials.h b/source4/libcli/auth/credentials.h index 01206bc282..ffefcc0305 100644 --- a/source4/libcli/auth/credentials.h +++ b/source4/libcli/auth/credentials.h @@ -20,6 +20,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ +#include "librpc/gen_ndr/ndr_netlogon.h" + struct creds_CredentialState { uint32_t negotiate_flags; uint8_t session_key[16]; @@ -32,8 +34,6 @@ struct creds_CredentialState { char *account_name; }; - - /* for the timebeing, use the same neg flags as Samba3. */ /* The 7 here seems to be required to get Win2k not to downgrade us to NT4. Actually, anything other than 1ff would seem to do... */ |