Hi everyone,
I'm encountering a problem with Proxmox Mail Gateway (PMG) related to adding PAM users via the WebGUI. Here are the two cases I’ve tested:
useradd testlocal
The user works correctly on the system (id testlocal, home directory exists, login works), but when I try to add this user to the PMG WebGUI (Configuration → User Management→ Add → Realm: Linux PAM), I get this error:
create user failed: You cannot create user in the PAM realm (500)
However, when I try to add a FreeIPA user in the same way via the WebGUI (Realm: Linux PAM), I get the same error:
create user failed: You cannot create user in the PAM realm (500)
Is this expected behavior?
What is the correct way to enable PAM or FreeIPA users for PMG WebUI access?
Thanks!
I'm encountering a problem with Proxmox Mail Gateway (PMG) related to adding PAM users via the WebGUI. Here are the two cases I’ve tested:
Case 1: Local system user
I created a regular Linux user directly on the PMG server:useradd testlocal
The user works correctly on the system (id testlocal, home directory exists, login works), but when I try to add this user to the PMG WebGUI (Configuration → User Management→ Add → Realm: Linux PAM), I get this error:
create user failed: You cannot create user in the PAM realm (500)
Case 2: FreeIPA user
I joined the PMG server to our FreeIPA domain via ipa-client-install, synced users via SSSD, and verified that getent passwd user works for FreeIPA users.However, when I try to add a FreeIPA user in the same way via the WebGUI (Realm: Linux PAM), I get the same error:
create user failed: You cannot create user in the PAM realm (500)
Is this expected behavior?
What is the correct way to enable PAM or FreeIPA users for PMG WebUI access?
Thanks!