-
Notifications
You must be signed in to change notification settings - Fork 6
Octoprint LDAP integration
Kataze the Skunk edited this page Apr 18, 2021
·
4 revisions
-
Install OctoPi, and IPA join the Pi.
-
Install Octoprint Auth-LDAP
- As the
piuser, you can shell into the octopi venv with:source ~/oprint/bin/activate pip install https://github.com/battis/OctoPrint-LDAP/archive/master.zip
- As the
-
Edit
~/.octoprint/config.yamland add this configuration block underplugins: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 octoprintNew users will be created as they login.