Lanman.ini File

This chapter contains the following sections:

This appendix lists and describes the lanman.ini file parameters that can be modified to improve Advanced Server performance. It also contains tables which indicate the disposition of parameters that were in earlier versions of the lanman.ini file and now are in the Advanced Server Registry.

When Advanced Server is installed, the lanman.ini file contains some default parameter values. Other parameters and the titles of the sections in which they reside are added when you change the Advanced Server configuration. Only parameters that have been changed to values other than their default values are added to the lanman.ini file. If a parameter does not appear in the file (or is commented out with a semicolon), it is set to its default value.

Before attempting to change any of the parameters available in the lanman.ini file, it is useful to understand the relationship between the lanman.ini file entries and server defaults.

Every server parameter has a default setting. To display and edit default settings, a utility program called srvconfig is provided in the /var/opt/lanman/bin directory.

You can edit the lanman.ini file to set parameters to values other than the defaults. The value assigned to any parameter in the lanman.ini file always supersedes the default value for that parameter.

When you want to set the value of a parameter to something other than the default, you must edit the lanman.ini file, locate (or add) the appropriate section title in the file, and then add the desired "parameter=value" entry.

File Syntax

Within each section of the lanman.ini file, parameters are listed as follows:

To change a parameter in the lanman.ini file

1. Use the srvconfig command to display default settings for the server parameters:

2. Edit the lanman.ini file using vi or a similar text editor. You may have to add a section heading to the file, for example [ lmxserver ]. You then need to add a "parameter=value" pair to the appropriate section of the lanman.ini file.

3. After you edit the file, you must stop and restart the server in order for the new values to take effect.

You also can use the srvconfig -s command to set parameter values in the lanman.ini file, as follows:

For more information about the srvconfig command, type man srvconfig at the Advanced Server command prompt.

File Parameters

The following sections describe the configurable parameters in the lanman.ini file. The parameters are grouped according to the section of the lanman.ini file in which they reside.

Note

The lanman.ini file contains additional parameters that are not included in the following tables. These parameters are for debugging purposes and should never be modified.

[ Server ] Section Parameters

Parameter

Description, Values, and Default Setting

listenname

If set, this is the server’s name on the network. If not set, the Advanced Server may receive client connections from the UNIX listener on the UNIX machine name with a .serve extension (such as liberty.serve). This is implementation dependent. The UNIX system machine name can be determined using the uname -n command.

To change the value of the listenname parameter, use the setservername command. For more information about this command, type man setservername at the Advanced Server command prompt.

Values: any name of 1-15 characters; default: null

maxclients

Identifies the maximum number of simultaneous client sessions that the server must support. This number is set by default to a number that is equal to the Advanced Server user license installed on the server computer.

srvservices

The list of keywords for the services that start automatically when the server is started. Because services are started in the order they appear in the srvservices entry, you must ensure that netlogon appears before any services that require it.

Default: alerter, netlogon, browser

[ Workstation ] Section Parameters

Parameter

Description, Values, and Default Setting

domain

The name of the domain that includes the server.

Values: any name of up to 15 characters, including letters, numbers, and the following characters: ! # $ % & ( ) - . ^ _ { } ~ ; default: domain

[ Lmxserver ] Section Parameters

Parameter

Description, Values, and Default Setting

anncmailslot

The name of the mail slot used for periodic server announcements.

Values: A path up to a maximum of 256 characters; default: \\*\MAILSLOT\LANMAN

Note that back slashes must be doubled on input or else the entire input line must be enclosed in single quotation marks. (Type text\\text or ‘text\text ‘ to enter text with a single back slash.)

appsources

The names of the modules that can write to the application log.

Default: The server initializes the value of this parameter at startup.

clispooltime

The interval, in minutes, allowed for a job sent to a shared client printer to complete printing. If the printing has not finished by the end of this time, a warning message is sent to the server administrator.

Values: 0 (no warning message) - unlimited; default: 20

country

The country code for server-generated messages. Values:

Country

Code

Country

Code

Asia

099

Latin America

003

Australia

061

Netherlands

031

Belgium

032

Norway

047

Canada

002

Portugal

351

Denmark

045

Spain

034

Finland

358

Sweden

046

France

033

Switzerland

041

Germany

049

United Kingdom

044

Italy

039

United States

001

Japan

081



Default: 001



dll_dir

The path to the directory containing message text files used by Advanced server UNIX system commands.

Default: /var/opt/lanman/shares/asu/system32

lang

Defines the character set that Advanced server uses for processing client requests.

Default: en_US

listenextension

The extension that the UNIX system Listener program, by default, applies to the name of the server computer. This parameter is ignored if the listenname parameter in the [server] section is used.

Values: 0-13 characters and a null value are acceptable. Default: .SERVE

[ Lmxserver ] Section Parameters

Parameter

Description, Values, and Default Setting

listennamechk

If set to yes, it forces any name specified with the listenname parameter to be different than the UNIX machine name or the UNIX machine name with a .serve extension in order to avoid name conflicts with the UNIX Listener.

Default: Vendor specific

listenqlen

Maximum number of client connection requests outstanding. If the server supports numerous clients that all attempt to connect to the server simultaneously, and some get refused, you should raise the value of this parameter. Only applicable if the listenname= parameter is being used.

Values: 1 - unlimited; default: 3

lmaddonpath

The directory for dynamic libraries bound into the server program and called at various times during server execution, as described in the /usr/include/lmx/lmaddon.h header file. The server looks for these dynamic libraries on startup.

Values: A path up to a maximum of 256 characters; default: /var/opt/lanman/addon/lmaddon

lmgetmsg_path

Search order for message text files used by Advanced Server.

Default: netmsg.dll, kernel32.dll, locallspl.dll, asumsg.dll

lptmpdir

The location of the spooling directory for temporary files used by the UNIX system’s LP subsystem.

Default: /var/spool/lp/tmp/uname where uname is the server’s UNIX system name.

mapaclblob

Configures whether to use memory-mapped file operations when accessing the Advanced Server Access Control List database.

Values: yes, no; default: yes

mapchangelogblob

Configures whether to use memory-mapped file operations when accessing the Advanced Server Change Log database.

Values: yes, no; default: no

[ Lmxserver ] Section Parameters

Parameter

Description, Values, and Default Setting

maplsablob

Configures whether to use memory-mapped file operations when accessing the Advanced Server Local Security Authority database.

Values: yes, no; default: no

mapregistryblob

Configures whether to use memory-mapped file operations when accessing the Advanced Server Registry database.

Values: yes, no; default: no

mapsamblob

Configures whether to use memory-mapped file operations when accessing the Advanced Server Security Accounts Manager database.

Values: yes, no; default: no

maxfilesize

The maximum file size, in KBytes, that the UNIX system redirector will allow a "local UNIX user" to create on a local system.

Values: 100 - unlimited; default: 20000

msgforward

Specifies if Advanced Server implements message forwarding between clients. Implementation of message forwarding is not recommended.

Values: yes (implement forwarding) or no (do not implement forwarding); default: no

nativelm

An additional field in the session setup request/response.

Default: (Vendor-specific)

nativeos

An additional field in the session setup request/response.

Default: (Platform-dependent)

netaddonpath

The directory in which the Advanced Server looks for dynamic libraries on startup. Dynamic libraries found in the directory are bound into the Advanced Server and used to access the various network interfaces on the server computer. Sample source for a network interface file is located in the default directory.

Values: A path up to a maximum of 256 characters; default: /var/opt/lanman/addon/networks

nethelpfile

The location of the help file used by the net help command (relative to /var/opt/lanman/msgfiles).

Default: /var/opt/lanman/msgfiles/net.hlp

[ Lmxserver ] Section Parameters

Parameter

Description, Values, and Default Setting

netmsgwait

The interval, in seconds, that the server waits for a response when it sends a message that requires one.

Values: 0 - unlimited; default: 300

network

The network device names and NetBIOS name-passing type for the network(s) the server should use.

Values: sets of four items separated by commas, each set of four separated from the next by a space. The following four items are in each set:

1. The device name for virtual circuit access.

2. The device name for datagram network access.

3. A digit identifying the NetBIOS interface convention used by the two devices above. Currently there are two conventions compiled into the server: 0 = OSI NetBIOS convention; 1 = Wollengong TCP-IP NetBIOS convention

4. The name of the transport provider, as returned by the nlsprovider system call. (For networks not configured to accept incoming connections through the UNIX system Listener program, this can be any arbitrary string.)

prebinduxredir

Controls the name that the UNIX system Net command binds when it uses the UNIX system redirector (uxredir). If this parameter is set to yes, the server pre-binds a NetBIOS name that will be used by all UNIX system Net commands. Because this name is pre-bound, the Net command does not need to bind its own name, and this quickens the UNIX system’s Net access to the server. If this parameter is set to no, then each Net command will use its own unique name with somewhat slower performance resulting.

Values: yes, no; default: yes

secsources

The names of the modules that can write to the security log.

Default: The server initializes the value of this parameter at startup.

srvstathelpfile

The location of the help file used by the Activity Monitor.

Default: /var/opt/lanman/msgfiles/srvstat.hlp

[ Lmxserver ] Section Parameters

Parameter

Description, Values, and Default Setting

stacksize

The size of the stack, in bytes, for each task internal to the server.

Values:12000 - unlimited; default: 20000

syssources

The names of the modules that can write to the system log.

Default: The server initializes the value of this parameter at startup.

[ Fsi ] Section Parameters

Parameter

Description, Values, and Default Setting

fsaddonpath

The location of dynamic link libraries (DLL) that support file systems on the server.

Values: A path up to a maximum of 256 characters; default: /var/opt/lanman/addon/fsaddon

fslibname

The subdirectory of the directory identified by fslibpath where new file systems are located.

Values: A path up to a maximum of 256 characters; default: lmfsiops.so

fslibpath

The location of new file systems on the server.

Values: A path up to a maximum of 256 characters; default: /usr/lib/fs

fsmap

File system type identifiers that map unknown file systems to known file system types.

Values: a comma-separated list of mappings; default: unknown:s5,nfs:nfs,sfs:vxfs,cdfs:vxfs

fsnosupport

Maps unknown file system to specified file system.

Default: s5

remotemounts

The names of file system types that indicate remotely mounted file systems.

Default: nfs

[ Psi ] Section Parameters

Parameter

Description, Values, and Default Setting

psaddonpath

The location of dynamic link libraries that support printer subsystems on the server.

Values: A path up to a maximum of 256 characters; default: /var/opt/lanman/addon/psaddon

Lanman.ini File Parameter Mapping to Registry Keys

The following tables list the parameters in the lanman.ini file that existed in earlier versions of Advanced Server and whether they have been moved to the Advanced Server Registry, to the new lanman.ini file, or are obsolete. The parameters that were moved to the Advanced Server Registry are listed with their new value names.

The lanman.ini file parameters are listed according to the sections in which they reside in the file.

[ Server ] Section Parameter Mappings to Registry Keys

Lanman.ini File Parameter

Advanced Server Registry Key Name (\SYSTEM\CurrentControlSet\Services)

Value Name

accessalert

LanmanServer\Parameters

AccessAlert

alertnames

Alerter\Parameters

AlertNames

autodisconnect

LanmanServer\Parameters

AutoDisconnect

enablesoftcompat

AdvancedServer\FileServiceParameters

EnableSoftCompat

enable_soft_file_ext

AdvancedServer\FileServiceParameters

