I’m testing the tool… I have a question for you… when I upgrade a server with Nethserver 6 (Domain controller with Netbios name) I configure a local AD to use it in Nethserver 7.
SMB access on NS7 is possible only with NETBIOS\user or also with user@DOMAIN.EXT?
Because if I install a clear NS7 with local AD I can access also with @DOMAIN.EXT, but if I migrate a machine I can access only by NETBIOS\user…
You can change the netbios domain name in ns6, but not in ns7.
Also in ns6, if you run a PDC you have to re-join all the domain clients if you change the domain name.
That’s not necessarily an email. That is the userPrincipalName value: NethServer set it to the user name + the server domain name (which could be different from the AD domain).
If i try login with NETBIOS\user it’s all ok. In /var/log/messages
Nov 22 18:50:36 mailold systemd: Created slice User Slice of user@domain.ext.
Nov 22 18:50:36 mailold systemd: Starting User Slice of user@domain.ext.
Nov 22 18:50:36 mailold systemd: Started Session c1 of user user@domain.ext.
Nov 22 18:50:36 mailold systemd-logind: New session c1 of user user@domain.ext.
Nov 22 18:50:36 mailold systemd: Starting Session c1 of user user@domain.ext.
If I try login with user@domain.ext it doesn’t work and in /var/log/messages I obtain
Nov 22 18:48:26 mailold smbd[20596]: domain_client_validate: unable to validate password for user user@domain.ext in domain to Domain controller NSDC-MAILOLD.AD.DOMAIN.EXT. Error was NT_STATUS_NO_SUCH_USER.
It does not say the user@domain is allowed to access a samba share. I think this limitation is caused by a bug or a wrong configuration. As said this bug can be fixed in NethServer 7.6: we’re working on that.
Yes, SIDs were duplicated. I’ve changed the local SID number, but I can’t access already with user@domain.ext. It’s not possible to add the domain.ext as alias of ad.domain.ext?