BSD 4_3_Net_2 release
[unix-history] / usr / src / contrib / isode / others / rfa / rfatailor
CommitLineData
11492ebf
C
1##########################################################################
2#
3# run-time Tailoring file for RFA
4#
5##########################################################################
6
7# default host to connect to
8host = hostname
9
10# default user name used to log in at remote host
11user = rfauser
12
13# password for default login name
14password = secret
15
16# local root of shared subtree
17root = /usr/shared
18
19# role of local site for time synchronization procedure
20time = slave
21
22# default transfer mode for shared files
23transfer = auto
24
25# back-up old version if it is replaced by newer version
26backup = off
27
28# change owner of local file according to remote owner during syncronization
29chown = off
30
31# change group of local file according to remote owner during syncronization
32chgrp = on
33
34# change rights of local file according to remote owner during syncronization
35chmod = on
36
37# clear set-uid-on-exec flag of files is transfered
38clearsuid = on
39
40# automatically remove slave versions with no master version at remote site
41rmslaves = on
42
43# debug logging
44debuglog = on
45
46# execution of .rfaexec scripts during synchronization
47rfaexec = on
48