[pdm-devel] [PATCH proxmox 1/2] access-control: improve description for `all-for-authid` parameter

Shannon Sterz s.sterz at proxmox.com
Wed Nov 19 12:15:18 CET 2025


Signed-off-by: Shannon Sterz <s.sterz at proxmox.com>
---
 proxmox-access-control/src/api/acl.rs | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/proxmox-access-control/src/api/acl.rs b/proxmox-access-control/src/api/acl.rs
index 1700f6e8..dfd13fd4 100644
--- a/proxmox-access-control/src/api/acl.rs
+++ b/proxmox-access-control/src/api/acl.rs
@@ -24,7 +24,11 @@ use crate::CachedUserInfo;
                 default: false,
             },
             "all-for-authid": {
-                description: "Whether to return all ACL entries for the exact current authid only.",
+                description: "Whether to return all ACL entries for the exact current authid only. \
+                    All ACL entries will appear as `AclUgidType::User` ACLs, regardles of whether \
+                    they are stored as user or group entries. Hence, when using this parameter this \
+                    endpoint cannot be used to retrieve information for updating the ACL tree \
+                    directly.",
                 type: bool,
                 optional: true,
                 default: false,
-- 
2.47.3





More information about the pdm-devel mailing list