Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| it:proxmox [2026/02/18 21:37] – eric.pylko | it:proxmox [2026/02/18 22:09] (current) – eric.pylko | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| This will have all the information needed to setup a new Proxmox server and integrate it with our environment. | This will have all the information needed to setup a new Proxmox server and integrate it with our environment. | ||
| - | To authenticate against the RMS AD servers, the following needs to be / | + | To authenticate against the RMS AD servers, the following needs to be in {{: |
| - | '' | + | You will have to set the password for the join user (not in scope for this document) |
| - | comment Proxmox VE authentication server'' | + | |
| - | '' | + | You will also need to run these commands on each node in the cluster: |
| - | comment Linux PAM standard authentication'' | + | |
| - | '' | + | pveum acl modify / –group Linux_Admins-space.rocmakers.org |
| - | | + | pveum acl modify / –group Linux_Users-space.rocmakers.org |
| - | base_dn OU=Accounts, | + | |
| - | server1 ad1.space.rocmakers.org'' | + | |
| - | + | ||
| - | '' | + | |
| - | user_attr sAMAccountName\\ | + | |
| - | bind_dn CN=Proxmox Joiner, | + | |
| - | default 1\\ | + | |
| - | filter (|(memberOf: | + | |
| - | group_dn OU=Groups, | + | |
| - | group_filter (|(cn=Linux_Users)(cn=Linux_Admins))\\ | + | |
| - | mode ldap+starttls\\ | + | |
| - | sync-defaults-options remove-vanished=acl; | + | |
| - | sync_attributes email=mail, | + | |
| - | user_classes Person'' | + | |
| - | + | ||
| - | '' | + | |