summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e32ee04)
raw | patch | inline | side by side (parent: e32ee04)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 21 Jun 2006 04:08:04 +0000 (04:08 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 21 Jun 2006 04:08:04 +0000 (04:08 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3837 594d385d-05f5-0310-b6e9-bd551577e9d8
include/class_plugin.inc | patch | blob | history |
index 66b13f7d414888e8a4ea43bb286d80fb0bf5162c..d0ac00371e415a743a13a302d0f95961c1ec093c 100644 (file)
--- a/include/class_plugin.inc
+++ b/include/class_plugin.inc
/* Create object */
#$data = preg_replace('/^dn:.*\n/', '', $ldap->gen_ldif($this->dn,"(!(objectClass=gosaDepartment))"));
- $data = $ldap->gen_ldif($this->dn,"(&(!(objectClass=gosaDepartment)(!(objectClass=FAIclass)))");
+ $data = $ldap->gen_ldif($this->dn,"(&(!(objectClass=gosaDepartment))(!(objectClass=FAIclass)))");
$newName = preg_replace("/\./", "", $sec."-".$usec);
$target= array();
$target['objectClass'] = array("top", "gosaSnapshotObject");