#вопрос
Настраиваю прокс и хочу настроить авторизацию по ldap (в моем случае сервером ldap выступает free-ipa)
В мане
https://pve.proxmox.com/wiki/User_Management#pveum_authentication_realmsЕсть раздел LDAP. Мне там непонятно следующее:
The Base Domain Name would be ou=People,dc=ldap-test,dc=com and the user attribute would be uid.
If Proxmox VE needs to authenticate (bind) to the ldap server before being able to query and authenticate users, a bind domain name can be configured via the bind_dn property in /etc/pve/domains.cfg. Its password then has to be stored in /etc/pve/priv/ldap/<realmname>.pw (e.g. /etc/pve/priv/ldap/
my-ldap.pw). This file should contain a single line containing the raw password.
Вот откуда внезапно из описания возникло вот это:
Its password then has to be stored in и так далее . То есть как я понял из описания, создаётся файл domains.cfg и туда вписываются параметры ldap.
А откуда там и на каком этапе вдруг появляется какой то пароль, который надо сохранить в файл
realmname.pw я что то не понял совсем. Когда он появляется , откуда берется или генерируется ли как то ?