EnableSoftFileExtensions

erroralert

LanmanServer\Parameters

ErrorAlert

listenname1

Control\ComputerName\ComputerName

ComputerName

logonalert

LanmanServer\Parameters

LogonAlert

maxauditlog

EventLog\Security

MaxSize

maxclients

None (lanman.ini file)


maxerrlog

EventLog\System

MaxSize

srvannounce

LanmanServer\Parameters

SrvAnnounce

srvcomment

LanmanServer\Parameters

SrvComment

srvhidden

LanmanServer\Parameters

Hidden

srvservices

None (lanman.ini file)


userpath

LanmanServer\Parameters

UserPath


1 The listenname parameter is in the lanman.ini file as well as the Advanced Server Registry under \SYSTEM\CurrentControlSet\Control\ComputerName\ComputerName.

[ Workstation ] Section Parameter Mappings to Registry Keys

Lanman.ini Parameter

Advanced Server Registry Key Name

Value Name

domain

None (lanman.ini file)

[ Uidrules ] Section Parameter Mappings to Registry Keys

Lanman.ini File Parameter

Advanced Server Registry Key Name (\SYSTEM\CurrentControlSet\Services)

Value Name

exclude

AdvancedServer\UserServiceParameters

Exclude

forceunique

AdvancedServer\UserServiceParameters

ForceUniqueUnixUserAccount

maxuid

AdvancedServer\UserServiceParameters

MaxUnixUid1

minuid

AdvancedServer\UserServiceParameters

MinUnixUid1

usrcomment

AdvancedServer\UserServiceParameters

UserComment


1 These values are not displayed by default but can be configured in the Advanced Server Registry.

[ Netlogon ] Section Parameter Mappings to Registry Keys

Lanman.ini File Parameter

Advanced Server Registry Key Name (\SYSTEM\CurrentControlSet\Services)

Value Name

logonquery

Netlogon\Parameters

LogonQuery

maxclisess

AdvancedServer\ProcessParameters

NumCLIENT_SESSION

maxquery

None (obsolete)


maxsrvsess

AdvancedServer\ProcessParameters

NumSERVER_SESSION

pulse

Netlogon\Parameters

Pulse

querydelay

Netlogon\Parameters

QueryDelay

randomize

Netlogon\Parameters

Randomize

relogondelay

Netlogon\Parameters

RelogonDelay

scripts

Netlogon\Parameters

Scripts

ssipasswdage

Netlogon\Parameters

SSIPasswdAge

update

Netlogon\Parameters

Update

[ Lmxserver ] Section Parameter Mappings to Registry Keys

Lanman.ini File Parameter

Advanced Server Registry Key Name (\SYSTEM\CurrentControlSet\Services)

Value Name

aclfile

None (obsolete)


aclgroup

None (obsolete)


aclowner

None (obsolete)


aclperms

None (obsolete)


admingroupid

AdvancedServer\NetAdminParameters

NetAdminGroupName

adminpath

AdvancedServer\NetAdminParameters

NetAdminPath

adminuserid

AdvancedServer\NetAdminParameters

NetAdminUserName

alertadmin

None (obsolete)


alerterrorlog

None (obsolete)


alertmessage

None (obsolete)


alerton

None (obsolete)


alertprinting

None (obsolete)


alertuser

None (obsolete)


anncmailslot

None (lanman.ini file)


appretention

Eventlog\Application

Retention

appsources

Eventlog\Application

Sources

auditretention

Eventlog\Security

Retention

blobmapping

None (obsolete)


byemessage

AdvancedServer\Parameters

SendByeMessage

clispooltime

None (lanman.ini file)

cntsharecache

AdvancedServer\ShareParameters

ShareCacheCount

cntsharereads

AdvancedServer\ShareParameters

ShareReadCount

controllock

None (obsolete)


coreok

AdvancedServer\ProcessParameters

CoreOK

country

None (lanman.ini file)


