summaryrefslogtreecommitdiff
path: root/source4/auth/kerberos/wscript_build
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2012-03-30 19:33:53 -0400
committerAndreas Schneider <asn@samba.org>2012-04-12 12:06:42 +0200
commitb226955587ee3a45c25bef2783e13e82d2f9048c (patch)
tree2f22a2773c277809ea6bccbd70339416e91fd774 /source4/auth/kerberos/wscript_build
parent7d203f70aed948f40de0e5057e2289bb5e15628f (diff)
downloadsamba-b226955587ee3a45c25bef2783e13e82d2f9048c.tar.gz
samba-b226955587ee3a45c25bef2783e13e82d2f9048c.tar.bz2
samba-b226955587ee3a45c25bef2783e13e82d2f9048c.zip
s4-auth-krb: Move keytab functions in a separate file.
Confine ldb dependency. Signed-off-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source4/auth/kerberos/wscript_build')
-rwxr-xr-x[-rw-r--r--]source4/auth/kerberos/wscript_build7
1 files changed, 6 insertions, 1 deletions
diff --git a/source4/auth/kerberos/wscript_build b/source4/auth/kerberos/wscript_build
index 989614e804..56d11b73fb 100644..100755
--- a/source4/auth/kerberos/wscript_build
+++ b/source4/auth/kerberos/wscript_build
@@ -11,6 +11,11 @@ bld.SAMBA_LIBRARY('authkrb5',
bld.SAMBA_SUBSYSTEM('KERBEROS_UTIL',
autoproto='kerberos_util.h',
source='kerberos_util.c',
- deps='authkrb5 com_err ldb CREDENTIALS_KRB5 SECRETS',
+ deps='authkrb5 com_err CREDENTIALS_KRB5',
)
+bld.SAMBA_SUBSYSTEM('KERBEROS_SRV_KEYTAB',
+ autoproto='kerberos_srv_keytab.h',
+ source='srv_keytab.c',
+ deps='authkrb5 ldb samba-credentials SECRETS KERBEROS_UTIL',
+ )