File:  [Repository] / VSyncer / Config.py
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Fri Jan 4 15:25:04 2008 UTC (16 years, 4 months ago) by casties
Branches: MAIN
CVS tags: HEAD
fix for problems with unicode characters

dest_syncer=0

allowed_contexts = ['/cdliweb',
                    '/cdliweb/staff',
                    '/cdliweb/search'
                   ]# if you want to instanciate at root please specify '' instead of '/'

allowed_objs_sync=[]
#allowed_objs_sync=['/test/cdlitest/index_html_synctest',
#		   '/abc/def/index_html',
#		   '/test/test_file'
#		  ]
# the above is list of all objects that are allowed to be synced by the manager.
# if any object is not in the above list, then a crossed-out icon will be displayed
# against that object in the zmi.


managers_list = ['casties']
# add in the zmi managers ids who need access to add a syncer object 
# the userid and password on both source and destination need to be the same.

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>