cpipgroup

None (obsolete)


cpipname

None (obsolete)


cpipowner

None (obsolete)


[ Lmxserver ] Section Parameter Mappings to Registry Keys

Lanman.ini File Parameter

Advanced Server Registry Key Name (\SYSTEM\CurrentControlSet\Services)

Value Name

cpipperms

None (obsolete)


creatunixuser

AdvancedServer\UserServiceparameters

CreateUnixUser

dirperms

AdvancedServer\FileServiceParameters

UnixDirectoryPerms

eafileprefix

AdvancedServer\FileServiceParameters

EAFilePrefix

errorretention

Eventlog\System

Retention

errsources

None (obsolete)

feabufsize

AdvancedServer\FileServiceParameters

MaxEASize

fileflush

AdvancedServer\FileServiceParameters

ForceFileFlush

fileperms

AdvancedServer\FileServiceParameters

UnixFilePerms

forcediracl

AdvancedServer\FileServiceParameters

ForceDirectoryAcl

forcefileacl

AdvancedServer\FileServiceParameters

ForceFileAcl

gcbuffer

AdvancedServer\Parameters

SizeGcBufferPoolInKB

getapipe

None (lanman.ini file)


groupadd

None (obsolete)


groupdel

None (obsolete)


grpupdate

AdvancedServer\UserServiceParameters

GroupUpdateTime

hashsize

AdvancedServer\ProcessParameters

NumHashTables

ignoresigpwr

UPS\Parameters

IgnoreSIGPWR

ipctries

AdvancedServer\Parameters

MaxIpcTryCount

keepadmshares

AdvancedServer\ShareParameters

KeepAdministrativeShares

listenextension

None (lanman.ini file)


listennamechk

None (lanman.ini file)


listenqlen

None (lanman.ini file)


lmaddonpath

None (lanman.ini file)


lmxmsgfile

None (lanman.ini file)


lmxsrv

None (obsolete)


lmxtimesource

None (obsolete)


locale

None (obsolete)


locknap

AdvancedServer\ProcessParameters

LockNapInMSec

[ Lmxserver ] Section Parameter Mappings to Registry Keys

Lanman.ini File Parameter

Advanced Server Registry Key Name (\SYSTEM\CurrentControlSet\Services)

Value Name

lptmpdir

None (lanman.ini file)


lsafile

None (obsolete)


lsagroup

None (obsolete)


lsaowner

None (obsolete)


lsaperms

None (obsolete)


mailslotgroup

None (obsolete)


mailslothold

AdvancedServer\Parameters

MaxMailslotReadTime

mailslotowner

None (obsolete)


mailslotperms

None (obsolete)


maxadminoutput

None (obsolete)


maxapplog

EventLog\Application

MaxSize

maxdirbufsize

AdvancedServer\Parameters

MaxDirectoryBufferSize

maxfilesize

AdvancedServer\FileServiceParameters

MaxFileSizeInKB

maxlocknap

AdvancedServer\ProcessParameters

MaxLockTimeInSeconds

maxmsdepth

None (obsolete)


maxmsgsize

AdvancedServer\Parameters

MaxMessageSize

maxmux

None (obsolete)


maxopenfiles

None (obsolete)


maxrawsize

AdvancedServer\Parameters

MaxRawSize

maxvcperproc

AdvancedServer\ProcessParameters

MaxVCPerProc

maxsvcwait

AdvancedServer\Parameters

MaxServiceWaitTime

maxvcs

AdvancedServer\ProcessParameters

MaxVCs

memorymap

AdvancedServer\FileServiceParameters

MemoryMapFiles

minsmbworkers

AdvancedServer\ProcessParameters

MinSmbWorkerTasks

minvcperproc

AdvancedServer\ProcessParameters

MinVCPerProc

msdirgroup

None (obsolete)


msdirname

None (obsolete)


msdirowner

None (obsolete)


