summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9368910)
raw | patch | inline | side by side (parent: 9368910)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 28 Aug 2007 07:48:09 +0000 (07:48 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 28 Aug 2007 07:48:09 +0000 (07:48 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@7150 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/systems/class_servDHCP.inc | patch | blob | history |
index 89fd1419e4730ff97535d2bea4d15e42369a821c..60436ef0314820490765d1de127c46fc8e04d833 100644 (file)
{
plugin::plugin ($config, $dn, $parent);
+ $this->serviceDN = "cn=dhcp,".$dn;
+
$this->types= array( "dhcpLog" => _("Logging"),
"dhcpService" => _("Global options"),
"dhcpClass" => _("Class"),
}
-//vim:tabstop=2:expandtab:softtab=2:shiftwidth=2:filetype=php:syntax:ruler:
+// vim:tabstop=2:expandtab:shiftwidth=2:filetype=php:syntax:ruler:
?>