Hello,
I’ve read in documentation about LDAP group that “We can also add specific LDAP users to additional (potentially non-LDAP) groups.”
Here is the command without users:
vault write auth/ldap/groups/scientists policies=foo,bar
How to add additional users?
I’ve unsuccessfully tested:
vault write auth/ldap/groups/scientists policies=foo,bar,myuser
vault write auth/ldap/groups/scientists policies=foo,bar users=myuser
Can you help me to find the correct syntax?
Thanks a lot