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, 6 months ago) by casties
Branches: MAIN
CVS tags: HEAD
fix for problems with unicode characters

    1: dest_syncer=0
    2: 
    3: allowed_contexts = ['/cdliweb',
    4:                     '/cdliweb/staff',
    5:                     '/cdliweb/search'
    6:                    ]# if you want to instanciate at root please specify '' instead of '/'
    7: 
    8: allowed_objs_sync=[]
    9: #allowed_objs_sync=['/test/cdlitest/index_html_synctest',
   10: #		   '/abc/def/index_html',
   11: #		   '/test/test_file'
   12: #		  ]
   13: # the above is list of all objects that are allowed to be synced by the manager.
   14: # if any object is not in the above list, then a crossed-out icon will be displayed
   15: # against that object in the zmi.
   16: 
   17: 
   18: managers_list = ['casties']
   19: # add in the zmi managers ids who need access to add a syncer object 
   20: # the userid and password on both source and destination need to be the same.
   21: 

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