1NWBPVALUES(8) nwbpvalues NWBPVALUES(8)
2
3
4
6 nwbpvalues - Print a NetWare Bindery Propery's contents
7
9 nwbpvalues [ -h ] [ -S server ] [ -U user name ] [ -P password | -n ] [
10 -C ] [ -o object name ] [ -t type ] [ -p property ] [ -v ] [ -c ]
11
12
14 nwbpvalues prints the contents of a SET property.
15
16 nwbpvalues looks up the file $HOME/.nwclient to find a file server, a
17 user name and possibly a password. See nwclient(5) for more informa‐
18 tion. Please note that the access permissions of $HOME/.nwclient MUST
19 be 600 for security reasons.
20
21
23 -h
24 -h is used to print out a short help text.
25
26 -S server
27 server is the name of the server you want to use.
28
29 -U user
30 user is the user name to use for login.
31
32 -P password
33 password is the password to use for login. If neither -n nor -P are
34 given, and the user has no open connection to the server, nwbpvalues
35 prompts for a password.
36
37 -n
38 -n should be given if no password is required for the login.
39
40 -C
41 By default, passwords are converted to uppercase before they are
42 sent to the server, because most servers require this. You can turn
43 off this conversion by -C.
44
45 -o object name
46 The name of the object to be looked up.
47
48 -t object type
49 The type of the object. Object type must be specified as a decimal
50 value. Common values are 1 for user objects, 2 for group objects and
51 3 for print queues. Other values are allowed, but are usually used
52 for specialized applications.
53
54 -p property
55 The name of the property to be printed.
56
57 -v
58 For set values, this lists the object id and type of each set member
59 in addition to the object's name. Without this flag, only the name
60 is listed.
61
62 -c
63 Use canonical output, to be used with nwbpset.
64
65
67 nwbpvalues was written by Volker Lendecke with the corresponding
68 Caldera utility in mind. See the Changes file of ncpfs for other con‐
69 tributors.
70
71
72
73nwbpvalues 7/9/1996 NWBPVALUES(8)