diff --git a/contrib/bin/fusiondirectory-setup b/contrib/bin/fusiondirectory-setup index 3e88957db6237efffb6fadc71c4c1c4f954cd2b6..291df4dfca7e6b35c93466553d6284c858b8a486 100644 --- a/contrib/bin/fusiondirectory-setup +++ b/contrib/bin/fusiondirectory-setup @@ -1422,6 +1422,9 @@ sub migrate_systems { } $entry->delete('gotoMode'); } + if ($entry->exists('argonautLdap2zoneAllowNotify')) { + $entry->delete('argonautLdap2zoneAllowNotify'); + } $mesg = $ldap->add($entry); if ($mesg->code) { print $entry->dn().": ".$mesg->error."\n";