summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a777325)
raw | patch | inline | side by side (parent: a777325)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 24 Apr 2006 14:52:51 +0000 (14:52 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 24 Apr 2006 14:52:51 +0000 (14:52 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3094 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/systems/class_workstationGeneric.inc | patch | blob | history |
diff --git a/plugins/admin/systems/class_workstationGeneric.inc b/plugins/admin/systems/class_workstationGeneric.inc
index ee07d02f34f01cdf3b0de011df882514199c2b79..68b41f95672fa073a1c610c09d31f110acaffa39 100644 (file)
{
plugin::plugin ($config, $dn);
$this->netConfigDNS = new termDNS($this->config,$this->dn,$this->objectclasses);
- /* Load available modes */
- $ldap= $this->config->get_ldap_link();
- $ldap->cd ($this->config->current['BASE']);
- $ldap->search ("(objectClass=gotoInstallProfile)",array("cn"));
- while ($attrs= $ldap->fetch()){
- $this->modes[]= $attrs["cn"][0];
- }
/* Read arrays */
foreach (array("ghNetNic", "ghIdeDev", "ghScsiDev") as $val){