Hola José!

>>   I'm glad to announce that, a few minutes ago, the new LDAP validator
>>   landed in the unstable branch (which eventually will become Cherokee
>>   0.6):
>
> I've been testing the LDAP validator in 0.6.0b396 today. This is my
> relevant configuration lines:
>
> <snip>
> vserver!default!directory!/secret!handler = common
> vserver!default!directory!/secret!auth = ldap
> vserver!default!directory!/secret!auth!server = localhost
> vserver!default!directory!/secret!auth!port = 389
> vserver!default!directory!/secret!auth!bind_dn = cn=admin,dc=cherokee
> vserver!default!directory!/secret!auth!bind_pw = mypassword
> vserver!default!directory!/secret!auth!base_dn = dc=cherokee
> vserver!default!directory!/secret!auth!filter = uid=%u

  Here is the problem. Replace this line by:

  vserver!default!directory!/secret!auth!filter = (uid=${user})

> vserver!default!directory!/secret!priority = 6
> </snip>

  The rest looks okay. I suppose it should work now :)

> <Cherokee's alert>
> file http.c:154 (cherokee_http_code_copy): this shouldn't happend
> </Cherokee's alert>

  Yeah, let's try what A.D.F has proposed. Looks like a bug.

-- 
Greetings, alo.
http://www.alobbs.com
_______________________________________________
Cherokee mailing list
Cherokee@0x50.org
http://www.0x50.org/cgi-bin/mailman/listinfo/cherokee

Reply via email to