diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-02-08 16:39:34 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-02-09 01:11:06 +0100 |
commit | f1c0e9532d8e3fb0d8942e4d4e1a122429266b16 (patch) | |
tree | 8366d73e93d90fa149887821787387c92ef8ca0a /source4/auth | |
parent | a674a56a97c78a44bf43f1c175d106fbe70c7485 (diff) | |
download | samba-f1c0e9532d8e3fb0d8942e4d4e1a122429266b16.tar.gz samba-f1c0e9532d8e3fb0d8942e4d4e1a122429266b16.tar.bz2 samba-f1c0e9532d8e3fb0d8942e4d4e1a122429266b16.zip |
s4-auth Add auth.idl to encode auth subsystem structures in IDL
This is not only a useful way to encode stuff, it also allows python
to handle the structures, and natrually allows them to be NDR encoded.
Andrew Bartlett
Diffstat (limited to 'source4/auth')
-rw-r--r-- | source4/auth/auth.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/auth/auth.h b/source4/auth/auth.h index 21790c4d5c..0699ddb11d 100644 --- a/source4/auth/auth.h +++ b/source4/auth/auth.h @@ -22,6 +22,7 @@ #define _SAMBA_AUTH_H #include "librpc/gen_ndr/ndr_krb5pac.h" +#include "librpc/gen_ndr/auth.h" #include "../auth/common_auth.h" extern const char *krbtgt_attrs[]; |