Changeset 2133

Show
Ignore:
Timestamp:
03/21/2008 02:57:02 PM (6 months ago)
Author:
stbuehler
Message:

fix auth-ldap configuration in tests

Location:
trunk
Files:
8 modified

Legend:

Unmodified
Added
Removed
  • trunk/NEWS

    r2132 r2133  
    2424  * fix many (64-bit) format warnings and unsigned/signed compare warnings 
    2525  * fixed out of range access in fd array (#1562, #372, #1603) (CVE-2008-0983) 
     26  * fix auth-ldap configuration in tests 
    2627 
    2728- 1.5.0-r19.. - 
  • trunk/tests/bug-06.conf

    r1432 r2133  
    110110auth.backend.plain.groupfile = "lighttpd.group" 
    111111 
    112 auth.backend.ldap.hostname  = "localhost" 
     112auth.backend.ldap.url       = "ldap://localhost/" 
    113113auth.backend.ldap.base-dn   = "dc=my-domain,dc=com" 
    114114auth.backend.ldap.filter    = "(uid=$)" 
  • trunk/tests/bug-12.conf

    r1432 r2133  
    112112auth.backend.plain.groupfile = "lighttpd.group" 
    113113 
    114 auth.backend.ldap.hostname  = "localhost" 
     114auth.backend.ldap.url       = "ldap://localhost/" 
    115115auth.backend.ldap.base-dn   = "dc=my-domain,dc=com" 
    116116auth.backend.ldap.filter    = "(uid=$)" 
  • trunk/tests/default.conf

    r1914 r2133  
    7575auth.backend.plain.groupfile = "lighttpd.group" 
    7676 
    77 auth.backend.ldap.hostname  = "localhost" 
     77auth.backend.ldap.url       = "ldap://localhost/" 
    7878auth.backend.ldap.base-dn   = "dc=my-domain,dc=com" 
    7979auth.backend.ldap.filter    = "(uid=$)" 
  • trunk/tests/fastcgi-10.conf

    r1432 r2133  
    8989auth.backend.plain.groupfile = "lighttpd.group" 
    9090 
    91 auth.backend.ldap.hostname  = "localhost" 
     91auth.backend.ldap.url       = "ldap://localhost/" 
    9292auth.backend.ldap.base-dn   = "dc=my-domain,dc=com" 
    9393auth.backend.ldap.filter    = "(uid=$)" 
  • trunk/tests/fastcgi-13.conf

    r1432 r2133  
    106106auth.backend.plain.groupfile = "lighttpd.group" 
    107107 
    108 auth.backend.ldap.hostname  = "localhost" 
     108auth.backend.ldap.url       = "ldap://localhost/" 
    109109auth.backend.ldap.base-dn   = "dc=my-domain,dc=com" 
    110110auth.backend.ldap.filter    = "(uid=$)" 
  • trunk/tests/fastcgi-auth.conf

    r1432 r2133  
    110110auth.backend.plain.groupfile = "lighttpd.group" 
    111111 
    112 auth.backend.ldap.hostname  = "localhost" 
     112auth.backend.ldap.url       = "ldap://localhost/" 
    113113auth.backend.ldap.base-dn   = "dc=my-domain,dc=com" 
    114114auth.backend.ldap.filter    = "(uid=$)" 
  • trunk/tests/fastcgi-responder.conf

    r1432 r2133  
    114114auth.backend.plain.groupfile = "lighttpd.group" 
    115115 
    116 auth.backend.ldap.hostname  = "localhost" 
     116auth.backend.ldap.url       = "ldap://localhost/" 
    117117auth.backend.ldap.base-dn   = "dc=my-domain,dc=com" 
    118118auth.backend.ldap.filter    = "(uid=$)"