diff --git a/lam/docs/manual-sources/howto.xml b/lam/docs/manual-sources/howto.xml index 9acfef88..a720f4c4 100644 --- a/lam/docs/manual-sources/howto.xml +++ b/lam/docs/manual-sources/howto.xml @@ -1163,9 +1163,18 @@ Have fun! login restrictions (e.g. require group memberships for login). To setup HTTP authentication in Apache please see this link - and an example for LDAP authentication here. + Hint: LDAP search with group + membership check can be done with either HTTP authentication or LDAP + overlays like "Dynamic + lists". Dynamic lists allow to insert virtual attributes to + your user entries. These can then be used for the LDAP filter (e.g. + "(&(uid=%USER%)(memberof=cn=admins,ou=groups,dc=company,dc=com))"). +