svn commit: samba r6698 - in branches/SAMBA_4_0/source/setup: .

abartlet at samba.org abartlet at samba.org
Tue May 10 09:49:45 GMT 2005


Author: abartlet
Date: 2005-05-10 09:49:45 +0000 (Tue, 10 May 2005)
New Revision: 6698

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

Log:
Our domain join code requires that the secureChannelType be set.  Type
6 is BDC, which is correct for a self-join.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/setup/secrets.ldif


Changeset:
Modified: branches/SAMBA_4_0/source/setup/secrets.ldif
===================================================================
--- branches/SAMBA_4_0/source/setup/secrets.ldif	2005-05-10 08:50:58 UTC (rev 6697)
+++ branches/SAMBA_4_0/source/setup/secrets.ldif	2005-05-10 09:49:45 UTC (rev 6698)
@@ -24,6 +24,7 @@
 flatname: ${DOMAIN}
 realm: ${REALM}
 secret: ${JOINPASS}
+secureChannelType: 6
 sAMAccountName: ${NETBIOSNAME}$
 whenCreated: ${LDAPTIME}
 whenChanged: ${LDAPTIME}



More information about the samba-cvs mailing list