Syncing AD relam and save comments of groups

flamehaze

New Member
Feb 27, 2024
3
0
1
Hi, I have successfully configured AD group synchronization for my proxmox cluster, but there is one problem. I would like comments specified in AD groups to be transferred to group comments in proxmox. Is this possible?
 
Without having tested this, you could try specifying a sync_attribute for the comments. The command to do so looks something like that:

Code:
pveum realm modify <ad-realm-name> --sync_attributes comment=<comment-attribute-name>

You have to replace values in <> with appropriate values of course.
 
Perhaps I didn't put it that way.
I have a group in AD, and I want its description or notes to be transferred to the comment column in proxmox. I am attaching screenshots. I would like this to happen automatically with every synchronization.
 

Attachments

  • group.png
    group.png
    20.3 KB · Views: 18
  • prox.png
    prox.png
    29.1 KB · Views: 16
Hi,

looking at the code, for groups, this attribute syncing is actually not implemented yet.
The above command works for user attributes, but not for group attributes. So that definitely is something to improve.

You can open a ticket in our bugtracker: https://bugzilla.proxmox.com/
This way, you will also be notified about any progress and generally helps keeping track of that, otherwise it might get lost in the depths of the forum here.
 
  • Like
Reactions: sterzy