Book Image

Lighttpd

By : Andre Bogus
Book Image

Lighttpd

By: Andre Bogus

Overview of this book

Table of Contents (20 chapters)
Lighttpd
Credits
About the Author
About the Reviewer
Preface
HTTP Status Codes

mod_auth


Name

Type

Description

auth.backend

auth.backend.htdigest.userfile

auth.backend.htpasswd.userfile

auth.backend.ldap.allow-empty-pw

auth.backend.ldap.base-dn

auth.backend.ldap.bind-dn

auth.backend.ldap.bind-pw

auth.backend.ldap.ca-file

auth.backend.ldap.cert

auth.backend.ldap.filter

auth.backend.ldap.hostname

auth.backend.ldap.key

auth.backend.ldap.starttls

auth.backend.plain.groupfile

auth.backend.plain.userfile

auth.debug

auth.require

ABC

ABC

ABC

ABC

ABC

ABC

ABC

ABC

ABC

ABC

ABC

ABC

ABC

123

{X=>Y}

"plain", "htpasswd", "htdigest", or "ldap"

Path to htdigest userfile

Path to htpasswd userfile

Since 1.5.0, allows bind with no password

The base dn of the LDAP directory

The user dn with which to bind

The password for binding

A certificate authority file

Since 1.5.0, TODO

A search filter for LDAP accounts

The LDAP directory server (IP address)

Since 1.5.0, TODO

Enables Secure LDAP over TLS

Path to a plain groupfile (user:group)

Path to a plain userfile (user:password)

Sets the debug level for this module

Maps matching URLs to requirements (See Chapter 7)