/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `ou_types`
--
LOCK TABLES `ou_types` WRITE;
/*!40000 ALTER TABLE `ou_types` DISABLE KEYS */;
INSERT INTO `ou_types` VALUES (1,'unit','Standard Organizational Unit','A standard organizational unit definition','{\"auto_form_fields\":[],\"fields\":{\"objectclass\":[\"top\",\"organizationalunit\"]},\"form_fields\":{\"ou\":[],\"description\":[],\"aci\":{\"optional\":true,\"type\":\"aci\"}}}');
/*!40000 ALTER TABLE `ou_types` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `sharedfolder_types`
--
DROP TABLE IF EXISTS `sharedfolder_types`;
/*!40101 SET @saved_cs_client = @@character_set_client */;