1NWBPSET(1)                          nwbpset                         NWBPSET(1)
2
3
4

NAME

6       nwbpset - Create a bindery property or set its value
7

SYNOPSIS

9       nwbpset [ -h ] [ -S server ] [ -U user name ] [ -P password | -n ] [ -C
10       ]
11
12

DESCRIPTION

14       nwbpset Reads a property specification from the standard input and cre‐
15       ates  and  sets the corresponding property. The format is determined by
16       the output of 'nwbpvalues -c'. nwbpset will hopefully become an  impor‐
17       tant part of the bindery management suite of ncpfs, together with
18
19       As another example, look at the following command line:
20
21         nwbpvalues -t 1 -o supervisor -p user_defaults -c |\
22         sed '2s/.*/ME/'|\
23         sed '3s/.*/LOGIN_CONTROL/'|\
24         nwbpset
25
26       With  this  command,  the  property  user_defaults  of  the user object
27       ´supervisor´ is copied into the  property  login_control  of  the  user
28       object ´me´.
29
30         nwbpvalues -t 1 -o me -p login_control -c |\
31         sed '9s/.*/ff/'|\
32         nwbpset
33
34       This command disables the user object me.
35
36       Feel free to contribute other examples!
37
38       nwbpset looks up the file $HOME/.nwclient to find a file server, a user
39       name and possibly a password. See  nwclient(5)  for  more  information.
40       Please  note that the access permissions of $HOME/.nwclient MUST be 600
41       for security reasons.
42
43

OPTIONS

45       -h
46          -h is used to print out a short help text.
47
48       -S server
49          server is the name of the server you want to use.
50
51       -U user
52          user is the user name to use for login.
53
54       -P password
55          password is the password to use for login. If neither -n nor -P  are
56          given,  and  the  user has no open connection to the server, nwbpset
57          prompts for a password.
58
59       -n
60          -n should be given if no password is required for the login.
61
62       -C
63          By default, passwords are converted to  uppercase  before  they  are
64          sent  to the server, because most servers require this. You can turn
65          off this conversion by -C.
66
67

AUTHORS

69       nwbpset was written by Volker Lendecke. See the Changes file  of  ncpfs
70       for other contributors.
71
72
73
74nwbpset                            8/7/1996                         NWBPSET(1)
Impressum