There was an error while loading. Please reload this page.
Install OctoPi, and IPA join the Pi.
Install Octoprint Auth-LDAP
pi
source ~/oprint/bin/activate
pip install https://github.com/battis/OctoPrint-LDAP/archive/master.zip
Edit ~/.octoprint/config.yaml and add this configuration block under plugins:
~/.octoprint/config.yaml
plugins:
auth_ldap: _config_version: 3 auth_password: [bind password here] auth_user: uid=octopibind,cn=sysaccounts,cn=etc,dc=pawprint,dc=space search_base: dc=pawprint,dc=space uri: ldap://ipa.pawprint.space
Restart octoprint: sudo systemctl restart octoprint New users will be created as they login.
sudo systemctl restart octoprint