summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 962d90b)
raw | patch | inline | side by side (parent: 962d90b)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 9 Jun 2009 12:53:43 +0000 (12:53 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 9 Jun 2009 12:53:43 +0000 (12:53 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13701 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 e88b9ebe5146cd87aa4dfbec36529aa2d3b719c7..a6c426739c69d561f2768012fb26772c74add0e5 100644 (file)
$this->netConfigDNS = new termDNS($this->config,$this,$this->objectclasses);
$this->netConfigDNS->objectclasses=array("ipHost","ieee802Device");
$this->netConfigDNS->MACisMust = FALSE;
- $this->netConfigDNS->IPisMust = TRUE;
+ $this->netConfigDNS->IPisMust = FALSE;
/* Set base */
if ($this->dn == "new"){