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