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 /source3 | |
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
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |