Skip to content

Commit

Permalink
fix: add ldap uid/gid attribute options to systemd example config
Browse files Browse the repository at this point in the history
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
  • Loading branch information
benmcclelland committed Aug 21, 2024
1 parent 876c76b commit baaffea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions extra/example.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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 #
Expand Down

0 comments on commit baaffea

Please sign in to comment.