Code

Bug fix.
authorjanw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 31 Jan 2008 17:34:07 +0000 (17:34 +0000)
committerjanw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 31 Jan 2008 17:34:07 +0000 (17:34 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8708 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-si/modules/ArpHandler.pm

index 15297a1f612e8c9088b62fe64b9515d3298e8f97..098a5bad94ac9e106b0f475a217d081aa8539cb6 100644 (file)
@@ -436,7 +436,7 @@ sub change_ldap_entry {
                'gotoSysStatus' => $gotoSysStatus,
        };
        if (defined($ip)) {
-               $replace->{'ip'} = $ip;
+               $replace->{'ipHostNumber'} = $ip;
        }
     my $result = $ldap->modify( $dn, replace => $replace );