From baaffea59af45fa80b9b3ca28e50da4b1dbf046d Mon Sep 17 00:00:00 2001 From: Ben McClelland Date: Wed, 21 Aug 2024 14:02:13 -0700 Subject: [PATCH] fix: add ldap uid/gid attribute options to systemd example config This updates the systemd config to add VGW_IAM_LDAP_USER_ID_ATR amd VGW_IAM_LDAP_GROUP_ID_ATR env var options that were already in the cli config. Fixes #733 --- extra/example.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extra/example.conf b/extra/example.conf index 09687df0..79a57782 100644 --- a/extra/example.conf +++ b/extra/example.conf @@ -237,6 +237,8 @@ ROOT_SECRET_ACCESS_KEY= #VGW_IAM_LDAP_ACCESS_ATR= #VGW_IAM_LDAP_SECRET_ATR= #VGW_IAM_LDAP_ROLE_ATR= +#VGW_IAM_LDAP_USER_ID_ATR= +#VGW_IAM_LDAP_GROUP_ID_ATR= ############### # IAM caching #