Annotation of VSyncer/Config.py, revision 1.1

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

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