Hello, I get this error message when i try to join my Samba4 server to an existing domain: """>./net vampire domain.local -Uadmin --realm=domain.localPassword for [WORKGROUP\admin]: Become DC [(null)] of Domain[DOMAIN]/[domain.local] Promotion Partner is Server[dc1.domain.local] from Site[Default-First-Site-Name] Options:crossRef behavior_version[2] schema object_version[30] domain behavior_version[2] domain w2k3_update_revision[8] Failed to bind uuid "uuid-number" - NT_STATUS_INVALID_PARAMETER libnet_BecomeDC() failed - NT_STATUS_INVALID_PARAMETER Vampire of domain failed: NT_STATUS_INVALID_PARAMETER return code = -1 """ The primary DC is a Windows Server 2003 and it also acts as DNS server. What could be the cause of this? Has it something to do with me using Windows as DNS server? Regards Andreas
On Wed, 2010-03-17 at 12:05 +0100, Andreas Jacobi wrote:> Hello, > > I get this error message when i try to join my Samba4 server to an existing > domain: > > """ > >./net vampire domain.local -Uadmin --realm=domain.local > Password for [WORKGROUP\admin]: > Become DC [(null)] of Domain[DOMAIN]/[domain.local] > Promotion Partner is Server[dc1.domain.local] from > Site[Default-First-Site-Name] > Options:crossRef behavior_version[2] > schema object_version[30] > domain behavior_version[2] > domain w2k3_update_revision[8] > Failed to bind uuid "uuid-number" - NT_STATUS_INVALID_PARAMETER > libnet_BecomeDC() failed - NT_STATUS_INVALID_PARAMETER > Vampire of domain failed: NT_STATUS_INVALID_PARAMETER > return code = -1 > """ > > The primary DC is a Windows Server 2003 and it also acts as DNS server. > > What could be the cause of this? Has it something to do with me using > Windows as DNS server?I think that you don't have your /etc/krb5.conf set up correctly. Ensure that: [libdefaults] default_realm = DOMAIN.LOCAL dns_lookup_realm = true dns_lookup_kdc = true is set, and then try a 'kinit administrator' to check that this works first. Also perhaps turn up the debug level (add -d3 for example). Andrew Bartlett -- Andrew Bartlett http://samba.org/~abartlet/ Authentication Developer, Samba Team http://samba.org Samba Developer, Cisco Inc. -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 190 bytes Desc: This is a digitally signed message part URL: <http://lists.samba.org/pipermail/samba/attachments/20100321/bdae1110/attachment.pgp>
Hi, I've got a similar issue when I'm trying to add Samba 4 alpha12 (latest git) as BDC. PDC is another Samba4alpha12 running well but when I'm trying to add a BDC: ### ./bin/net vampire my.domain -Uadministrator --realm=my.domain -d10: ... tevent: Destroying timer event 0x24fa0c0 "ldap_request_timeout" tevent: Added timed event "composite_trigger": 0x24f06f0 tevent: Destroying timer event 0x24f06f0 "composite_trigger" libnet_BecomeDC() failed - NT_STATUS_INVALID_PARAMETER_MIX Vampire of domain failed: NT_STATUS_INVALID_PARAMETER_MIX #### krb5.conf: [libdefaults] default_realm = MY.DOMAIN dns_lookup_realm = true dns_lookup_kdc = true I have followed excatly the tutorial: http://wiki.samba.org/index.php/Samba4/HOWTO/Join_a_domain_as_a_DC kinit administrator is working and not time issues between the servers. Please advise, Thanks Andreas Jacobi wrote:> > Hello, > > I get this error message when i try to join my Samba4 server to an > existing > domain: > > """ >>./net vampire domain.local -Uadmin --realm=domain.local > Password for [WORKGROUP\admin]: > Become DC [(null)] of Domain[DOMAIN]/[domain.local] > Promotion Partner is Server[dc1.domain.local] from > Site[Default-First-Site-Name] > Options:crossRef behavior_version[2] > schema object_version[30] > domain behavior_version[2] > domain w2k3_update_revision[8] > Failed to bind uuid "uuid-number" - NT_STATUS_INVALID_PARAMETER > libnet_BecomeDC() failed - NT_STATUS_INVALID_PARAMETER > Vampire of domain failed: NT_STATUS_INVALID_PARAMETER > return code = -1 > """ > > The primary DC is a Windows Server 2003 and it also acts as DNS server. > > What could be the cause of this? Has it something to do with me using > Windows as DNS server? > > > Regards Andreas > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba > >-- View this message in context: http://old.nabble.com/Samba4-join-existing-domain-tp27930446p28854943.html Sent from the Samba - General mailing list archive at Nabble.com.