summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 940abfa)
raw | patch | inline | side by side (parent: 940abfa)
author | janw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 31 Jan 2008 17:34:07 +0000 (17:34 +0000) | ||
committer | janw <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 | patch | blob | history |
index 15297a1f612e8c9088b62fe64b9515d3298e8f97..098a5bad94ac9e106b0f475a217d081aa8539cb6 100644 (file)
'gotoSysStatus' => $gotoSysStatus,
};
if (defined($ip)) {
- $replace->{'ip'} = $ip;
+ $replace->{'ipHostNumber'} = $ip;
}
my $result = $ldap->modify( $dn, replace => $replace );