File: rscsi.dfl

package info (click to toggle)
sformat 3.5-1.2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 3,588 kB
  • ctags: 5,796
  • sloc: ansic: 32,949; sh: 2,138; makefile: 187; pascal: 42
file content (57 lines) | stat: -rw-r--r-- 1,795 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
#ident %Z%%M%	%I% %E% Copyr 2000 J. Schilling
#
# This file is /etc/default/rscsi
#
# NOTE: If this file is not present, rscsi will reject to work.
#
# If no USER= entry is present, only root is allowed to run rscsi.
# If no ACCESS= entry is present, no device may to be used by remote users.

# 
# The file where debug info should go to.
# If you don't like debugging (e.g. for speed) comment out
# the this line.
#
#DEBUG=/tmp/RSCSI

#
# Each USER= entry adds the listed user to the users who may run rscsi
#
# A typical passwd entry looks like this:
# rscsi:x:1999:1000:Remote SCSI:/export/home/rscsi:/opt/schily/sbin/rscsi
#
# Add entries for all valid remote users to /export/home/rscsi/.rhosts
#
# USER= entries are checked with a pattern matcher. USER=* matches all users.
#
USER=rscsi
USER=joerg

#
# Each ACCESS= entry adds a target or group of targets to the list of visible
# targets for all users that do remote SCSI access from a specific host.
#
#	Username is the name of the user that runs rscsi. If you create
#	different users, you may assign different permissions to different
#	users from the same host.
#
#	Hostname must be in the same notation as needed for .rhosts (e.g. in
#	the way you will be listed by 'who' if you log in from this host).
#
#	bus/chan/target/lun are the numbers from the scanbus output from
#	cdrecord or sformat. If you use -1, you allow any value for this
#	placeholder.
#
# 	local user name and remote host name are checked with a pattern matcher.
#	ACCESS=*	* .... matches all users from all hosts.
#
#	NOTE: chan is currently not implementd (set it to 0 or -1)
#
#	local	remote
#	user	host	bus	chan	target	lun
#	name	name
#
#ACCESS=rscsi	sparky	-1	-1	-1	-1
ACCESS=rscsi	sparky	0	-1	6	-1
ACCESS=rscsi	sparky	1	-1	3	-1
ACCESS=rscsi	sparky	1	-1	4	-1