diff options
author | Stef Walter <stef@memberwebs.com> | 2008-06-11 21:48:27 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2008-06-11 21:48:27 +0000 |
commit | 0cb3f6098d959479a96c26a92d91becc2110b30d (patch) | |
tree | 22f1447d6c7ad77d802c476297cf9547f822f81a /doc | |
parent | 67d7a6cc4d3234ac93e521632701e8d42513e042 (diff) |
Support getting groups from the server and limiting access based on LDAP groups. See #112
Diffstat (limited to 'doc')
-rw-r--r-- | doc/httpauthd.conf.5 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/httpauthd.conf.5 b/doc/httpauthd.conf.5 index 7bca8b6..567b0b6 100644 --- a/doc/httpauthd.conf.5 +++ b/doc/httpauthd.conf.5 @@ -243,6 +243,11 @@ should be taken that the filter only returns one record. [ Required when .Em LDAPDNMap is missing ] +.It Cd LDAPGroupAttr +The name of an attribute on the LDAP server that contains the groups that +the user is in. +.Pp +[ Optional ] .It Cd LDAPHA1Attr A HA1 is a special kind of digest containing the user name, realm and password. This can be used in place of cleartext passwords when doing |