On 03/02/2021 17:39, Maurizio Caloro wrote:> root at SRVCAR010:/shares# chown "smbadmin:domain users" Software/ > chown: invalid user: 'smbadmin:domain users' > > If this machine will be joint correct, I think this will found this > members!? > > this user and groups are members from running AD, but this will > give me the message that he don't found this User or groupThat's different, yes your AD users & groups should be available. What do the following commands show: net ads testjoin You will need to run that as root, it should return 'Join is OK' getent passwd smbadmin getent group Domain\ Users Rowland
>>That's different, yes your AD users & groups should be available. What dothe following commands show:>>net ads testjoin>>You will need to run that as root, it should return 'Join is OK'root at SRVCAR010:/shares# net ads testjoin Join is OK root at SRVCAR010:/shares# net ads info LDAP server: 192.168.201.105 LDAP server name: srvcarad003.carag.local Realm: CARAG.LOCAL Bind Path: dc=CARAG,dc=LOCAL LDAP port: 389 Server time: Wed, 03 Feb 2021 18:51:47 CET KDC server: 192.168.201.105 Server time offset: 0 Last machine account password change: Wed, 03 Feb 2021 17:41:30 CET>>getent passwd smbadminroot at SRVCAR010:/shares# getent passwd smbadmin root at SRVCAR010:/shares#>>getent group Domain\ Usersroot at SRVCAR010:/shares# getent group carag.local\mauriziocaloro root at SRVCAR010:/shares#>>Rowland