Annotation of VSyncer/Config.py, revision 1.2

1.1       casties     1: dest_syncer=0
                      2: 
1.2     ! casties     3: allowed_contexts = ['/cdliweb',
        !             4:                     '/cdliweb/staff',
        !             5:                     '/cdliweb/search'
1.1       casties     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.

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