We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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