diff --git a/conf/app.src b/conf/app.src index 388a9a8..9c69386 100644 --- a/conf/app.src +++ b/conf/app.src @@ -3,4 +3,3 @@ SOURCE_SUM=49b14019bf611267720b4e9de33f2502b44c526809f17225a4a76ee8296b8d64 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME= diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md new file mode 100644 index 0000000..924112b --- /dev/null +++ b/doc/DESCRIPTION.md @@ -0,0 +1 @@ +phpLDAPadmin is a web app for administering Lightweight Directory Access Protocol (LDAP) servers. \ No newline at end of file diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md new file mode 100644 index 0000000..e69de29 diff --git a/doc/screenshots/screenshot.png b/doc/screenshots/screenshot.png new file mode 100644 index 0000000..6816cbe Binary files /dev/null and b/doc/screenshots/screenshot.png differ diff --git a/manifest.json b/manifest.json index 88283fe..28c2ecf 100644 --- a/manifest.json +++ b/manifest.json @@ -7,7 +7,14 @@ "fr": "Application web de gestion de la base OpenLDAP" }, "version": "1.2.6.2~ynh2", - "url": "http://phpldapadmin.sourceforge.net", + "url": "http://www.phpldapadmin.org", + "upstream": { + "license": "GPL-2.0-or-later", + "website": "http://www.phpldapadmin.org", + "demo": "https://olddemo.phpldapadmin.org/", + "admindoc": "http://www.phpldapadmin.org", + "code": "https://github.com/leenooks/phpLDAPadmin" + }, "license": "GPL-2.0-or-later", "maintainer": { "name": "aymhce", @@ -25,8 +32,7 @@ "install" : [ { "name": "domain", - "type": "domain", - "example": "domain.org" + "type": "domain" }, { "name": "path", @@ -36,8 +42,7 @@ }, { "name": "admin", - "type": "user", - "example": "johndoe" + "type": "user" } ] } diff --git a/scripts/restore b/scripts/restore index 426f773..88535a6 100755 --- a/scripts/restore +++ b/scripts/restore @@ -77,7 +77,7 @@ ynh_restore_file --origin_path="/etc/php/$phpversion/fpm/pool.d/$app.conf" # GRANT ACCESS RIGHT TO ADMIN #================================================= -ynh_permission_update --permission "main" --add $admin --remove "all_users" +ynh_permission_update --permission="main" --add="$admin" --remove="all_users" #================================================= # GENERIC FINALIZATION