summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0042239)
raw | patch | inline | side by side (parent: 0042239)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 14 Oct 2008 08:42:51 +0000 (08:42 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 14 Oct 2008 08:42:51 +0000 (08:42 +0000) |
-Add ipHost objectClass to ensure that ipHostNumber is a writeable attribute.
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12681 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@12681 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/samba/admin/systems/samba/class_winGeneric.inc | patch | blob | history |
diff --git a/gosa-plugins/samba/admin/systems/samba/class_winGeneric.inc b/gosa-plugins/samba/admin/systems/samba/class_winGeneric.inc
index ab515d6b95c8836cae038303cb769d4fbe00a6d7..6dc79cba2e1749a794541331de657b7e2bcf182b 100644 (file)
{
plugin::plugin ($config, $dn, $parent);
$this->netConfigDNS = new termDNS($this->config,$this,$this->objectclasses);
+ $this->netConfigDNS->objectclasses=array("ipHost");
$this->netConfigDNS->MACisMust = FALSE;
/* Set base */