Re: [PATCH-3] Allowing extended characters in LDAP authentication...

2002-12-12 Thread Astrid Kessler
"Brad Nicholes" <[EMAIL PROTECTED]> wrote in news:sdf8b26d.020@prv- mail25.provo.novell.com: > In order to solve WebDAV's problem, the > scope of this discussion needs to be much broader. Any ideas?? Hm, not really. :/ This should be done by someone with more experience to the code. Kess

Re: [PATCH-3] Allowing extended characters in LDAP authentication...

2002-12-12 Thread Astrid Kessler
>The charset conversion that is happening in LDAP is actually quite > specialized. The general functionality of converting from one charset > to another already exists in APR in the form of apr_xlat_xxx(). LDAP is > only interested in converting the user ID from a given charset to UTF-8. > U

Re: [PATCH-3] Allowing extended characters in LDAP authentication...

2002-12-12 Thread Astrid Kessler
>This patch eliminates the hardcoded charset table. Instead it >reads the charset table from a conf file. The directive >AuthLDAPCharsetConfig allows the admin to specify the charset conf >file. Is there also a need to specify additional conversions >directly in the httpd.con

Re: [PATCH-3] Allowing extended characters in LDAP authentication...

2002-12-11 Thread André Malo
* Brad Nicholes wrote: > This patch eliminates the hardcoded charset table. Instead it reads the > charset table from a conf file. The directive AuthLDAPCharsetConfig allows > the admin to specify the charset conf file. You should change the command error messages... ;-) > Is there also a need