[SCM] Samba Shared Repository - branch master updated

Günther Deschner gd at samba.org
Fri Nov 6 04:52:17 MST 2009


The branch, master has been updated
       via  6ca8a40... s3-net: better use memory credential cache in net_ads_kerberos_pac().
      from  58184b5... s3-net: allow to call "net ads kerberos pac <impersonation principal> -P".

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 6ca8a40976f86f66713ba9a7b957f97a1c271016
Author: Günther Deschner <gd at samba.org>
Date:   Fri Nov 6 12:51:29 2009 +0100

    s3-net: better use memory credential cache in net_ads_kerberos_pac().
    
    Guenther

-----------------------------------------------------------------------

Summary of changes:
 source3/utils/net_ads.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/utils/net_ads.c b/source3/utils/net_ads.c
index beef62a..10873ca 100644
--- a/source3/utils/net_ads.c
+++ b/source3/utils/net_ads.c
@@ -2368,7 +2368,7 @@ static int net_ads_kerberos_pac(struct net_context *c, int argc, const char **ar
 			     	     0,
 				     NULL,
 				     NULL,
-				     "/tmp/schrott",
+				     NULL,
 				     true,
 				     true,
 				     2592000, /* one month */


-- 
Samba Shared Repository


More information about the samba-cvs mailing list