]> source.dussan.org Git - nextcloud-server.git/commitdiff
Remove steps for ownCloud 6
authorJoas Schilling <nickvergessen@owncloud.com>
Fri, 11 Dec 2015 08:59:38 +0000 (09:59 +0100)
committerJoas Schilling <nickvergessen@owncloud.com>
Fri, 11 Dec 2015 08:59:38 +0000 (09:59 +0100)
issue_template.md

index 4932a402eaa9e573061bdac64cc20c17ae45a0c8..0295eb9c336540cdf31632de1b062339a0b38647 100644 (file)
@@ -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.
 ```