Lines Matching refs:auth
14 The auth module provides ...
51 for basic auth:
58 for digest auth:
132 3. auth against ldap server
144 # 0 for off, 1 for 'auth-ok' messages, 2 for verbose debugging
145 auth.debug = 0
149 auth.backend = "htpasswd"
153 auth.backend.plain.userfile = "lighttpd-plain.user"
156 auth.backend.htpasswd.userfile = "lighttpd-htpasswd.user"
159 auth.backend.htdigest.userfile = "lighttpd-htdigest.user"
162 # the $ in auth.backend.ldap.filter is replaced by the
164 auth.backend.ldap.hostname = "localhost"
165 auth.backend.ldap.base-dn = "dc=my-domain,dc=com"
166 auth.backend.ldap.filter = "(uid=$)"
169 auth.backend.ldap.starttls = "enable"
170 auth.backend.ldap.ca-file = "/etc/CAcertificate.pem"
187 auth.require = ( "/download/" =>