Hello i need little more help
 
I have now a 2. Fileserver 4.9.5+dfsg-5+deb10u1  this are joint to domain. I
see this now in AD 4.13.2.
Strange if check "Id administrator"
id: 'adminstrator': no such user
 
seems that this arnt join?
 
SMBD, NMBD, WINBIND Active and running.
 
Here me Smb.conf
root at SRVCAR010:/etc/samba# cat smb.conf
[global]
     workgroup = CARAG
     security = ADS
     realm = CARAG.LOCAL
 
     server string = Samba Client %h
 
     winbind use default domain = yes
     winbind expand groups = 2
     winbind refresh tickets = Yes
     winbind offline logon = yes
     dns proxy = no
 
     idmap config * : backend = tdb
     idmap config * : range = 3000-7999
     idmap config CARAG : backend = rid
     idmap config CARAG : range = 10000-999999
     template shell = /bin/bash
     template homedir = /home/%U
 
     domain master = no
     local master = no
     preferred master = no
     host msdfs = no
 
     # user Administrator workaround, without it you are unable to set
privileges
     username map = /etc/samba/user.map
 
     # For ACL support on domain member
     vfs objects = acl_xattr
     map acl inherit = Yes
     store dos attributes = Yes
 
     # Share Setting Globally
     unix extensions = no
     reset on zero vc = yes
     hide unreadable = yes
 
     # disable printing completely
     load printers = no
     printing = bsd
     printcap name = /dev/null
     disable spoolss = yes
 
     # logging
     log level = 0
     max log size = 1000
 
[SOFTWARE]
        path = /shares/Software
        read only = no
        force create mode = 0600
        force directory mode = 0700
 
thanks
On 03/02/2021 17:16, Maurizio Caloro via samba wrote:> Hello i need little more help > > > > I have now a 2. Fileserver 4.9.5+dfsg-5+deb10u1 this are joint to domain. I > see this now in AD 4.13.2. > > Strange if check "Id administrator" > > id: 'adminstrator': no such user > > seems that this arnt join?What gives you that idea ? I would be more concerned if Administrator existed on Unix. Administrator is used on Windows and root is used on Unix, but because you have the usermap, when connecting from Windows, Administrator is mapped to root and can change permissions etc. Rowland