diff options
author | Jim McDonough <jmcd@samba.org> | 2003-04-16 16:57:01 +0000 |
---|---|---|
committer | Jim McDonough <jmcd@samba.org> | 2003-04-16 16:57:01 +0000 |
commit | bdaac40746567bdadae1150412cdf307b6e8672d (patch) | |
tree | 1eb145a0c0288f8e4f5e2e621e9102a660691b08 /source3/include | |
parent | 09a50497d1360659eb8bd1b9f4be510680267bd2 (diff) | |
download | samba-bdaac40746567bdadae1150412cdf307b6e8672d.tar.gz samba-bdaac40746567bdadae1150412cdf307b6e8672d.tar.bz2 samba-bdaac40746567bdadae1150412cdf307b6e8672d.zip |
Move PAC decoding over from HEAD.
(This used to be commit b0fd4e5555dd93c584cd86eaac080663b9e4031f)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/ntdomain.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h index dc0ffc8035..b6ab4fd0c5 100644 --- a/source3/include/ntdomain.h +++ b/source3/include/ntdomain.h @@ -372,6 +372,9 @@ struct acct_info /* security descriptor structures */ #include "rpc_secdes.h" +/* pac */ +#include "authdata.h" + /* different dce/rpc pipes */ #include "rpc_lsa.h" #include "rpc_netlogon.h" |