From ab18a0bfe8a470de3ea7298e1024416810b015e3 Mon Sep 17 00:00:00 2001 From: Arthur Schiwon Date: Wed, 16 May 2012 18:11:20 +0200 Subject: [PATCH] ldap: unique index names for the database, fixes non-creating of indexes for the second table and potential issues in the app --- apps/user_ldap/appinfo/database.xml | 8 ++++---- apps/user_ldap/appinfo/version | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/user_ldap/appinfo/database.xml b/apps/user_ldap/appinfo/database.xml index 74c56fcf74..b228fa2796 100644 --- a/apps/user_ldap/appinfo/database.xml +++ b/apps/user_ldap/appinfo/database.xml @@ -29,7 +29,7 @@ - ldap_dn + ldap_dn_users true ldap_dn @@ -37,7 +37,7 @@ - owncloud_name + owncloud_name_users true owncloud_name @@ -72,7 +72,7 @@ - ldap_dn + ldap_dn_groups true ldap_dn @@ -80,7 +80,7 @@ - owncloud_name + owncloud_name_groups true owncloud_name diff --git a/apps/user_ldap/appinfo/version b/apps/user_ldap/appinfo/version index d9bf66b186..57898bb4c2 100644 --- a/apps/user_ldap/appinfo/version +++ b/apps/user_ldap/appinfo/version @@ -1 +1 @@ -0.1.91 \ No newline at end of file +0.1.92 \ No newline at end of file