Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2015-02-24 14:13:55 +0300
committerLukas Reschke <lukas@owncloud.com>2015-02-24 14:13:55 +0300
commite08ebe87dcd748deecba52714cf2711095671475 (patch)
tree20b59f06a93d666dd0166370c4f2fa74377b0f18 /issue_template.md
parente5c6af51027f786d74f859584f0aa6c85db6ead6 (diff)
parent4d23697fc266443630865bb484db5f6598a070ea (diff)
Merge pull request #10830 from Finkregh/patch-1
add question about user-backend
Diffstat (limited to 'issue_template.md')
-rw-r--r--issue_template.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/issue_template.md b/issue_template.md
index 45d5a7d1b5f..df93e0ffe15 100644
--- a/issue_template.md
+++ b/issue_template.md
@@ -35,6 +35,17 @@ Insert your config.php content here
**Are you using encryption:** yes/no
+**Are you using an external user-backend, if yes which one:** LDAP/ActiveDirectory/Webdav/...
+
+#### LDAP configuration (delete this part if not used)
+
+```
+run: sqlite3 data/owncloud.db
+then execute: select * from oc_appconfig where appid='user_ldap';
+
+Eventually replace sensitive data as the name/IP-address of your LDAP server or groups.
+```
+
### Client configuration
**Browser:**