Type alias Tsync_attributes

Tsync_attributes: string

Comma separated list of key=value pairs for specifying which LDAP attributes map to which PVE user field. For example, to map the LDAP attribute 'mail' to PVEs 'email', write 'email=mail'. By default, each PVE user field is represented by an LDAP attribute of the same name.

Pattern

\w+=[^,]+(,\s\w+=[^,]+)

Generated using TypeDoc