Searched refs:auth (Results 1 – 21 of 21) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/ |
| H A D | authentication.txt | 14 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 D | status.txt | 51 auth.require = ( "/server-status" =>
|
| H A D | configuration.txt | 344 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 D | fastcgi-10.conf | 87 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 D | fastcgi-responder.conf | 111 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 D | fastcgi-auth.conf | 109 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 D | fastcgi-13.conf | 104 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 D | bug-12.conf | 110 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 D | bug-06.conf | 108 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 D | proxy.conf | 90 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 D | lighttpd.conf | 102 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 D | lowercase.conf | 59 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 D | SConscript | 8 fastcgi-auth.conf \ 23 mod-auth.t \ 42 fcgis += env.Program("fcgi-auth", "fcgi-auth.c", LIBS=env['LIBFCGI'])
|
| H A D | Makefile.am | 5 check_PROGRAMS=fcgi-auth fcgi-responder 7 fcgi_auth_SOURCES=fcgi-auth.c 20 fastcgi-auth.conf \ 38 mod-auth.t \
|
| H A D | Makefile.in | 91 @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 D | Makefile.am | 2 auth.conf \
|
| H A D | Makefile.in | 282 auth.conf \
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | NEWS | 41 * 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 D | SConstruct | 95 BoolOption('with_ldap', 'enable ldap auth support', 'no'))
|
| H A D | configure.ac | 795 features="auth-ldap" 810 features="auth-crypt"
|
| H A D | configure | 19444 features="auth-ldap" 19458 features="auth-crypt"
|