Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/user_saml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2017-04-25 18:10:22 +0300
committerLukas Reschke <lukas@statuscode.ch>2017-04-25 18:10:22 +0300
commit8081354dd7517055c1def1673d612eaa5665f4f7 (patch)
tree4463beeef25cd0b9377647b446099b5a9435be9d /appinfo
parent8de9be1001a3df64042b5ea20b067f57928f342d (diff)
Add Makefile
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 1bb319b9..daa951f6 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -6,7 +6,7 @@
other SSO solutions such as Kerberos.</description>
<licence>AGPL</licence>
<author>Lukas Reschke</author>
- <version>1.3.0</version>
+ <version>1.3.1</version>
<dependencies>
<lib>mcrypt</lib>
<nextcloud min-version="12" max-version="12" />
@@ -17,7 +17,7 @@
</types>
<settings>
<admin>\OCA\User_SAML\Settings\Admin</admin>
- <admin-section>OCA\User_SAML\Settings\Section</admin-section>
+ <admin-section>https://docs.nextcloud.com/server/12/admin_manual/configuration_server/sso_configuration.html</admin-section>
</settings>
<documentation>
<admin>admin-sso</admin>