search for: sznetbiosaliases

Displaying 4 results from an estimated 4 matches for "sznetbiosaliases".

2001 Apr 02
4
Netbios alias -max names or chars
Hello all This is my first post to Samba lists so I hope I have picked the correct list. Please let me know if I haven't. My question is what is the maximum amount of names or characters that can be put on the "netbios aliases" line in the smb.conf. We have situation where we potentially need to put up to 200 names on the line (big machines, one name per application). Cheers
2000 Jan 30
0
More checks for param/loadparm.c
...**parm_ptr); > static BOOL validate_netbios_name(char *pszParmValue); 542,543c546,547 < {"netbios name", P_UGSTRING,P_GLOBAL, global_myname, NULL, netbios_name, FLAG_BASIC|FLAG_DOS_STRING}, < {"netbios aliases", P_STRING, P_GLOBAL, &Globals.szNetbiosAliases, NULL, NULL, FLAG_DOS_STRING}, --- > {"netbios name", P_UGSTRING,P_GLOBAL, global_myname, handle_netbios_name, NULL, FLAG_BASIC|FLAG_DOS_STRING}, > {"netbios aliases", P_STRING, P_GLOBAL, &Globals.szNetbiosAliases, handle_netbios_aliases, NU...
1999 Sep 21
0
[patch] fixing scope id problems
...X {"netbios name", P_UGSTRING,P_GLOBAL, global_myname, NULL, NULL, FLAG_BASIC}, X+ {"scope id", P_UGSTRING,P_GLOBAL, scope, NULL, NULL, FLAG_BASIC}, X {"netbios aliases", P_STRING, P_GLOBAL, &Globals.szNetbiosAliases, NULL, NULL, 0}, X {"server string", P_STRING, P_GLOBAL, &Globals.szServerString, NULL, NULL, FLAG_BASIC}, X {"interfaces", P_STRING, P_GLOBAL, &Globals.szInterfaces, NULL, NULL, FLAG_BASIC}, END-of-loadparm.diff echo x - smbpasswd.diff s...
2000 Jan 28
1
PATCH: 'source environment' param and % token subs for 'netbios name'
Attached please find unified diffs against Samba 2.0.6. I'm hoping that others will find it useful and that it may even find its way into Samba 2.0.7 This patch does two things: - Modifies the handling of the 'netbios name' parameter so that standard_sub_basic() is run on its value when the 'netbios name' parameter is processed. This has to be done this way because