[SCM] Samba Shared Repository - branch master updated

Matthias Dieter Wallnöfer mdw at samba.org
Fri Dec 24 04:09:02 MST 2010


The branch, master has been updated
       via  bf0d5d0 Typo fix in KDC parameters.
      from  1a20d59 mkrelease: Simplify further.

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


- Log -----------------------------------------------------------------
commit bf0d5d04ab3900361d0b4762de8d51571a4c5176
Author: Brad Hards <bradh at frogmouth.net>
Date:   Fri Dec 24 18:02:06 2010 +1100

    Typo fix in KDC parameters.
    
    Signed-off-by: Matthias Dieter Wallnöfer <mdw at samba.org>
    
    Autobuild-User: Matthias Dieter Wallnöfer <mdw at samba.org>
    Autobuild-Date: Fri Dec 24 12:09:00 CET 2010 on sn-devel-104

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

Summary of changes:
 source4/kdc/policy.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source4/kdc/policy.c b/source4/kdc/policy.c
index 7502148..8f62c48 100644
--- a/source4/kdc/policy.c
+++ b/source4/kdc/policy.c
@@ -34,11 +34,11 @@ void kdc_get_policy(struct loadparm_context *lp_ctx,
 	k->authentication_options = LSA_POLICY_KERBEROS_VALIDATE_CLIENT;
 
 	unix_to_nt_time(&k->service_tkt_lifetime,
-			lpcfg_parm_int(lp_ctx, NULL, "kdc", "service ticket lifefime", 10) * 60 * 60); 
+			lpcfg_parm_int(lp_ctx, NULL, "kdc", "service ticket lifetime", 10) * 60 * 60);
 	unix_to_nt_time(&k->user_tkt_lifetime,
-			lpcfg_parm_int(lp_ctx, NULL, "kdc", "user ticket lifefime", 10) * 60 * 60); 
+			lpcfg_parm_int(lp_ctx, NULL, "kdc", "user ticket lifetime", 10) * 60 * 60);
 	unix_to_nt_time(&k->user_tkt_renewaltime,
-			lpcfg_parm_int(lp_ctx, NULL, "kdc", "renewal lifefime", 24*7) * 60 * 60); 
+			lpcfg_parm_int(lp_ctx, NULL, "kdc", "renewal lifetime", 24*7) * 60 * 60);
 	if (smb_krb5_context) {
 		unix_to_nt_time(&k->clock_skew, 
 				krb5_get_max_time_skew(smb_krb5_context->krb5_context));


-- 
Samba Shared Repository


More information about the samba-cvs mailing list