syncloud / platform

Run popular services on your device with one click
https://syncloud.org
GNU General Public License v3.0
400 stars 40 forks source link

[pihole] Implement simple ldap authentication in existing php based authentication #578

Closed cyberb closed 3 years ago

cyberb commented 3 years ago

Sample config:

[ldap]
enabled = true
bind_dn = "cn={},ou=users,dc=syncloud,dc=org"
address = "ldap://127.0.0.1:389"
cyberb commented 3 years ago

Test version is ready, ease install using this command and test:

snap install pihole --channel=master
cyberb commented 3 years ago

Released