summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2010-08-26 17:57:26 -0400
committerGünther Deschner <gd@samba.org>2010-08-30 14:17:06 +0200
commitb9772a4886fa5137574a1ba0734fa1e30343283b (patch)
tree974e03dde0693ed74e380e9bb6f14c8cae0a5ad7 /source3/Makefile.in
parentfc79f358eb6a1dd7ed2e5f5b1e31fb664a182595 (diff)
downloadsamba-b9772a4886fa5137574a1ba0734fa1e30343283b.tar.gz
samba-b9772a4886fa5137574a1ba0734fa1e30343283b.tar.bz2
samba-b9772a4886fa5137574a1ba0734fa1e30343283b.zip
s3-auth: Add helper function to retrieve the unix user from a kerberos ticket
Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 04c62d30f8..81f0ac98f6 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -832,6 +832,7 @@ AUTH_OBJ = auth/auth.o @AUTH_STATIC@ auth/auth_util.o auth/token_util.o \
auth/server_info_sam.o \
auth/user_info.o \
auth/user_util.o \
+ auth/user_krb5.o \
auth/auth_compat.o auth/auth_ntlmssp.o \
$(PLAINTEXT_AUTH_OBJ) $(SLCACHE_OBJ) $(DCUTIL_OBJ)