1NWBPCREATE(8) nwbpcreate NWBPCREATE(8)
2
3
4
6 nwbpcreate - Create a NetWare Bindery Propery
7
9 nwbpcreate [ -h ] [ -S server ] [ -U user name ] [ -P password | -n ] [
10 -C ] [ -o object name ] [ -t type ] [ -p property ] [ -s ] [ -r read-
11 flag ] [ -w write-flag ]
12
13
15 nwbpcreate creates the specified NetWare Bindery Propery.
16
17 nwbpcreate looks up the file $HOME/.nwclient to find a file server, a
18 user name and possibly a password. See nwclient(5) for more informa‐
19 tion. Please note that the access permissions of $HOME/.nwclient MUST
20 be 600 for security reasons.
21
22
24 -h
25 -h is used to print out a short help text.
26
27 -S server
28 server is the name of the server you want to use.
29
30 -U user
31 user is the user name to use for login.
32
33 -P password
34 password is the password to use for login. If neither -n nor -P are
35 given, and the user has no open connection to the server, nwbpcreate
36 prompts for a password.
37
38 -n
39 -n should be given if no password is required for the login.
40
41 -C
42 By default, passwords are converted to uppercase before they are
43 sent to the server, because most servers require this. You can turn
44 off this conversion by -C.
45
46 -o object name
47 The name of the object to be touched.
48
49 -t object type
50 The type of the object. Object type must be specified as a decimal
51 value. Common values are 1 for user objects, 2 for group objects and
52 3 for print queues. Other values are allowed, but are usually used
53 for specialized applications.
54
55 -p property
56 The name of the property to be created.
57
58 -s
59 By default, nwbpcreate creates properties of type ITEM. If you want
60 to create a property of type SET, such as groups_i\'m_in, you must
61 use the -s option.
62
63 -r read-flag
64
65 -w write-flag
66
67 Read security and write security may each have one of the following
68 values:
69
70 ANYONE: Anyone may access the property
71 LOGGED: Anyone who is logged in may access the
72 property
73 OBJECT: Anyone who is logged in as the object or
74 SUPERVISOR equivalent may access the
75 property
76 SUPERVISOR: Anyone who is logged in as SUPERVISOR
77 equivalent may access the property
78 NETWARE: Only the Bindery may access the property
79
80
82 nwbpcreate was written by Volker Lendecke with the corresponding
83 Caldera utility in mind. See the Changes file of ncpfs for other con‐
84 tributors.
85
86
87
88nwbpcreate 7/9/1996 NWBPCREATE(8)