mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-07-06 01:55:57 +00:00

Signed-off-by: Christoph Heiss <c.heiss@proxmox.com> Reviewed-by: Lukas Wagner <l.wagner@proxmox.com> Tested-by: Lukas Wagner <l.wagner@proxmox.com>
28 lines
799 B
ReStructuredText
28 lines
799 B
ReStructuredText
This file contains the list authentication realms.
|
|
|
|
Each user configuration section starts with the header ``<realm-type>: <name>``,
|
|
followed by the realm's configuration options.
|
|
|
|
For LDAP realms, the LDAP bind password is stored in ``ldap_passwords.json``.
|
|
|
|
::
|
|
|
|
openid: master
|
|
client-id pbs
|
|
comment
|
|
issuer-url http://192.168.0.10:8080/realms/master
|
|
username-claim username
|
|
|
|
ldap: ldap-server
|
|
base-dn OU=People,DC=ldap-server,DC=example,DC=com
|
|
mode ldaps
|
|
server1 192.168.0.10
|
|
sync-attributes email=mail
|
|
sync-defaults-options enable-new=0,remove-vanished=acl;entry
|
|
user-attr uid
|
|
user-classes inetorgperson,posixaccount,person,user
|
|
|
|
|
|
You can use the ``proxmox-backup-manager openid``, ``proxmox-backup-manager
|
|
ldap`` and ``proxmox-backup-manager ad`` commands to manipulate this file.
|