Displaying 1 result from an estimated 1 matches for "targetserver_netbios_nam".
Did you mean:
  targetserver_netbios_name
  
2014 Mar 09
1
Access shares from DNS alias
...problem when using Ms ADDC servers,
which pointed out 2 necessary configs in order for aliases to work:
1. Add the DisableStrictNameChecking value in the server-side registry
in the LanMan parameters.
2. Set the 2 required SPNs for every alias needed (windows tool syntax).
setspn -a host/aliasname targetserver_netbios_name
setspn -a host/aliasname.domain.ext targetserver_netbios_name
My env details:
   Hostname: dc0
   Domain: timco.int
   OS is Debian 7.4 x64
   Samba 4.1.5 compiled from master, domain deployed with Internal_DNS
   Network is composed from Win 7 SP1 x64 machines
   So, added the necessary SPNs:
s...