{
# server string is the equivalent of the NT Description field

   my $server_string = db_get_prop($confref, 'smb', 'ServerString') ||
			   'Mitel Networks SME Server';

   "server string = $server_string";
}
