José Augusto Carvalho Filho
2015-Oct-23 13:45 UTC
[Samba] Join a host PC without having to reduce the characters (NetBIOS).
Hello everybody.I'm in trouble the following problem: Our netbios name can be at most 15 chars long, "AD-CLIENT-CENTOS" is 17 chars longInvalid configuration. Exiting ....Failed to join domain: The format of the specified computer name is invalid. How could join Join a host PC without having to reduce the characters (NetBIOS).?
Rowland Penny
2015-Oct-23 14:12 UTC
[Samba] Join a host PC without having to reduce the characters (NetBIOS).
On 23/10/15 14:45, José Augusto Carvalho Filho wrote:> Hello everybody.I'm in trouble the following problem: > Our netbios name can be at most 15 chars long, "AD-CLIENT-CENTOS" is 17 chars longInvalid configuration. Exiting ....Failed to join domain: The format of the specified computer name is invalid. > How could join Join a host PC without having to reduce the characters (NetBIOS).?This is a limitation from windows, you cannot have a netbios name that is longer than 15 characters, so if you must have the fact that it is in AD and is a client running centos as the short hostname, then try 'adclientcentos' instead Rowland
José Augusto Carvalho Filho
2015-Oct-23 16:45 UTC
[Samba] Join a host PC without having to reduce the characters (NetBIOS).
Complementing my problem is with linux stations. From: jose.cfilho at hotmail.com.br To: samba at lists.samba.org Subject: Join a host PC without having to reduce the characters (NetBIOS). Date: Fri, 23 Oct 2015 16:45:05 +0300 Hello everybody.I'm in trouble the following problem: Our netbios name can be at most 15 chars long, "AD-CLIENT-CENTOS" is 17 chars longInvalid configuration. Exiting ....Failed to join domain: The format of the specified computer name is invalid. How could join Join a host PC without having to reduce the characters (NetBIOS).?
Guilherme Boing
2015-Oct-23 16:52 UTC
[Samba] Join a host PC without having to reduce the characters (NetBIOS).
"... so if you must have the fact that it is in AD and *is a client running centos as the short hostname, then try 'adclientcentos' instead*" also, can't you change the name to something less than 15 chars ? On Fri, Oct 23, 2015 at 2:45 PM, José Augusto Carvalho Filho < jose.cfilho at hotmail.com.br> wrote:> Complementing my problem is with linux stations. > > From: jose.cfilho at hotmail.com.br > To: samba at lists.samba.org > Subject: Join a host PC without having to reduce the characters (NetBIOS). > Date: Fri, 23 Oct 2015 16:45:05 +0300 > > > > > Hello everybody.I'm in trouble the following problem: > Our netbios name can be at most 15 chars long, "AD-CLIENT-CENTOS" is 17 > chars longInvalid configuration. Exiting ....Failed to join domain: The > format of the specified computer name is invalid. > How could join Join a host PC without having to reduce the characters > (NetBIOS).? > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba >
José Augusto Carvalho Filho
2015-Oct-23 17:13 UTC
[Samba] Join a host PC without having to reduce the characters (NetBIOS).
Thanks for listening. I appreciate your understanding. I need to know if the samba supports customers with but 15 characters. In exeplo using was illustrative. I have clients with but of 15 characters. Ex: Apocalypse-master From: jose.cfilho at hotmail.com.br To: samba at lists.samba.org Subject: Join a host PC without having to reduce the characters (NetBIOS). Date: Fri, 23 Oct 2015 16:45:05 +0300 Hello everybody.I'm in trouble the following problem: Our netbios name can be at most 15 chars long, "AD-CLIENT-CENTOS" is 17 chars longInvalid configuration. Exiting ....Failed to join domain: The format of the specified computer name is invalid. How could join Join a host PC without having to reduce the characters (NetBIOS).?
Rowland Penny
2015-Oct-23 17:23 UTC
[Samba] Join a host PC without having to reduce the characters (NetBIOS).
On 23/10/15 18:13, José Augusto Carvalho Filho wrote:> Thanks for listening. I appreciate your understanding. I need to know if the samba supports customers with but 15 characters. In exeplo using was illustrative. I have clients with but of 15 characters. Ex: Apocalypse-master > From: jose.cfilho at hotmail.com.br > To: samba at lists.samba.org > Subject: Join a host PC without having to reduce the characters (NetBIOS). > Date: Fri, 23 Oct 2015 16:45:05 +0300 > > > > > Hello everybody.I'm in trouble the following problem: > Our netbios name can be at most 15 chars long, "AD-CLIENT-CENTOS" is 17 chars longInvalid configuration. Exiting ....Failed to join domain: The format of the specified computer name is invalid. > How could join Join a host PC without having to reduce the characters (NetBIOS).?You *cannot* have a netbios name with more than 15 characters. This limitation comes from windows. Rowland
Sketch
2015-Oct-23 17:29 UTC
[Samba] Join a host PC without having to reduce the characters (NetBIOS).
On Fri, 23 Oct 2015, José Augusto Carvalho Filho wrote:> Hello everybody.I'm in trouble the following problem: > Our netbios name can be at most 15 chars long, "AD-CLIENT-CENTOS" is 17 chars longInvalid configuration. Exiting ....Failed to join domain: The format of the specified computer name is invalid. > How could join Join a host PC without having to reduce the characters (NetBIOS).?You don't have to rename your machine, you can set a shorter name in smb.conf: [global] netbios name = shortname It's too bad samba doesn't auto-shorten hostnames like Windows does, though being able to name them yourself gives you more control on how the names get shortened. One downside to this is that since Kerberos is DNS based, if you use Kerbros credentials for authentication between machines, you will need to put a CNAME in DNS for the short hostname pointing to the real hostname. I'm curious if NetBIOS names are actually required by AD, or are just there by default for compatibility with older versions of Windows. If the later, it would be nice if it was possible to disable them completely in Samba.
José Augusto Carvalho Filho
2015-Oct-23 17:52 UTC
[Samba] Join a host PC without having to reduce the characters (NetBIOS).
Good afternoon even disabling the netbios "disable = yes netbios" he continues using the netbios. From: jose.cfilho at hotmail.com.br To: samba at lists.samba.org Subject: RE: Join a host PC without having to reduce the characters (NetBIOS). Date: Fri, 23 Oct 2015 20:13:54 +0300 Thanks for listening. I appreciate your understanding. I need to know if the samba supports customers with but 15 characters. In exeplo using was illustrative. I have clients with but of 15 characters. Ex: Apocalypse-master From: jose.cfilho at hotmail.com.br To: samba at lists.samba.org Subject: Join a host PC without having to reduce the characters (NetBIOS). Date: Fri, 23 Oct 2015 16:45:05 +0300 Hello everybody.I'm in trouble the following problem: Our netbios name can be at most 15 chars long, "AD-CLIENT-CENTOS" is 17 chars longInvalid configuration. Exiting ....Failed to join domain: The format of the specified computer name is invalid. How could join Join a host PC without having to reduce the characters (NetBIOS).?