-
Notifications
You must be signed in to change notification settings - Fork 0
Authentication Setup
Lucca Greschner edited this page Jul 12, 2023
·
1 revision
PAM can be configured through files in /etc/pam.d/
.
On debian systems, no further configuration of PAM should be needed to run Excubitor as expected.
We experienced issues on Fedora systems when no PAM configuration is found. If you cannot authenticate with the backend application, try adding /etc/pam.d/excubitor
with the following content:
#%PAM-1.0
auth substack password-auth
account include password-auth
password include password-auth
session include password-auth
If you use any other systems or still experience problems when following the other instructions, please try to copy the default sshd
PAM config file to the excubitor
config file.
- Home
- Backend Documentation
- Frontend Documentation
- Protocol Documentation
- Reflection