Displaying 2 results from an estimated 2 matches for "domd4086".
2010 Dec 02
0
Add samba4 as DC to Windows 2000 SP4 (which is DC)
...tt
...................
SLES11
# Linux arce00000 2.6.27.19-5-xen #1 SMP 2009-02-28 04:40:21 +0100 x86_64
x86_64 x86_64 GNU/Linux
I installed SAMBA 4 by GIT, waf, quicktest ... as explained in the wiki and
it works perfectly as SAMBA DC
# Version 4.0.0alpha14-UNKNOWN
The target domain is called DOMD4086 and no extension because it is a
migration from NT4 and here my troubles begin as samba-tool needs
"domain.extension" to work, to "trick" a samba-tool I do is add a point at
the end of the domain and I still like this: DOMD4086.
Kerberos taste as follows:
arce00000:/usr/local/...
2010 Dec 01
2
kerberos @ samba4 DC
...a # bin/samba-tool join (WINDOWS 2000 DOMAIN). DC
-U(USER)@(WINDOWS 2000 DOMAIN)%(PASSWORD) --realm=(WINDOWS 2000 DOMAIN). -d5
throws me the following error:
Failed to get CCACHE for GSSAPI client: KDC has no support for encryption
type
Aquiring initiator credentials failed: kinit for ADMCONST at DOMD4086 failed
(KDC has no support for encryption type: KDC has no support for encryption
type)
Failed to start GENSEC client mech gssapi_krb5: NT_STATUS_UNSUCCESSFUL
My krb5.conf is as follows:
[libdefaults]
default_realm = (WINDOWS 2000 DOMAIN)
dns_lookup_realm = true
dns_looku...