svn commit: samba r12631 - in branches/SAMBA_4_0/source/kdc: .

abartlet at samba.org abartlet at samba.org
Sat Dec 31 02:49:42 GMT 2005


Author: abartlet
Date: 2005-12-31 02:49:41 +0000 (Sat, 31 Dec 2005)
New Revision: 12631

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

Log:
Now we have fixed the provision script, we don't need to work around
it here.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/kdc/hdb-ldb.c


Changeset:
Modified: branches/SAMBA_4_0/source/kdc/hdb-ldb.c
===================================================================
--- branches/SAMBA_4_0/source/kdc/hdb-ldb.c	2005-12-31 02:40:58 UTC (rev 12630)
+++ branches/SAMBA_4_0/source/kdc/hdb-ldb.c	2005-12-31 02:49:41 UTC (rev 12631)
@@ -355,7 +355,7 @@
 		*entry_ex->entry.valid_end = nt_time_to_unix(acct_expiry);
 	}
 
-	if ((ent_type != HDB_LDB_ENT_TYPE_KRBTGT) && (!(userAccountControl & UF_DONT_EXPIRE_PASSWD))) {
+	if (!(userAccountControl & UF_DONT_EXPIRE_PASSWD)) {
 		NTTIME must_change_time
 			= samdb_result_force_password_change((struct ldb_context *)db->hdb_db, mem_ctx, 
 							     domain_dn, msg, 



More information about the samba-cvs mailing list