[ Lmxserver ] Section Parameter Mappings to Registry Keys

Lanman.ini File Parameter

Advanced Server Registry Key Name (\SYSTEM\CurrentControlSet\Services)

Value Name

msdirperms

None (obsolete)


msgforward

None (lanman.ini file)


msgheader

Alerter\Parameters

IncludeMessageHeader

nativelm

None (lanman.ini file)


nativeos

None (lanman.ini file)


netaddonpath

None (lanman.ini file)


nethelpfile

None (lanman.ini file)


nethmsgfile

None (obsolete)


netmsgwait

None (lanman.ini file)


network

None (lanman.ini file)


newusershell

AdvancedServer\UserServiceParameters

NewUserShell

nfslocks

AdvancedServer\FileServiceParameters

UseNfsLocks

nonexistusers

Alerter\Parameters

CountNotOnNetworkCache

nosendtime

Alerter\Parameters

NotOnNetworkCacheTimeout

numnetsndbufs

None (obsolete)


oplocktimeout

AdvancedServer\FileServiceParameters

OplockTimeout

packageid

None (obsolete)


passmgmt

None (obsolete)


polltime

None (obsolete)


prebinduxredir

None (lanman.ini file)


qnamelen

AdvancedServer\Parameters

MaxPrintQueueNameLength

qsched

AdvancedServer\Parameters

CheckPrintQueueInMinutes

queuealloc

None (obsolete)


rdatrend

AdvancedServer\FileServiceParameters

ReadAheadCount

relmajor

(\SOFTWARE\Microsoft\LanmanServer CurrentVersion (and elsewhere))

MajorVersion

relminor

(\SOFTWARE\Microsoft\LanmanServer CurrentVersion (and elsewhere))

MinorVersion

samdir

None (obsolete)


[ Lmxserver ] Section Parameter Mappings to Registry Keys

Lanman.ini File Parameter

Advanced Server Registry Key Name (\SYSTEM\CurrentControlSet\Services)

Value Name

samgroup

None (obsolete)


samowner

None (obsolete)


samperms

None (obsolete)


sbstelladmin

AdvancedServer\AlertParameters

AlertAdminOnLicenseOverflow

sbstelluser

AdvancedServer\AlertParameters

AlertUserOnLicenseOverflow

schedlogfilename

None (obsolete)


secsources

Eventlog\Security

Sources

sharefile

None (obsolete)


sharegroup

None (obsolete)


sharemkdir

AdvancedServer\ShareParameters

MakeUnixDirectoriesOnShare

shareowner

None (obsolete)


shareperms

None (obsolete)


shmgroup

None (obsolete)


shmowner

None (obsolete)


shmperms

None (obsolete)


spareserver

AdvancedServer\ProcessParameters

KeepSpareServer

sparesrvtime

AdvancedServer\ProcessParameters

SpareServerTime

spipe

None (obsolete)


srvstathelpfile

None (lanman.ini file)


stacksize

None (lanman.ini file)


startscript

None (obsolete)


stoponcore

AdvancedServer\ProcessParameters

StopOnCore

svcinit

None (obsolete)


svcscript

None (obsolete)


syncaclfile

AdvancedServer\FileServiceParameters

SyncAclFileOnWrite

synchomedir

AdvancedServer\UserServiceParameters

SyncUnixHomeDirectory

syssources

Eventlog\System

Sources

terminator

None (obsolete)


[ Lmxserver ] Section Parameter Mappings to Registry Keys

Lanman.ini File Parameter

Advanced Server Registry Key Name (\SYSTEM\CurrentControlSet\Services)

Value Name

tokensidlimit

None (obsolete)


unixdirchk

AdvancedServer\FileServiceParameters

UnixDirectoryCheck

unixlocks

AdvancedServer\FileServiceParameters

UseUnixLocks

useoplock

AdvancedServer\FileServiceParameters

UseOplocks

userremark

