proxmox_domain
Manage authentication domains in Proxmox: list, get, create, update, or delete realms like LDAP, AD, or OpenID.
Instructions
Manage authentication domains (list, get, create, update, delete)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| realm | No | Auth domain (realm) name | |
| type | No | Authentication domain type | |
| comment | No | Domain comment | |
| default | No | Set as default realm | |
| server1 | No | Primary server | |
| server2 | No | Secondary server | |
| port | No | Port | |
| secure | No | Enable TLS | |
| base_dn | No | Base DN | |
| user_attr | No | User attribute | |
| bind_dn | No | Bind DN | |
| bind_password | No | Bind password | |
| group_filter | No | Group filter | |
| capath | No | CA certificate path | |
| sslversion | No | TLS version | |
| delete | No | List of settings to delete | |
| digest | No | Config digest | |
| action | Yes |