[phpldapadmin] [ phpldapadmin-Bugs-2560658 ] case insensitive topContainer match
"SourceForge.net" <[email protected]>
| Newsgroups | gmane.comp.ldap.davedap |
|---|---|
| Message-ID | <[email protected]> |
Bugs item #2560658, was opened at 2009-02-03 13:34
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=498546&aid=2560658&group_id=61828
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: 1.1.x
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: miekg (miekg)
Assigned to: Nobody/Anonymous (nobody)
Summary: case insensitive topContainer match
Initial Comment:
In the file server_functions.php at line 2784 we have
the function:
function getContainerTop($dn)
In there is a preg_match to get the top of the ldap
directory tree. I think the preg_match should be made
case insensitive as case does not matter to ldap at this point.
The preg_match is now:
preg_match("/${base_dn}$/",$dn)
and should become
preg_match("/${base_dn}$/i",$dn)
I took us almost half a day to figure out WHY our
templates weren't working and stuff could not be found.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=498546&aid=2560658&group_id=61828
------------------------------------------------------------------------------
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
______________________________________
phpLDAPadmin development mailing list.
To unsbuscribe: https://lists.sourceforge.net/lists/listinfo/phpldapadmin-devel
http://phpldapadmin.sourceforge.net/