mirror of
https://github.com/samba-team/samba.git
synced 2025-11-25 00:23:52 +03:00
provision: Increase max NetBIOS name length from 13 to 15.
Issue originally reported by user Julsa-FR on IRC.
This commit is contained in:
@@ -1174,7 +1174,7 @@ member: %s
|
||||
// crh has a paragraph on this in his book (1.4.1.1)
|
||||
function valid_netbios_name(name)
|
||||
{
|
||||
if (strlen(name) > 13) return false;
|
||||
if (strlen(name) > 15) return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user