1NWCLIENT(5) nwclient NWCLIENT(5)
2
3
4
6 nwclient - configuration file for NWClient program suite
7
9 This manual page describes the rather simple format of the file
10 $HOME/.nwclient, the configuration file for the NWClient program suite.
11
13 The file $HOME/.nwclient consists of several lines, each describing a
14 NWClient connection. Lines beginning with # and empty lines are ignored
15 as comments.
16
17 Because you can store passwords in .nwclient, the user programs will
18 only scan .nwclient when only the file owner has access rights to the
19 file. The file must be have permissions 0600.
20
21 To specify a NWClient connection, the name of the file server, the user
22 name to be used and a password is necessary. The server name and the
23 user name are specified as SERVER/USER, and the password is separated
24 by a blank. The password field can be omitted. In this case the user
25 programs will ask you for a password. If you specify the password to be
26 just a dash, then no password is used.
27
28 The first valid specification has a special meaning: If the user does
29 not name a server on the command line, the first specification is used
30 as a 'preferred connection'.
31
32 An example might be the following:
33
34 # The preferred connection, the user is asked
35 # for a password
36 FS311/ME
37 # And a passwordless account on another server
38 CD-SERV/GUEST -
39
40 With these lines in $HOME/.nwclient, calling 'ncpmount /mnt' will mount
41 the the file server FS311 with user name ME on /mnt after asking the
42 user for a password.
43
44 ncpmount -S cd-serv /cd will silently mount the server cd-serv on /cd.
45
46 nprint, pqlist and other user programs that require a valid login also
47 look up $HOME/.nwclient to find a file server, a user name and possibly
48 a password.
49
50 Please note that the access permissions of .nwclient MUST be 600, for
51 security reasons.
52
53
55 ncpmount(8), ncpumount(8), slist(1), pqlist(1), nprint(1)
56
57
58
59nwclient 12/27/1995 NWCLIENT(5)