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 /librpc/idl/wscript_build | |
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 'librpc/idl/wscript_build')
-rw-r--r-- | librpc/idl/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/wscript_build b/librpc/idl/wscript_build index 6fdd5f3bd7..52476c4192 100644 --- a/librpc/idl/wscript_build +++ b/librpc/idl/wscript_build @@ -1,7 +1,7 @@ #!/usr/bin/env python bld.SAMBA_PIDL_LIST('PIDL', - '''atsvc.idl drsuapi.idl epmapper.idl initshutdown.idl + '''atsvc.idl auth.idl drsuapi.idl epmapper.idl initshutdown.idl misc.idl ntlmssp.idl schannel.idl trkwks.idl audiosrv.idl dfsblobs.idl dsbackup.idl eventlog.idl file_id.idl keysvc.idl msgsvc.idl ntsvcs.idl remact.idl security.idl unixinfo.idl wzcsvc.idl |