AdvancedServer\UserServiceParameters

UserComment

ustructs

AdvancedServer\ProcessParameters

NumUStructs

uxclosecount

AdvancedServer\FileServiceParameters

UnixCloseCount

vcdistribution

AdvancedServer\ProcessParameters

VCDistribution

[ Ups ] Section Parameter Mappings to Registry Keys

Lanman.ini File Parameter

Advanced Server Registry Key Name (\SYSTEM\CurrentControlSet\Services)

Value Name

poweraddr

UPS\Parameters

PowerFailAddress

powermessage

UPS\Parameters

PowerFailMessage

powertime

UPS\Parameters

PowerMessageInterval

[ Replicator ] Section Parameter Mappings to Registry Keys

Lanman.ini File Parameter

Advanced Server Registry Key Name (\SYSTEM\CurrentControlSet\Services)

Value Name

exportlist

Replicator\Parameters

ExportList

exportpath

Replicator\Parameters

ExportPath

guardtime

Replicator\Parameters

GuardTime

importlist

Replicator\Parameters

ImportList

importpath

Replicator\Parameters

ImportPath

interval

Replicator\Parameters

Interval

logon

Replicator

ObjectName

password

None (obsolete)


pulse

Replicator\Parameters

Pulse

[ Replicator ] Section Parameter Mappings to Registry Keys

Lanman.ini File Parameter

Advanced Server Registry Key Name (\SYSTEM\CurrentControlSet\Services)

Value Name

random

Replicator\Parameters

Random

repl_dirgroup

Replicator\Parameters

UnixDirectoryGroup

repl_dirowner

Replicator\Parameters

UnixDirectoryOwner

repl_dirperms

None (obsolete)


repl_filegroup

Replicator\Parameters

UnixFileGroup

repl_fileowner

Replicator\Parameters

UnixFileOwner

repl_fileperms

None (obsolete)


replicate

Replicator\Parameters

Replicate

tryuser

Replicator\Parameters

TryUser

[ Fsi ] Section Parameter Mappings to Registry Keys

Lanman.ini File Parameter

Advanced Server Registry Key Name (\SYSTEM\CurrentControlSet\Services)

Value Name

closeinodecnt

None (obsolete)


fsaddonpath

None (lanman.ini file)


fslibname

None (lanman.ini file)


fslibpath

None (lanman.ini file)


fsmap

None (lanman.ini file)


fsnosupport

None (lanman.ini file)


maxfstypes

None (obsolete)


nfsroot

AdvancedServer\FileServiceParameters

RootOwnsFilesCreatedOnNFS

ntfs

AdvancedServer\FileServiceParameters

ReportNTFS

remotemounts

None (lanman.ini file)


[ Psi ] Section Parameter Mappings to Registry Keys

Lanman.ini Parameter

Advanced Server Registry Key Name

Value Name

maxspoolers

None (obsolete)


psaddonpath

None (lanman.ini file)


[ Version ] Section Parameter Mapping to Registry Key

Lanman.ini Parameter

Advanced Server Registry Key Name

Value Name

lan_manager

None (obsolete)


[ Netrun ] Section Parameter Mappings to Registry Keys

Lanman.ini File Parameter

Advanced Server Registry Key Name (\SYSTEM\CurrentControlSet\Services)

Value Name

maxruns

NetRun\Parameters

MaxRuns

runpath

NetRun\Parameters

RunPath

[ Browser ] Section Parameter Mappings to Registry Keys

Lanman.ini File Parameter

Advanced Server Registry Key Name (\SYSTEM\CurrentControlSet\Services)

Value Name

backuprecovery

Browser\Parameters

BackupRecovery

backupupdate

Browser\Parameters

BackupUpdate

lmannounce

LanmanServer\Parameters

LmAnnounce

masterupdate

Browser\Parameters

MasterUpdate

morelog

Browser\Parameters

MoreLog

Previous Page Page Top Index See Page