1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phpldapadmin_ynh.git synced 2024-09-03 19:56:45 +02:00

Add templates

This commit is contained in:
ericgaspar 2021-10-02 21:28:57 +02:00
parent b9ccf7cc29
commit 6618f4991d
No known key found for this signature in database
GPG key ID: 574F281483054D44
6 changed files with 12 additions and 7 deletions

View file

@ -3,4 +3,3 @@ SOURCE_SUM=49b14019bf611267720b4e9de33f2502b44c526809f17225a4a76ee8296b8d64
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true
SOURCE_FILENAME=

1
doc/DESCRIPTION.md Normal file
View file

@ -0,0 +1 @@
phpLDAPadmin is a web app for administering Lightweight Directory Access Protocol (LDAP) servers.

0
doc/DISCLAIMER.md Normal file
View file

Binary file not shown.

After

Width:  |  Height:  |  Size: 154 KiB

View file

@ -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"
}
]
}

View file

@ -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