diff options
author | Lukas Reschke <lukas@owncloud.com> | 2015-02-24 12:13:55 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2015-02-24 12:13:55 +0100 |
commit | e08ebe87dcd748deecba52714cf2711095671475 (patch) | |
tree | 20b59f06a93d666dd0166370c4f2fa74377b0f18 /issue_template.md | |
parent | e5c6af51027f786d74f859584f0aa6c85db6ead6 (diff) | |
parent | 4d23697fc266443630865bb484db5f6598a070ea (diff) | |
download | nextcloud-server-e08ebe87dcd748deecba52714cf2711095671475.tar.gz nextcloud-server-e08ebe87dcd748deecba52714cf2711095671475.zip |
Merge pull request #10830 from Finkregh/patch-1
add question about user-backend
Diffstat (limited to 'issue_template.md')
-rw-r--r-- | issue_template.md | 11 |
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:** |