Hi, How to configure ldap certificate-based authentication? Could not found in doc.
Some fields are different from proxmox ve ldap configuration.
For example cert directive.
Example from pve
But this config is not supported by proxmox-backup-manager.
How to configure ? which directives are supported?
Read doc from https://pbs.proxmox.com/docs/configuration-files.html#domains-cfg
I see that user_attr also change to user-attr.
when i add cert i got error.
Error: parsing '/etc/proxmox-backup/domains.cfg' failed: line 8 - unknown property 'cert'
Some fields are different from proxmox ve ldap configuration.
For example cert directive.
Example from pve
Code:
ldap: name
base_dn dc=example,dc=com
server1 ldap.google.com
user_attr uid
cert /etc/ldap/ldap.crt
certkey /etc/ldap/ldap.key
mode ldaps
port 636
sync-defaults-options enable-new=1,remove-vanished=entry;properties,scope=both
verify 1
But this config is not supported by proxmox-backup-manager.
How to configure ? which directives are supported?
Read doc from https://pbs.proxmox.com/docs/configuration-files.html#domains-cfg
I see that user_attr also change to user-attr.
when i add cert i got error.
Error: parsing '/etc/proxmox-backup/domains.cfg' failed: line 8 - unknown property 'cert'
Last edited: