From b9772a4886fa5137574a1ba0734fa1e30343283b Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 26 Aug 2010 17:57:26 -0400 Subject: s3-auth: Add helper function to retrieve the unix user from a kerberos ticket MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Günther Deschner --- source3/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/Makefile.in') 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) -- cgit