-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d17a4ac
commit 08fec14
Showing
5 changed files
with
89 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,5 @@ node_modules/ | |
|
||
yarn-error.log | ||
/config.toml | ||
testkey.pem | ||
drawpile-config.ini |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,17 @@ | ||
# Base64-encoded Ed25519 private key | ||
signingKey = "" | ||
|
||
[ldap] | ||
url = "ldap://localhost:389" | ||
bindDN = "cn=admin,dc=example,dc=com" | ||
bindPW = "admin" | ||
userDN = "ou=users,dc=example,dc=com" | ||
userSearchFilter = "(uid=%u)" | ||
|
||
# Uncomment if you only want members of a specific group to be able to | ||
# authenticate | ||
#groupDN = "ou=groups,dc=example,dc=com" | ||
#groupName = "drawpile" | ||
# DN which contains your LDAP groups | ||
groupDN = "ou=drawpile,ou=groups,dc=example,dc=com" | ||
# The name of the group the user must belong to in order to join sessions at all | ||
#requiredGroup = "drawpile" | ||
groupObjectClass = "groupOfNames" | ||
memberAttribute = "member" | ||
# LDAP group representing your moderators; will set mod flag if the user is in this group | ||
# modGroup = "moderator" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters