Changeset 2133
- Timestamp:
- 03/21/2008 02:57:02 PM (6 months ago)
- Location:
- trunk
- Files:
-
- 8 modified
-
NEWS (modified) (1 diff)
-
tests/bug-06.conf (modified) (1 diff)
-
tests/bug-12.conf (modified) (1 diff)
-
tests/default.conf (modified) (1 diff)
-
tests/fastcgi-10.conf (modified) (1 diff)
-
tests/fastcgi-13.conf (modified) (1 diff)
-
tests/fastcgi-auth.conf (modified) (1 diff)
-
tests/fastcgi-responder.conf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/NEWS
r2132 r2133 24 24 * fix many (64-bit) format warnings and unsigned/signed compare warnings 25 25 * fixed out of range access in fd array (#1562, #372, #1603) (CVE-2008-0983) 26 * fix auth-ldap configuration in tests 26 27 27 28 - 1.5.0-r19.. - -
trunk/tests/bug-06.conf
r1432 r2133 110 110 auth.backend.plain.groupfile = "lighttpd.group" 111 111 112 auth.backend.ldap. hostname = "localhost"112 auth.backend.ldap.url = "ldap://localhost/" 113 113 auth.backend.ldap.base-dn = "dc=my-domain,dc=com" 114 114 auth.backend.ldap.filter = "(uid=$)" -
trunk/tests/bug-12.conf
r1432 r2133 112 112 auth.backend.plain.groupfile = "lighttpd.group" 113 113 114 auth.backend.ldap. hostname = "localhost"114 auth.backend.ldap.url = "ldap://localhost/" 115 115 auth.backend.ldap.base-dn = "dc=my-domain,dc=com" 116 116 auth.backend.ldap.filter = "(uid=$)" -
trunk/tests/default.conf
r1914 r2133 75 75 auth.backend.plain.groupfile = "lighttpd.group" 76 76 77 auth.backend.ldap. hostname = "localhost"77 auth.backend.ldap.url = "ldap://localhost/" 78 78 auth.backend.ldap.base-dn = "dc=my-domain,dc=com" 79 79 auth.backend.ldap.filter = "(uid=$)" -
trunk/tests/fastcgi-10.conf
r1432 r2133 89 89 auth.backend.plain.groupfile = "lighttpd.group" 90 90 91 auth.backend.ldap. hostname = "localhost"91 auth.backend.ldap.url = "ldap://localhost/" 92 92 auth.backend.ldap.base-dn = "dc=my-domain,dc=com" 93 93 auth.backend.ldap.filter = "(uid=$)" -
trunk/tests/fastcgi-13.conf
r1432 r2133 106 106 auth.backend.plain.groupfile = "lighttpd.group" 107 107 108 auth.backend.ldap. hostname = "localhost"108 auth.backend.ldap.url = "ldap://localhost/" 109 109 auth.backend.ldap.base-dn = "dc=my-domain,dc=com" 110 110 auth.backend.ldap.filter = "(uid=$)" -
trunk/tests/fastcgi-auth.conf
r1432 r2133 110 110 auth.backend.plain.groupfile = "lighttpd.group" 111 111 112 auth.backend.ldap. hostname = "localhost"112 auth.backend.ldap.url = "ldap://localhost/" 113 113 auth.backend.ldap.base-dn = "dc=my-domain,dc=com" 114 114 auth.backend.ldap.filter = "(uid=$)" -
trunk/tests/fastcgi-responder.conf
r1432 r2133 114 114 auth.backend.plain.groupfile = "lighttpd.group" 115 115 116 auth.backend.ldap. hostname = "localhost"116 auth.backend.ldap.url = "ldap://localhost/" 117 117 auth.backend.ldap.base-dn = "dc=my-domain,dc=com" 118 118 auth.backend.ldap.filter = "(uid=$)"

