| Line 
          
      
      
        Link Here | 
          
            
              | 0 | -- /home/univention-support/97univention-s4-connector.inst.bak 2023-12-28 16:40:57.646749143 +0100 | 0 | ++ 97univention-s4-connector.inst      2024-01-02 12:50:10.164262592 +0100 | 
  
    | Lines 256-263
          
      
      
        Link Here | 
        
          | 256 |        ucs_addServiceToLocalhost "${NAME}" "$@" || die | 256 |        ucs_addServiceToLocalhost "${NAME}" "$@" || die | 
        
          | 257 |        univention-config-registry set connector/s4/autostart=yes | 257 |        univention-config-registry set connector/s4/autostart=yes | 
          
            
              | 258 |        /usr/share/univention-s4-connector/resync_object_from_ucs.py --filter "objectClass=dnsZone" --first | 258 |        #/usr/share/univention-s4-connector/resync_object_from_ucs.py --filter "objectClass=dnsZone" --first | 
            
              |  |  | 259 |  | 
            
              | 260 |        dcs=$(ldapsearch -x -ZZ -LLL -D "$ldap_hostdn" -y /etc/machine.secret \ | 
            
              | 261 |                "(objectClass=univentionDomainController)" cn \ | 
            
              | 262 |                | ldapsearch-wrapper | sed -n 's/^cn: \(.*\)/\1/p') | 
            
              | 263 |        for dc in ${dcs//\\n/ }; do | 
            
              | 264 |                /usr/share/univention-s4-connector/resync_object_from_ucs.py --filter "relativeDomainName=$dc" --first | 
            
              | 265 |        done | 
            
              | 266 |         /usr/share/univention-s4-connector/resync_object_from_ucs.py --filter "univentionObjectType=dns/reverse_zone" --first | 
        
          | 259 |        /usr/share/univention-s4-connector/resync_object_from_ucs.py --filter "univentionObjectType=container/cn" --first | 267 |        /usr/share/univention-s4-connector/resync_object_from_ucs.py --filter "univentionObjectType=container/cn" --first | 
            
              |  |  | 268 |        /usr/share/univention-s4-connector/resync_object_from_ucs.py --filter "univentionObjectType=container/msgpo" --first | 
        
          | 260 |        /usr/share/univention-s4-connector/resync_object_from_ucs.py --filter "univentionObjectType=container/ou" --first | 269 |        /usr/share/univention-s4-connector/resync_object_from_ucs.py --filter "univentionObjectType=container/ou" --first | 
        
          | 261 |        if is_ucr_true connector/s4/listener/disabled; then | 270 |        if is_ucr_true connector/s4/listener/disabled; then |