ansible-role-proxmox icon indicating copy to clipboard operation
ansible-role-proxmox copied to clipboard

Manage authentication realms in Proxmox

Open lae opened this issue 7 years ago • 9 comments

By default pam and pve are realms created within Proxmox for authenticating users into Proxmox. This supports most use cases. However, Proxmox supports LDAP/AD realms, which some users may want:

https://pve.proxmox.com/wiki/User_Management#pveum_authentication_realms

This role should introduce a proxmox_realm (or something else) module to help manage and create these realms.

For new contributors:

There are existing modules in library/ that can be used for reference for this issue. The PVE API documentation is also available at https://pve.proxmox.com/pve-docs/api-viewer/.

lae avatar Oct 24 '17 22:10 lae

I'd like to make a try with LDAP in the next months.

trickert76 avatar Oct 25 '20 11:10 trickert76

Hint for myself: pvesh get /access/domains

trickert76 avatar Nov 12 '20 09:11 trickert76