LDAP filter
This commit is contained in:
parent
bad95c1621
commit
6d2c43ef85
|
@ -1163,9 +1163,18 @@ Have fun!
|
||||||
login restrictions (e.g. require group memberships for login). To
|
login restrictions (e.g. require group memberships for login). To
|
||||||
setup HTTP authentication in Apache please see this <ulink
|
setup HTTP authentication in Apache please see this <ulink
|
||||||
url="http://httpd.apache.org/docs/2.2/howto/auth.html">link</ulink>
|
url="http://httpd.apache.org/docs/2.2/howto/auth.html">link</ulink>
|
||||||
and an example for LDAP authentication <link
|
and an example for LDAP authentication <link lang=""
|
||||||
linkend="apache_http_auth">here</link>.</para>
|
linkend="apache_http_auth">here</link>.</para>
|
||||||
|
|
||||||
|
<para><emphasis role="bold">Hint:</emphasis> LDAP search with group
|
||||||
|
membership check can be done with either <link
|
||||||
|
linkend="apache_http_auth">HTTP authentication</link> or LDAP
|
||||||
|
overlays like <ulink
|
||||||
|
url="http://www.openldap.org/doc/admin24/overlays.html">"Dynamic
|
||||||
|
lists"</ulink>. 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))").</para>
|
||||||
|
|
||||||
<screenshot>
|
<screenshot>
|
||||||
<mediaobject>
|
<mediaobject>
|
||||||
<imageobject>
|
<imageobject>
|
||||||
|
|
Loading…
Reference in New Issue