diff options
author | Joas Schilling <coding@schilljs.com> | 2016-07-22 14:46:52 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2016-07-22 14:46:52 +0200 |
commit | 7400ff05ace659ad7755a01428bed57376c9e98b (patch) | |
tree | eeed863bc1912a56bea4150b04b8382d81b8d8ea /apps/user_ldap/appinfo | |
parent | 6062b6365b01070b6989f15c9c50c5be88e6d6e6 (diff) | |
download | nextcloud-server-7400ff05ace659ad7755a01428bed57376c9e98b.tar.gz nextcloud-server-7400ff05ace659ad7755a01428bed57376c9e98b.zip |
Also increase the min version
Diffstat (limited to 'apps/user_ldap/appinfo')
-rw-r--r-- | apps/user_ldap/appinfo/info.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/appinfo/info.xml b/apps/user_ldap/appinfo/info.xml index ede647c3102..b3141ec0c76 100644 --- a/apps/user_ldap/appinfo/info.xml +++ b/apps/user_ldap/appinfo/info.xml @@ -18,7 +18,7 @@ A user logs into ownCloud with their LDAP or AD credentials, and is granted acce </documentation> <dependencies> <lib>ldap</lib> - <owncloud min-version="9.1" max-version="9.2" /> + <owncloud min-version="9.2" max-version="9.2" /> </dependencies> <namespace>User_LDAP</namespace> |