Re: [EMAIL PROTECTED] How to use mod_rewrite with %{REMOTE_USER}

2005-09-30 Thread Nick Couchman
I'm looking to do the same thing as Bhavin, but with a little twist: I'd like to be able for the users to save/upload files under their user id's. I'm not sure this is actually possible - maybe someone can tell me whether or not it is possible and, if it is possible, how you would go about

RE: [EMAIL PROTECTED] How to use mod_rewrite with %{REMOTE_USER}

2005-09-30 Thread Boyle Owen
-Original Message- From: Nick Couchman [mailto:[EMAIL PROTECTED] Sent: Freitag, 30. September 2005 16:19 To: [EMAIL PROTECTED]; Bhavin Modi; users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] How to use mod_rewrite with %{REMOTE_USER} I'm looking to do the same thing as Bhavin

Re: [EMAIL PROTECTED] How to use mod_rewrite with %{REMOTE_USER}

2005-09-30 Thread Bhavin Modi
On 9/29/05, Joshua Slive [EMAIL PROTECTED] wrote: On 9/29/05, Bhavin Modi [EMAIL PROTECTED] wrote: RewriteRule ^/users/$ /users/%{REMOTE_USER} [R] The %{REMOTE_USER} returns a value like uid=testuser,ou=people,dc=domain,dc=com, so I need to filter testuser from this string. Is there any other

[EMAIL PROTECTED] How to use mod_rewrite with %{REMOTE_USER}

2005-09-29 Thread Bhavin Modi
Hi, I am trying to setup a webdav server with apache 2.0.46 on Redhat Enterprise Linux 3 where users are authenticated using the modulemod_authz_ldapwith user information stored inopenldap. The problem is that I want an authenticated user to be able to access only his/her directory. There are so