imap user backend
This commit is contained in:
2
appinfo/app.php
Normal file
2
appinfo/app.php
Normal file
@@ -0,0 +1,2 @@
|
||||
<?php
|
||||
OC::$CLASSPATH['OC_User_IMAP']='apps/user_external/lib/imap.php';
|
||||
13
appinfo/info.xml
Normal file
13
appinfo/info.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0"?>
|
||||
<info>
|
||||
<id>user_external</id>
|
||||
<name>External user support</name>
|
||||
<description>Use external user authentication methods</description>
|
||||
<licence>AGPL</licence>
|
||||
<author>Robin Appelman</author>
|
||||
<require>4</require>
|
||||
<shipped>true</shipped>
|
||||
<types>
|
||||
<authentication/>
|
||||
</types>
|
||||
</info>
|
||||
1
appinfo/version
Normal file
1
appinfo/version
Normal file
@@ -0,0 +1 @@
|
||||
0.1
|
||||
Reference in New Issue
Block a user