diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-04-27 09:42:51 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-04-27 11:56:48 +1000 |
commit | f0ce322c770010f1d0714f4e06ee6d9ad1b9e9e5 (patch) | |
tree | 947bb3e4642e0c6257f131d825e239a51f361cd9 | |
parent | 6ec4306f8c3fed7ec5b5bd164c5829b2661589b7 (diff) | |
download | samba-f0ce322c770010f1d0714f4e06ee6d9ad1b9e9e5.tar.gz samba-f0ce322c770010f1d0714f4e06ee6d9ad1b9e9e5.tar.bz2 samba-f0ce322c770010f1d0714f4e06ee6d9ad1b9e9e5.zip |
auth/kerberos Move all the PAC handling functions to auth/kerberos
-rw-r--r-- | auth/kerberos/kerberos_pac.c (renamed from libcli/auth/kerberos_pac.c) | 0 | ||||
-rw-r--r-- | auth/kerberos/wscript_build | 2 | ||||
-rw-r--r-- | libcli/auth/wscript_build | 2 | ||||
-rw-r--r-- | source3/Makefile.in | 2 |
4 files changed, 3 insertions, 3 deletions
diff --git a/libcli/auth/kerberos_pac.c b/auth/kerberos/kerberos_pac.c index 79d51b2645..79d51b2645 100644 --- a/libcli/auth/kerberos_pac.c +++ b/auth/kerberos/kerberos_pac.c diff --git a/auth/kerberos/wscript_build b/auth/kerberos/wscript_build index c289aab839..10707708f0 100644 --- a/auth/kerberos/wscript_build +++ b/auth/kerberos/wscript_build @@ -1,3 +1,3 @@ bld.SAMBA_SUBSYSTEM('KRB5_PAC', - source='gssapi_pac.c', + source='gssapi_pac.c kerberos_pac.c', deps='gssapi_krb5 krb5 ndr-krb5pac') diff --git a/libcli/auth/wscript_build b/libcli/auth/wscript_build index 262d483e06..ab6ca4f94d 100644 --- a/libcli/auth/wscript_build +++ b/libcli/auth/wscript_build @@ -40,5 +40,5 @@ bld.SAMBA_SUBSYSTEM('SPNEGO_PARSE', deps='asn1util') bld.SAMBA_SUBSYSTEM('KRB5_WRAP', - source='krb5_wrap.c kerberos_pac.c', + source='krb5_wrap.c', deps='gssapi_krb5 krb5 ndr-krb5pac com_err KRB5_PAC') diff --git a/source3/Makefile.in b/source3/Makefile.in index 1e8b5bb994..baac3cdcaf 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -512,7 +512,7 @@ LIBADS_OBJ = libads/ldap.o \ libads/disp_sec.o libads/ldap_utils.o \ libads/ldap_schema.o libads/util.o libads/ndr.o -LIBADS_SERVER_OBJ = libads/kerberos_verify.o libads/authdata.o ../libcli/auth/kerberos_pac.o \ +LIBADS_SERVER_OBJ = libads/kerberos_verify.o libads/authdata.o ../auth/kerberos/kerberos_pac.o \ ../librpc/ndr/ndr_krb5pac.o \ librpc/gen_ndr/ndr_krb5pac.o |