svn commit: samba r12695 - in branches/SAMBA_4_0/source/scripting/libjs: .

tridge at samba.org tridge at samba.org
Wed Jan 4 04:36:16 GMT 2006


Andrew,

 > There are many 'features' of Samba3 that Samba4 will simply be unable to
 > support.  Consider what DNS name would be formed by this?  

well, the netbios name and the DNS name of the computer are supposed
to be de-coupled. The default for one can be derived from the other,
but you are supposed to be able to have a DNS name of
"foo.example.com" and a NBT name of "mymachine" if you want to.

The server side of this isn't too bad really. The messy part is client
code, when someone asks to connect to xyz.com and you don't know if
they mean a DNS name or a NBT name. The usual "if it has a dot in it
then don't try NBT" doesn't work in that case.

Cheers, Tridge


More information about the samba-technical mailing list