Code

Added tagging for fai Profiles
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 11 Nov 2008 08:46:16 +0000 (08:46 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 11 Nov 2008 08:46:16 +0000 (08:46 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@12996 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/fai/admin/fai/class_faiProfile.inc

index 01ec1a4bc478c23a1ee6b52772626fdfff6ef8ce..48746f3180161ab5ebcc5535662941557a529766 100644 (file)
@@ -424,6 +424,10 @@ class faiProfile extends plugin
 
     $this->attrs['FAIclass']=trim($this->FAIclass);
 
+    /* Tag object */
+    $ui= get_userinfo();
+    $this->tag_attrs($this->attrs, $this->dn, $ui->gosaUnitTag);
+
     /* Remove the old FAI profile, if the dn has changed.
      */
     if($this->cn != $this->old_cn && $this->old_cn != ""){