How to setup Proxmox to use Keycloak as authentication realm.
root@proxmox:/etc/pve# cat domains.cfg
pam: pam
comment Linux PAM standard authentication
#!/bin/bash | |
# On the 'donor' machine, boot a live linux ISO (Ubuntu or whatever) | |
# and connect it to the internet. Then run these commands, which will | |
# dump the contents to sprunge.us so you can retrieve them easily. Or | |
# copy them manually, whatever. | |
mkdir -p /tmp/MSDM | |
cd /tmp/MSDM | |
for f in SLIC MSDM; do |