2012-04-25 22:34:58 +04:00
|
|
|
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
|
|
|
<database>
|
|
|
|
|
|
|
|
<name>*dbname*</name>
|
|
|
|
<create>true</create>
|
|
|
|
<overwrite>false</overwrite>
|
|
|
|
<charset>utf8</charset>
|
|
|
|
|
|
|
|
<table>
|
|
|
|
|
|
|
|
<name>*dbprefix*ldap_user_mapping</name>
|
|
|
|
|
|
|
|
<declaration>
|
|
|
|
|
|
|
|
<field>
|
|
|
|
<name>ldap_dn</name>
|
|
|
|
<type>text</type>
|
|
|
|
<notnull>true</notnull>
|
|
|
|
<length>255</length>
|
|
|
|
<default></default>
|
|
|
|
</field>
|
|
|
|
|
|
|
|
<field>
|
|
|
|
<name>owncloud_name</name>
|
|
|
|
<type>text</type>
|
|
|
|
<notnull>true</notnull>
|
|
|
|
<length>255</length>
|
|
|
|
<default></default>
|
|
|
|
</field>
|
|
|
|
|
2012-08-23 20:29:43 +04:00
|
|
|
<field>
|
|
|
|
<name>directory_uuid</name>
|
|
|
|
<type>text</type>
|
|
|
|
<notnull>true</notnull>
|
|
|
|
<length>255</length>
|
|
|
|
<default></default>
|
|
|
|
</field>
|
|
|
|
|
2012-04-25 22:34:58 +04:00
|
|
|
<index>
|
2012-05-16 20:11:20 +04:00
|
|
|
<name>ldap_dn_users</name>
|
2012-04-25 22:34:58 +04:00
|
|
|
<unique>true</unique>
|
|
|
|
<field>
|
|
|
|
<name>ldap_dn</name>
|
|
|
|
</field>
|
|
|
|
</index>
|
|
|
|
|
|
|
|
<index>
|
2012-05-16 20:11:20 +04:00
|
|
|
<name>owncloud_name_users</name>
|
2014-04-17 18:12:48 +04:00
|
|
|
<primary>true</primary>
|
2012-04-25 22:34:58 +04:00
|
|
|
<unique>true</unique>
|
|
|
|
<field>
|
|
|
|
<name>owncloud_name</name>
|
|
|
|
<sorting>ascending</sorting>
|
|
|
|
</field>
|
|
|
|
</index>
|
|
|
|
|
|
|
|
</declaration>
|
|
|
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
<table>
|
|
|
|
|
|
|
|
<name>*dbprefix*ldap_group_mapping</name>
|
|
|
|
|
|
|
|
<declaration>
|
|
|
|
|
|
|
|
<field>
|
|
|
|
<name>ldap_dn</name>
|
|
|
|
<type>text</type>
|
|
|
|
<notnull>true</notnull>
|
|
|
|
<length>255</length>
|
|
|
|
<default></default>
|
|
|
|
</field>
|
|
|
|
|
|
|
|
<field>
|
|
|
|
<name>owncloud_name</name>
|
|
|
|
<type>text</type>
|
|
|
|
<notnull>true</notnull>
|
|
|
|
<length>255</length>
|
|
|
|
<default></default>
|
|
|
|
</field>
|
|
|
|
|
2012-08-23 20:29:43 +04:00
|
|
|
<field>
|
|
|
|
<name>directory_uuid</name>
|
|
|
|
<type>text</type>
|
|
|
|
<notnull>true</notnull>
|
|
|
|
<length>255</length>
|
|
|
|
<default></default>
|
|
|
|
</field>
|
|
|
|
|
2012-04-25 22:34:58 +04:00
|
|
|
<index>
|
2012-05-16 20:11:20 +04:00
|
|
|
<name>ldap_dn_groups</name>
|
2012-04-25 22:34:58 +04:00
|
|
|
<unique>true</unique>
|
2014-04-17 18:12:48 +04:00
|
|
|
<primary>true</primary>
|
2012-04-25 22:34:58 +04:00
|
|
|
<field>
|
|
|
|
<name>ldap_dn</name>
|
|
|
|
</field>
|
|
|
|
</index>
|
|
|
|
|
|
|
|
<index>
|
2012-05-16 20:11:20 +04:00
|
|
|
<name>owncloud_name_groups</name>
|
2012-04-25 22:34:58 +04:00
|
|
|
<unique>true</unique>
|
|
|
|
<field>
|
|
|
|
<name>owncloud_name</name>
|
|
|
|
<sorting>ascending</sorting>
|
|
|
|
</field>
|
|
|
|
</index>
|
|
|
|
|
|
|
|
</declaration>
|
|
|
|
|
|
|
|
</table>
|
|
|
|
|
2012-08-22 12:31:58 +04:00
|
|
|
|
|
|
|
<table>
|
|
|
|
|
|
|
|
<name>*dbprefix*ldap_group_members</name>
|
|
|
|
|
|
|
|
<declaration>
|
|
|
|
|
|
|
|
<field>
|
|
|
|
<name>owncloudname</name>
|
|
|
|
<type>text</type>
|
|
|
|
<notnull>true</notnull>
|
|
|
|
<length>255</length>
|
|
|
|
<default></default>
|
|
|
|
</field>
|
|
|
|
|
|
|
|
<field>
|
|
|
|
<name>owncloudusers</name>
|
|
|
|
<type>clob</type>
|
|
|
|
<notnull>true</notnull>
|
|
|
|
</field>
|
|
|
|
|
|
|
|
<index>
|
2012-10-23 02:18:43 +04:00
|
|
|
<name>ldap_group_members_index</name>
|
2012-08-22 12:31:58 +04:00
|
|
|
<unique>true</unique>
|
2014-04-17 18:12:48 +04:00
|
|
|
<primary>true</primary>
|
2012-08-22 12:31:58 +04:00
|
|
|
<field>
|
|
|
|
<name>owncloudname</name>
|
|
|
|
</field>
|
|
|
|
</index>
|
|
|
|
|
|
|
|
</declaration>
|
|
|
|
|
|
|
|
</table>
|
|
|
|
|
2014-04-17 18:12:48 +04:00
|
|
|
</database>
|