summaryrefslogtreecommitdiffstats
path: root/auth/gensec/wscript_build
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2014-04-16 15:21:40 +0200
committerStefan Metzmacher <metze@samba.org>2014-04-24 11:21:05 +0200
commit788f72f8ebf8e300237cae3c4863586e38301a62 (patch)
treebd138f7f06dac70ef155685452932f987747d65c /auth/gensec/wscript_build
parent1f4c20f2c3506390834552d0102083d2b5b61f48 (diff)
downloadsamba-788f72f8ebf8e300237cae3c4863586e38301a62.tar.gz
samba-788f72f8ebf8e300237cae3c4863586e38301a62.tar.xz
samba-788f72f8ebf8e300237cae3c4863586e38301a62.zip
gensec: add DCERPC_AUTH_TYPE_NCALRPC_AS_SYSTEM backend
Signed-off-by: Andreas Schneider <asn@samba.org> Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'auth/gensec/wscript_build')
-rwxr-xr-xauth/gensec/wscript_build7
1 files changed, 7 insertions, 0 deletions
diff --git a/auth/gensec/wscript_build b/auth/gensec/wscript_build
index 7329eec99e..b2f6033ed0 100755
--- a/auth/gensec/wscript_build
+++ b/auth/gensec/wscript_build
@@ -25,6 +25,13 @@ bld.SAMBA_MODULE('gensec_schannel',
deps='COMMON_SCHANNEL NDR_SCHANNEL samba-credentials auth_session'
)
+bld.SAMBA_MODULE('gensec_ncalrpc',
+ source='ncalrpc.c',
+ subsystem='gensec',
+ init_function='gensec_ncalrpc_as_system_init',
+ deps='samba-util auth_session'
+ )
+
bld.SAMBA_MODULE('gensec_external',
source='external.c',
autoproto='external_proto.h',