mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-10-04 15:38:35 +00:00
docs: mention different name resolution for statically linked binary
Add a note mentioning that the statically linked binary does not use the same mechanism for name resolution as the regular client, in particular that this does not support NSS. The statically linked binary cannot use the `getaddrinfo` based name resolution because of possible ABI incompatibility. It therefore is conditionally compiled and linked using the name resolution provided by hickory-resolver, part of hickory-dns [0]. [0] https://github.com/hickory-dns/hickory-dns Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
This commit is contained in:
parent
83e7b9de88
commit
d39f1a4b57
@ -44,6 +44,11 @@ user\@pbs!token@host:store ``user@pbs!token`` host:8007 store
|
||||
[ff80::51]:1234:mydatastore ``root@pam`` [ff80::51]:1234 mydatastore
|
||||
================================ ================== ================== ===========
|
||||
|
||||
.. Note:: If you are using the statically linked binary of proxmox backup client
|
||||
name resolution will not be performed via the mechanisms provided by libc,
|
||||
but uses a resolver written purely in the Rust programming language.
|
||||
Therefore, features and modules provided by Name Service Switch cannot be
|
||||
used.
|
||||
|
||||
.. _environment-variables:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user