LDAP policies not being applied

Hi,

I have successfully configured Vault for LDAP authentication.
However, I can’t apply a policy to a user or group.
I always get success when running vault write auth/ldap/groups/group-example/policies policies="thispolicy", or the same for a user policy.
However, even revoking the token of a user and reauthenticating, the policy doesn’t get applied.
Any tips on how to debug this?

My mistake, it should be `auth/ldap/groups/group-example policies="this policy``. It works now.