Re: [us...@httpd] mod_authnz_ldap and UTF-8

2009-02-17 Thread Mark H. Wood
On Mon, Feb 16, 2009 at 01:24:31PM -0500, Eric Covener wrote: > This a fringe option. You might have better luck trying to coerce > browsers into sending utf-8 or avoiding non-ascii usernames > altogether. "Professor Wöhler, we can mis-spell your name 'Wohler' or we can mis-spell it 'Woehler', but

Re: [us...@httpd] mod_authnz_ldap and UTF-8

2009-02-17 Thread Marc Patermann
Hi Eric, Eric Covener schrieb: This a fringe option. What does that mean? You might have better luck trying to coerce browsers into sending utf-8 The authentication is on a WebDAV site. So there is no web page I could code charset headers in. (If that is what you mean.) I tried IndexOption

Re: [us...@httpd] mod_authnz_ldap and UTF-8

2009-02-16 Thread Eric Covener
On Mon, Feb 16, 2009 at 12:22 PM, Marc Patermann wrote: > Hi, > > Marc Patermann schrieb: > >> How do I get authentication with umlauts to work? >> Is AuthLDAPCharsetConfig the way to go? >> Why does it seg fault then, what do I have to put in charset.conv? > > No hints anyone? :( This a fringe o

Re: [us...@httpd] mod_authnz_ldap and UTF-8

2009-02-16 Thread Marc Patermann
Hi, Marc Patermann schrieb: How do I get authentication with umlauts to work? Is AuthLDAPCharsetConfig the way to go? Why does it seg fault then, what do I have to put in charset.conv? No hints anyone? :( Marc - The officia

[us...@httpd] mod_authnz_ldap and UTF-8

2009-02-13 Thread Marc Patermann
Hi, I configured apache httpd 2.2.8 (from ubuntu 8.04 LTS*) with mod_authnz_ldap against an OpenLDAP server. # .htaccess AuthBasicProvider ldap AuthType Basic AuthzLDAPAuthoritative off Authname "test" AuthLDAPURL ldap://hostname/ Require ldap-user foo For users without umlauts this is workin