View | Details | Raw Unified | Return to bug 41514
Collapse All | Expand All

(-)a/univention-directory-replication/replication.py (+1 lines)
 Lines 769-774   def handler(dn, new, listener_old, operation): Link Here 
769
                    ud.debug(ud.LISTENER, ud.ERROR, '\tadditional info: %s' % msg[0]['info'])
769
                    ud.debug(ud.LISTENER, ud.ERROR, '\tadditional info: %s' % msg[0]['info'])
770
                if 'matched' in msg[0]:
770
                if 'matched' in msg[0]:
771
                    ud.debug(ud.LISTENER, ud.ERROR, '\tmachted dn: %s' % msg[0]['matched'])
771
                    ud.debug(ud.LISTENER, ud.ERROR, '\tmachted dn: %s' % msg[0]['matched'])
772
                reconnect = 1
772
                time.sleep(10)
773
                time.sleep(10)
773
        else:
774
        else:
774
            connected = 1
775
            connected = 1

Return to bug 41514