Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6878149
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T04:41:17+00:00 2026-05-27T04:41:17+00:00

The larger problem is that LDAP authentication in Windows is case-insensitive but the program(s)

  • 0

The larger problem is that LDAP authentication in Windows is case-insensitive but the program(s) using this feature for authentication are case sensitive. Two such programs are Collabnet SubversionEdge and Adobe Version Cue. Any variation on the case of the user name results in another user entry in those packages. And this user will have no access, frustrating the person, and clogging the help desk with tickets.

Collabnet Subversion Edge uses Apache 2.2 so I intend to intercept the url and rewrite the username to enforced lowercase at the server-side.

example input:

https://User:password@svn.domain.com
https://USER@svn.domain.com
svn://useR:password@svn.domain.com/Repo/Trunk/BIN/
svn://svn.domain.com/Repo/Trunk/BIN/

desired rewrite:

https://user:password@svn.domain.com
https://user@svn.domain.com
svn://user:password@svn.domain.com/Repo/Trunk/BIN/
svn://svn.domain.com/Repo/Trunk/BIN/

Notice that the rest of the url is unchanged.

Bonus question:
Will this ReWriteRule handle all cases for Collabnet Edge?

The other ways to talk to the server are:

1) Through the browser-based management console:

<form action='/csvn/j_spring_security_check' method='POST' id='loginForm'>
 <input type='text' class='text_' name='j_username' id='j_username' value='' />
 <input type='password' class='text_' name='j_password' id='j_password' />
 <input type='submit' value='Login' class="Button"/>
</form>

2) svn clients

eg. TortoiseSVN, AnhkSVN, and subserversion client via the commandline.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T04:41:18+00:00Added an answer on May 27, 2026 at 4:41 am

    Piece of cake (hear irony here?): please checkout how RewriteMap can use internal functions (see here), here it’s the tolower function:

    RewriteEngine On
    RewriteMap  lc int:tolower
    RewriteCond %{REQUEST_URI} ([a-zA-Z0-9]+):([a-zA-Z0-9]+)@svn.domain.com(.*) [OR]
    RewriteCond %{REQUEST_URI} svn.domain.com/(.+)
    RewriteRule (.*) ${lc:$1} [R=301,L]
    

    This should work.
    I hope I’ve given you enough clues to finish the job 😉
    If you don’t have enough clues…

    Two hints:


    Please try to use the RewriteLog directive: it helps you to track down such problems:

    # Trace:
    # (!) file gets big quickly, remove in prod environments:
    RewriteLog "/web/logs/mywebsite.rewrite.log"
    RewriteLogLevel 9
    RewriteEngine On
    

    My favorite tool to check for regexp:

    http://www.quanetic.com/Regex (don’t forget to choose ereg(POSIX) instead of preg(PCRE)!)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this window: My problem is that when the number is larger than
I'm having problems using textures that are larger than the OpenGL window or the
I love jQuery but am running into a problem with larger site and multiple
I'm trying to work out why a larger problem is occurring, using a smaller
I am not sure if I am using this correctly so my problem may
I have a problem that I tried to ask about previously, but didn't get
this is a small piece of a much larger query that I have discovered
I'm working on a problem that requires caching paginated search results: Paginating very large
Is having to recycle an App-Pool in ASP.NET indicative of a larger problem in
I've got this nasty problem where sending multiple, large messages in quick succession from

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.