Home
last modified time | relevance | path

Searched refs:auth (Results 1 – 21 of 21) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Dauthentication.txt14 The auth module provides ...
51 for basic auth:
58 for digest auth:
132 3. auth against ldap server
145 auth.debug = 0
149 auth.backend = "htpasswd"
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"
[all …]
H A Dstatus.txt51 auth.require = ( "/server-status" =>
H A Dconfiguration.txt344 As auth should be done first, move it before all executing modules (like
347 rewrites, redirects and access should be first, followed by auth and
/mOS-networking-stack/samples/lighttpd-1.4.32/tests/
H A Dfastcgi-10.conf87 auth.backend = "plain"
88 auth.backend.plain.userfile = env.SRCDIR + "/tmp/lighttpd/lighttpd.user"
89 auth.backend.plain.groupfile = "lighttpd.group"
91 auth.backend.ldap.hostname = "localhost"
92 auth.backend.ldap.base-dn = "dc=my-domain,dc=com"
93 auth.backend.ldap.filter = "(uid=$)"
95 auth.require = ( "/server-status" =>
H A Dfastcgi-responder.conf111 auth.backend = "plain"
112 auth.backend.plain.userfile = env.SRCDIR + "/tmp/lighttpd/lighttpd.user"
113 auth.backend.plain.groupfile = "lighttpd.group"
115 auth.backend.ldap.hostname = "localhost"
116 auth.backend.ldap.base-dn = "dc=my-domain,dc=com"
117 auth.backend.ldap.filter = "(uid=$)"
119 auth.require = ( "/server-status" =>
H A Dfastcgi-auth.conf109 auth.backend = "plain"
110 auth.backend.plain.userfile = env.SRCDIR + "/tmp/lighttpd/lighttpd.user"
111 auth.backend.plain.groupfile = "lighttpd.group"
113 auth.backend.ldap.hostname = "localhost"
114 auth.backend.ldap.base-dn = "dc=my-domain,dc=com"
115 auth.backend.ldap.filter = "(uid=$)"
117 auth.require = ( "/server-status" =>
H A Dfastcgi-13.conf104 auth.backend = "plain"
105 auth.backend.plain.userfile = env.SRCDIR + "/tmp/lighttpd/lighttpd.user"
106 auth.backend.plain.groupfile = "lighttpd.group"
108 auth.backend.ldap.hostname = "localhost"
109 auth.backend.ldap.base-dn = "dc=my-domain,dc=com"
110 auth.backend.ldap.filter = "(uid=$)"
112 auth.require = ( "/server-status" =>
H A Dbug-12.conf110 auth.backend = "plain"
111 auth.backend.plain.userfile = env.SRCDIR + "/tmp/lighttpd/lighttpd.user"
112 auth.backend.plain.groupfile = "lighttpd.group"
114 auth.backend.ldap.hostname = "localhost"
115 auth.backend.ldap.base-dn = "dc=my-domain,dc=com"
116 auth.backend.ldap.filter = "(uid=$)"
118 auth.require = ( "/server-status" =>
H A Dbug-06.conf108 auth.backend = "plain"
109 auth.backend.plain.userfile = env.SRCDIR + "/tmp/lighttpd/lighttpd.user"
110 auth.backend.plain.groupfile = "lighttpd.group"
112 auth.backend.ldap.hostname = "localhost"
113 auth.backend.ldap.base-dn = "dc=my-domain,dc=com"
114 auth.backend.ldap.filter = "(uid=$)"
116 auth.require = ( "/server-status" =>
H A Dproxy.conf90 auth.backend = "plain"
91 auth.backend.plain.userfile = env.SRCDIR + "/tmp/lighttpd/lighttpd.user"
92 auth.backend.plain.groupfile = "lighttpd.group"
94 auth.backend.ldap.hostname = "localhost"
95 auth.backend.ldap.base-dn = "dc=my-domain,dc=com"
96 auth.backend.ldap.filter = "(uid=$)"
98 auth.require = ( "/server-status" =>
H A Dlighttpd.conf102 auth.backend = "htpasswd"
105 auth.backend = "plain"
106 auth.backend.plain.userfile = env.SRCDIR + "/tmp/lighttpd/lighttpd.user"
108 auth.backend.htpasswd.userfile = env.SRCDIR + "/tmp/lighttpd/lighttpd.htpasswd"
111 auth.require = ( "/server-status" =>
181 auth.backend = "htpasswd"
182 auth.require = ( "" =>
H A Dlowercase.conf59 auth.backend = "plain"
60 auth.backend.plain.userfile = env.SRCDIR + "/tmp/lighttpd/lighttpd.user"
62 auth.backend.htpasswd.userfile = env.SRCDIR + "/tmp/lighttpd/lighttpd.htpasswd"
65 auth.require = ( "/image.jpg" =>
H A DSConscript8 fastcgi-auth.conf \
23 mod-auth.t \
42 fcgis += env.Program("fcgi-auth", "fcgi-auth.c", LIBS=env['LIBFCGI'])
H A DMakefile.am5 check_PROGRAMS=fcgi-auth fcgi-responder
7 fcgi_auth_SOURCES=fcgi-auth.c
20 fastcgi-auth.conf \
38 mod-auth.t \
H A DMakefile.in91 @CHECK_WITH_FASTCGI_TRUE@check_PROGRAMS = fcgi-auth$(EXEEXT) \
106 am__fcgi_auth_SOURCES_DIST = fcgi-auth.c
107 @CHECK_WITH_FASTCGI_TRUE@am_fcgi_auth_OBJECTS = fcgi-auth.$(OBJEXT)
586 @CHECK_WITH_FASTCGI_TRUE@fcgi_auth_SOURCES = fcgi-auth.c
596 fastcgi-auth.conf \
614 mod-auth.t \
685 fcgi-auth$(EXEEXT): $(fcgi_auth_OBJECTS) $(fcgi_auth_DEPENDENCIES) $(EXTRA_fcgi_auth_DEPENDENCIES)
686 @rm -f fcgi-auth$(EXEEXT)
699 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fcgi-auth.Po@am__quote@
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/config/conf.d/
H A DMakefile.am2 auth.conf \
H A DMakefile.in282 auth.conf \
/mOS-networking-stack/samples/lighttpd-1.4.32/
H A DNEWS41 * Don't overwrite 401 (auth required) with 501 (unknown method) (fixes #2341)
214 * Fix error message if no auth backend was set
254 * Now really fix mod auth ldap (#1066)
342 * fix splitting of auth-ldap filter
381 * log the ip of failed auth tries in error.log (enhancement #1544)
449 * fixed missing check for base64 encoded string in mod_auth and Basic auth
507 * added apr1 support htpasswd in mod-auth (#870)
610 * changed auth.ldap-cafile to be optional
906 * added plain backend support for auth-digest
1065 * added ldap backend to the auth
[all …]
H A DSConstruct95 BoolOption('with_ldap', 'enable ldap auth support', 'no'))
H A Dconfigure.ac795 features="auth-ldap"
810 features="auth-crypt"
H A Dconfigure19444 features="auth-ldap"
19458 features="auth-crypt"