You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
839 B
Plaintext
26 lines
839 B
Plaintext
# /usr/share/doc/lighttpd/authentication.txt.gz
|
|
|
|
server.modules += ( "mod_auth" )
|
|
|
|
# auth.backend = "plain"
|
|
# auth.backend.plain.userfile = "lighttpd.user"
|
|
# auth.backend.plain.groupfile = "lighttpd.group"
|
|
|
|
# auth.backend.ldap.hostname = "localhost"
|
|
# auth.backend.ldap.base-dn = "dc=my-domain,dc=com"
|
|
# auth.backend.ldap.filter = "(uid=$)"
|
|
|
|
# auth.require = ( "/server-status" =>
|
|
# (
|
|
# "method" => "digest",
|
|
# "realm" => "download archiv",
|
|
# "require" => "group=www|user=jan|host=192.168.2.10"
|
|
# ),
|
|
# "/server-info" =>
|
|
# (
|
|
# "method" => "digest",
|
|
# "realm" => "download archiv",
|
|
# "require" => "group=www|user=jan|host=192.168.2.10"
|
|
# )
|
|
# )
|