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:
authorDaniel Klaffenbach <daniel.klaffenbach@hrz.tu-chemnitz.de>2018-04-19 15:12:41 +0300
committerDaniel Klaffenbach <daniel.klaffenbach@hrz.tu-chemnitz.de>2018-11-22 11:45:08 +0300
commit624d1a23b9afd648db3b1eab00bc390ed96ac0e1 (patch)
treec843232bbac2a51b9b6c21d9ba663467552bcab0 /appinfo
parent24883d3c6631565f691fbb432e9ab569f2306bb5 (diff)
Implement mapping of user's home directory
Signed-off-by: Daniel Klaffenbach <daniel.klaffenbach@hrz.tu-chemnitz.de>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/database.xml9
-rw-r--r--appinfo/info.xml2
2 files changed, 10 insertions, 1 deletions
diff --git a/appinfo/database.xml b/appinfo/database.xml
index 5394604e..d693d37a 100644
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -25,6 +25,15 @@
<notnull>true</notnull>
<length>255</length>
</field>
+
+ <field>
+ <name>home</name>
+ <type>text</type>
+ <default></default>
+ <notnull>true</notnull>
+ <length>255</length>
+ </field>
+
</declaration>
</table>
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 1090a02e..265cefe0 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -16,7 +16,7 @@ The following providers are supported and tested at the moment:
* Any other provider that authenticates using the environment variable
While theoretically any other authentication provider implementing either one of those standards is compatible, we like to note that they are not part of any internal test matrix.]]></description>
- <version>2.0.0</version>
+ <version>2.0.1</version>
<licence>agpl</licence>
<author>Lukas Reschke</author>
<namespace>User_SAML</namespace>