We have a bunch of dual-boot boxes (linux/winxp). I'd like to be able to use winbind (against ads) for user authentication on the linux side, but it appears samba has to join the AD too. Upon joining the AD under linux/samba, it makes the windows side of things stop working (machine account has been modified). In the past, when using an NT4 domain, I was able to tell samba to use a different (netbios) name, via (in smb.conf): netbios name = hostname-samba netbios aliases = hostname When trying this now against ads, it *appears* to join the domain ok, but it doesn't work. For example, $ wbinfo -t checking the trust secret vi RPC calls failed error code was STATUS_BUFFER_OVERFLOW (0x80000005) Could not check secret Suggestions/workarounds for dual-boot machines?
Hi, Different machine names? (machineWin/MachineLnx) Just my 2 cents. Bruno Guerreiro -----Original Message----- From: Rex Dieter [mailto:rdieter@math.unl.edu] Sent: quarta-feira, 18 de Maio de 2005 21:58 To: samba@lists.samba.org Subject: [Samba] dual boot linux/winxp, winbind We have a bunch of dual-boot boxes (linux/winxp). I'd like to be able to use winbind (against ads) for user authentication on the linux side, but it appears samba has to join the AD too. Upon joining the AD under linux/samba, it makes the windows side of things stop working (machine account has been modified). In the past, when using an NT4 domain, I was able to tell samba to use a different (netbios) name, via (in smb.conf): netbios name = hostname-samba netbios aliases = hostname When trying this now against ads, it *appears* to join the domain ok, but it doesn't work. For example, $ wbinfo -t checking the trust secret vi RPC calls failed error code was STATUS_BUFFER_OVERFLOW (0x80000005) Could not check secret Suggestions/workarounds for dual-boot machines? -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
And I'm correct to assume you're reserving Ip's at your dhcp server? Is it mandatory to add the machine name to the lease at the server? Best Regards, Bruno Guerreiro -----Original Message----- From: Rex Dieter [mailto:rdieter1@unl.edu] Sent: quinta-feira, 19 de Maio de 2005 12:37 To: samba@lists.samba.org Subject: Re: [Samba] dual boot linux/winxp, winbind Bruno Guerreiro wrote:>> We have a bunch of dual-boot boxes (linux/winxp). I'd like to be able...>> In the past, when using an NT4 domain, I was able to tell samba to use a >> different (netbios) name, via (in smb.conf): >> netbios name = hostname-samba >> netbios aliases = hostname >> When trying this now against ads, it *appears* to join the domain ok, >> but it doesn't work. For example, >> $ wbinfo -t >> checking the trust secret vi RPC calls failed >> error code was STATUS_BUFFER_OVERFLOW (0x80000005) >> Could not check secret >> Suggestions/workarounds for dual-boot machines?> Different machine names? (machineWin/MachineLnx) We're using DHCP, so they get assigned the same IP/hostname regardless of which OS is booted. -- Rex -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
Rex Dieter
2005-May-19 13:11 UTC
[Samba] Re: use of netbios name and joining ads fails (bug #2727)
Rex Dieter wrote:> We have a bunch of dual-boot boxes (linux/winxp). I'd like to be able > to use winbind (against ads) for user authentication on the linux side, > but it appears samba has to join the AD too. Upon joining the AD under > linux/samba, it makes the windows side of things stop working (machine > account has been modified). > > In the past, when using an NT4 domain, I was able to tell samba to use a > different (netbios) name, via (in smb.conf): > netbios name = hostname-samba > netbios aliases = hostname > > When trying this now against ads, it *appears* to join the domain ok, > but it doesn't work. For example, > $ wbinfo -t > checking the trust secret vi RPC calls failed > error code was STATUS_BUFFER_OVERFLOW (0x80000005) > Could not check secretFYI, submitted to bugzilla: http://bugzilla.samba.org/show_bug.cgi?id=2727 -- Rex