Import ncpfs 2.2.2
This commit is contained in:
24
ConfigFile
24
ConfigFile
@@ -11,17 +11,18 @@ triplets (eventually with user or password ommited).
|
||||
|
||||
Sectioned part (and whole /etc/ncpfs.conf file) contains couple of sections.
|
||||
Each section is started with "[Section Name]" line, lines in section are in
|
||||
format "Key Name = value". If value contains spaces, you must either prefix
|
||||
spaces with backslash "\" or enclose value into quotes (') or double quotes
|
||||
("). If value contains backslash "\", you must prefix it with backslash. If
|
||||
value in quotes contains quote, you must prefix it with backslash. Code knows
|
||||
two special values, "\n" for LF and "\r" for CR - although currently there is
|
||||
no reason for embed them into values.
|
||||
format "Key Name = value". If value contains hash (#) or semicolon (;), you
|
||||
must either prefix these characters with backslash (\) or enclose value into
|
||||
quotes (') or double quotes ("). If value contains backslash (\), you must
|
||||
prefix it with backslash. If value in quotes contains same quote, you must prefix
|
||||
it with backslash. Code knows two special values, "\n" for LF and "\r" for CR
|
||||
- although currently there is no reason for embed them into values.
|
||||
|
||||
Everything after closing bracket on "[Section Name]" line is ignored.
|
||||
Everything after value on "Key Name = value" line is ignored too.
|
||||
Comments begin with hash (#) or semicolon (;) and can occur on any place
|
||||
outside quotes.
|
||||
|
||||
Following three examples mean same thing:
|
||||
Following four examples mean same thing:
|
||||
Strange Value = Strange Value "1
|
||||
Strange Value = Strange\ Value\ "1
|
||||
Strange Value = "Strange Value \"1"
|
||||
Strange Value = 'Strange Value "1'
|
||||
@@ -58,6 +59,11 @@ Default Tree Name = <tree name>
|
||||
Default Name Context = <default name context>
|
||||
Default name context is specified relative to [Root].
|
||||
Default: "[Root]"
|
||||
|
||||
NetWare Protocol = <authenticators>
|
||||
List of authenticators, separated by spaces or commas.
|
||||
Currently two authenticators are known, "NDS" and "BIND".
|
||||
Default: "NDS BIND"
|
||||
|
||||
[Tree <tree name>]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user