Add some mdoc markup and remove hard sentence breaks.
[dragonfly.git] / share / examples / nwclient / dot.nwfsrc
1 # $FreeBSD: src/share/examples/nwclient/dot.nwfsrc,v 1.1.2.1 2002/04/30 08:23:56 bp Exp $
2 # $DragonFly: src/share/examples/nwclient/dot.nwfsrc,v 1.2 2003/06/17 04:36:57 dillon Exp $
3 #
4 # Example for .nwfsrc file
5 #
6 # ncplib lookups configuration files in next order:
7 #       1. ~/.nwfsrc
8 #       2. /etc/nwfs.conf - if this file found it will
9 #          override values with same keys from user files.
10 #
11 #
12 # This file consist of a set of sections. Each section started by section name
13 # surrounded by square brackets:
14 # [section_name]
15 #
16 # End of the section marked either by new section or by the end of file.
17 # Each section can contain zero or more parameters:
18 # [section_name]
19 # key=value
20 #
21 # where 'key' is a represents parameter name and 'value' a value assigned
22 # to this parameter.
23 #
24 # NetWare library uses next forms of section names:
25 # [SERVER]
26 # [SERVER:USER]
27 # [SERVER:QUEUE]
28
29 # When user issues any ncp* command that requires create of new connection
30 # to a NetWare server, library function lookups for parameters in the 
31 # corresponding section. First it looks in the [SERVER] section and then in
32 # the [SERVER:USER] section. Please note that server and user names should be
33 # in the upper case.
34 #
35
36 # Following parameters are valid for [SERVER] or [SERVER:USER] section:
37 [BHOME:SUPERVISOR]
38 # if you don't use password leave value empty
39 password=I_DONT_TELL_YOU
40
41 # how many retries before error, default 10
42 retry_count=10
43
44 # timeout for request to complete
45 timeout=5
46
47 # access mode to connection, default 0700
48 access_mode=0700
49
50 # signature level, default 0 - no signatures
51 sig_level=0
52
53 # force bindery login, default no
54 bindery=no
55
56 # default print queue for user, default is none
57 # print_queue=QE_BJ
58
59
60 [ANOTHERSERVER:PLAINUSER]
61 # in this case user have an empty password
62 password=
63
64 # Defaults for printer queues defined as [SERVER:QUEUE]
65 # communication parameters taken from [SERVER:USER] section
66 # see man ncprint(1) for queue parameters description
67 # note: if any banner related option is specified, banner will be printed.
68 [BHOME:QE_BJ]
69 #path_name=/etc
70 #file_name=passwd
71 #banner_name=My Job
72 #job_desc=Printing from FreeBSD
73
74 #lines=66
75 #rows=80
76 copies=1
77 tab_size=8
78 no_form_feed=yes
79 #form_number=0