On Wed, 24 May 2017 13:39:21 +0200 "Stefan G. Weichinger via samba" <samba at lists.samba.org> wrote:> Am 2017-05-24 um 13:33 schrieb Rowland Penny: > > > Does 'Administrator' have a uidNumber attribute ? > > I check with ... ? > > I need that ldapsearch tool, right? > Hard to get without internet in the test setup. > > >I actually use ldb-tools (ldbsearch, ldbmodify, etc) But you can use 'id' on the DC: root at dc1:~# id Administrator uid=0(root) gid=0(root) groups=0(root) Anything else and you will need to fix it. Rowland
Am 2017-05-24 um 13:52 schrieb Rowland Penny:> I actually use ldb-tools (ldbsearch, ldbmodify, etc) > > But you can use 'id' on the DC: > > root at dc1:~# id Administrator > uid=0(root) gid=0(root) groups=0(root) > > Anything else and you will need to fix it.looks the same here. Update on the login: actually it seems that Administrator gets logged into the Windows machine, but no desktop is started. I can CtrlAltDel and start the task manager, then I only see 4 processes. I am on my way to another customer now. I have the DC VM with me ;-) just in case ;-)
On Wed, 24 May 2017 13:56:31 +0200 "Stefan G. Weichinger via samba" <samba at lists.samba.org> wrote:> Am 2017-05-24 um 13:52 schrieb Rowland Penny: > > > I actually use ldb-tools (ldbsearch, ldbmodify, etc) > > > > But you can use 'id' on the DC: > > > > root at dc1:~# id Administrator > > uid=0(root) gid=0(root) groups=0(root) > > > > Anything else and you will need to fix it. > > looks the same here. > > Update on the login: > > actually it seems that Administrator gets logged into the Windows > machine, but no desktop is started. > > I can CtrlAltDel and start the task manager, then I only see 4 > processes. > > I am on my way to another customer now. I have the DC VM with me ;-) > just in case ;-) > > >Funnily enough, I do it the opposite way round, DC on a physical machine, Windows 7 in a VM. I can log into the VM as DOMAIN\Administrator with a desktop. Rowland