On Wed, 24 May 2017 12:39:32 +0200 "Stefan G. Weichinger via samba" <samba at lists.samba.org> wrote:> Am 2017-05-24 um 11:55 schrieb Rowland Penny: > > On Wed, 24 May 2017 11:36:07 +0200 > > "Stefan G. Weichinger via samba" <samba at lists.samba.org> wrote: > > > > > >> No big change here ... > >> > >> I can: > >> > >> * logon as BUERO\root > >> > >> * connect to the shares on \\dc > >> > >> * test other users via smbclient (auth works for them) > >> > >> But: > >> > >> * login as BUERO\Administrator just sits there and waits for > >> minutes ... no error message, no desktop ... I can cancel that via > >> CtrlAltDel > >> > > > > where are you actually logging into, the DC or a windows client ? > > the windows PC > >Then you have something very wrong, if I try to log into a win7 PC as root, I get: The user name or password is incorrect Whilst if I try to log into a Samba DC as administrator, I get this: rowland at devstation:~$ ssh Administrator at member1 Password: Creating directory '/home/administrator'. Linux member1 3.16.0-4-amd64 #1 SMP Debian 3.16.39-1+deb8u1 (2017-02-22) x86_64 The programs included with the Devuan GNU/Linux system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. Devuan GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. Last login: Tue May 16 20:22:13 2017 from devstation.samdom.example.com root at member1:~# pwd /home/administrator root at member1:~# whoami root root at member1:~# 'root' is a Unix user and Windows shouldn't know anything about it, whilst 'Administrator' is mapped to 'root' on a DC. Does 'root' exist in AD, if so, remove this user. Rowland
Am 2017-05-24 um 12:53 schrieb Rowland Penny:> Then you have something very wrong, if I try to log into a win7 PC as > root, I get: > > The user name or password is incorrectI had used BUERO\root ...> Whilst if I try to log into a Samba DC as administrator, I get this: > > rowland at devstation:~$ ssh Administrator at member1 > Password: > Creating directory '/home/administrator'. > Linux member1 3.16.0-4-amd64 #1 SMP Debian 3.16.39-1+deb8u1 (2017-02-22) x86_64Shell of the user root is /bin/false .. so it logs out immediately.> 'root' is a Unix user and Windows shouldn't know anything about it, > whilst 'Administrator' is mapped to 'root' on a DC. > > Does 'root' exist in AD, if so, remove this user.ok, I remember, sorry ... did "pdbedit -x root" now logging into the PC as BUERO\Administrator says "Welcome" and takes ~10min already. I might provide samba debug logs? Should I? Ran debian upgrade in between and a following reboot. I really scratch my head as editing the GPOs worked yesterday. This is debian, and samba 4.2.14 ...
On Wed, 24 May 2017 13:13:04 +0200 "Stefan G. Weichinger via samba" <samba at lists.samba.org> wrote:> logging into the PC as BUERO\Administrator says "Welcome" and takes > ~10min already.It should only take a few seconds, so there is something wrong there.> > I might provide samba debug logs? Should I?Yes please, I might not be able to see what is wrong, but there are a lot of eyes here ;-)> > Ran debian upgrade in between and a following reboot. > > I really scratch my head as editing the GPOs worked yesterday. > > This is debian, and samba 4.2.14 ...Can I suggest you wait a short while until Louis gets his latest packages out, 4.2 isn't supported directly by Samba any more. Rowland
Debian 4.2.14.. Hmmm. This is why i make the 4.5.x and 4.6.x packages. I suggest, or wait (few hours) and upgrade to my 4.6.4 package or get the 4.5.8 package for my apt now. I'll do the 4.5.10 after the 4.6.4, im moving in office to 4.6.4 due to the many bugfixes ive seen. I'll post on the list when these are ready. Not to long now, if im not typeing here.. ;-) Greetz, Louis> -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > Stefan G. Weichinger via samba > Verzonden: woensdag 24 mei 2017 13:13 > Aan: samba at lists.samba.org > Onderwerp: Re: [Samba] classic upgrade, splitting servers > > Am 2017-05-24 um 12:53 schrieb Rowland Penny: > > > Then you have something very wrong, if I try to log into a > win7 PC as > > root, I get: > > > > The user name or password is incorrect > > I had used BUERO\root ... > > > Whilst if I try to log into a Samba DC as administrator, I get this: > > > > rowland at devstation:~$ ssh Administrator at member1 > > Password: > > Creating directory '/home/administrator'. > > Linux member1 3.16.0-4-amd64 #1 SMP Debian 3.16.39-1+deb8u1 > > (2017-02-22) x86_64 > > Shell of the user root is /bin/false .. so it logs out immediately. > > > 'root' is a Unix user and Windows shouldn't know anything about it, > > whilst 'Administrator' is mapped to 'root' on a DC. > > > > Does 'root' exist in AD, if so, remove this user. > > ok, I remember, sorry ... did "pdbedit -x root" now > > logging into the PC as BUERO\Administrator says "Welcome" and > takes ~10min already. > > I might provide samba debug logs? Should I? > > Ran debian upgrade in between and a following reboot. > > I really scratch my head as editing the GPOs worked yesterday. > > This is debian, and samba 4.2.14 ... > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba > >
Am 2017-05-24 um 13:33 schrieb L.P.H. van Belle via samba:> Debian 4.2.14.. Hmmm. This is why i make the 4.5.x and 4.6.x packages. > > I suggest, or wait (few hours) and upgrade to my 4.6.4 package or get the 4.5.8 package for my apt now. > I'll do the 4.5.10 after the 4.6.4, im moving in office to 4.6.4 due to the many bugfixes ive seen. > > I'll post on the list when these are ready. Not to long now, if im not typeing here.. ;-)No problem, I have to leave office for some hours anyway. Looking forward to test these new packages. thanks!