Skip to content

Commit

Permalink
fix xml
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Schiwon <[email protected]>
  • Loading branch information
blizzz committed Jun 27, 2019
1 parent e54b800 commit 2cc4744
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<id>ldap_write_support</id>
<name>Write support for LDAP</name>
<summary>Adds support for creating, manipulating and deleting users and groups on LDAP via Nextcloud</summary>
<description>The write support for LDAP enriches the LDAP backend with capabilities to manage the directory from Nextcloud.
<description><![CDATA[The write support for LDAP enriches the LDAP backend with capabilities to manage the directory from Nextcloud.
* create, edit and delete users
* create, modify memberships and delete groups
* prevent fallback to the local database backend (optional)
Expand All @@ -20,7 +20,7 @@ cd /path/to/nextcloud
wget https://raw.githubusercontent.com/nextcloud/ldap_write_support/master/utilities/ldap_write_support-v16.0.1.patch
git apply -p1 < /path/to/ldap_write_support-v16.0.1.patch
```
</description>
]]></description>
<version>1.0.0</version>
<licence>agpl</licence>
<author mail="[email protected]" homepage="http://eita.org.br">Alan Freihof Tygel</author>
Expand Down

0 comments on commit 2cc4744

Please sign in to comment.