diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-12-11 10:46:03 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-12-11 10:46:03 +0100 |
commit | aa476d6d2a201c143dea91e175c37db7bbb67ad9 (patch) | |
tree | 93c5121905aefbd675b30c73a4c19b761d5b27a6 | |
parent | acce1638e5c06e0a3c98a0450fd82df9574524dc (diff) | |
parent | 0f122dcefef14b37a53760b2cf947927fa2b9dee (diff) | |
download | nextcloud-server-aa476d6d2a201c143dea91e175c37db7bbb67ad9.tar.gz nextcloud-server-aa476d6d2a201c143dea91e175c37db7bbb67ad9.zip |
Merge pull request #21137 from owncloud/update-issue-template.md
Update issue template.md
-rw-r--r-- | issue_template.md | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/issue_template.md b/issue_template.md index 3859ea1c414..0295eb9c336 100644 --- a/issue_template.md +++ b/issue_template.md @@ -34,7 +34,7 @@ from within your ownCloud installation folder ``` If you have access to your command line run e.g.: -sudo -u www-data php occ config:list system --public +sudo -u www-data php occ config:list system from within your ownCloud installation folder or @@ -52,16 +52,14 @@ Insert your config.php content here #### LDAP configuration (delete this part if not used) ``` -On ownCloud 7+ with access to your command line run e.g.: +With access to your command line run e.g.: sudo -u www-data php occ ldap:show-config from within your ownCloud installation folder -On ownCloud 6 with access to your command line run e.g.: -sqlite3 data/owncloud.db or mysql -u root -p owncloud -then execute: select * from oc_appconfig where appid='user_ldap'; - Without access to your command line download the data/owncloud.db to your local -computer or access your SQL server remotely and run the select query above. +computer or access your SQL server remotely and run the select query: +SELECT * FROM `oc_appconfig` WHERE `appid` = 'user_ldap'; + Eventually replace sensitive data as the name/IP-address of your LDAP server or groups. ``` |