svn commit: samba r18512 - in branches/SAMBA_3_0/source/libads: .

gd at samba.org gd at samba.org
Thu Sep 14 10:21:46 GMT 2006


Author: gd
Date: 2006-09-14 10:21:46 +0000 (Thu, 14 Sep 2006)
New Revision: 18512

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18512

Log:
Add krb5conf file environment to debug statement.

Guenther

Modified:
   branches/SAMBA_3_0/source/libads/kerberos.c


Changeset:
Modified: branches/SAMBA_3_0/source/libads/kerberos.c
===================================================================
--- branches/SAMBA_3_0/source/libads/kerberos.c	2006-09-14 10:11:22 UTC (rev 18511)
+++ branches/SAMBA_3_0/source/libads/kerberos.c	2006-09-14 10:21:46 UTC (rev 18512)
@@ -86,8 +86,9 @@
 		krb5_set_real_time(ctx, time(NULL) + time_offset, 0);
 	}
 
-	DEBUG(10,("kerberos_kinit_password: using %s as ccache\n",
-			cache_name ? cache_name: krb5_cc_default_name(ctx)));
+	DEBUG(10,("kerberos_kinit_password: using [%s] as ccache and config [%s]\n",
+			cache_name ? cache_name: krb5_cc_default_name(ctx),
+			getenv("KRB5_CONFIG")));
 
 	if ((code = krb5_cc_resolve(ctx, cache_name ? cache_name : krb5_cc_default_name(ctx), &cc))) {
 		krb5_free_context(ctx);



More information about the samba-cvs mailing list