[phpldapadmin] [ phpldapadmin-Bugs-3294980 ] Template rdn

"SourceForge.net" <[email protected]> Sat, 30 Apr 2011 00:41:26 +0000
Newsgroups gmane.comp.ldap.davedap
Message-ID <[email protected]>
Bugs item #3294980, was opened at 2011-04-30 01:20
Message generated for change (Comment added) made by wurley
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=498546&aid=3294980&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: None
Status: Closed
Resolution: Invalid
Priority: 5
Private: No
Submitted By: Stefan Klatt (stefanklatt)
Assigned to: Nobody/Anonymous (nobody)
Summary: Template rdn

Initial Comment:
rdn's defined at a template will be converted to lowercase.

----------------------------------------------------------------------

>Comment By: Deon George (wurley)
Date: 2011-04-30 10:41

Message:
LDAP attributes are case insensitive, as per RFC 2251. PHP and PLA
internally uses all attributes in lowercase to avoid any case issues. This
does not affect how the LDAP server handles the attribute, which in turn
may result in the DN being presented back with camelcase on the next query
of that DN. (Depends on server).

For presentation purposes, it is nice to see camel case in some instances
(if the schema presents the attribute in camel case). A simple fix does
that.

Commited to git #6eb6641

----------------------------------------------------------------------

Comment By: Stefan Klatt (stefanklatt)
Date: 2011-04-30 09:54

Message:
I used the LDAP case sensitive

----------------------------------------------------------------------

Comment By: Stefan Klatt (stefanklatt)
Date: 2011-04-30 09:54

Message:
Why? Is there any RFC? A program can use the LDAP case sensitive.

----------------------------------------------------------------------

Comment By: Deon George (wurley)
Date: 2011-04-30 09:36

Message:
PLA treats all LDAP DN's in lower case (thus including the rdn) - it
shouldnt have any impact on your usage of an LDAP server, nor an impact of
storing data.

----------------------------------------------------------------------

Comment By: Stefan Klatt (stefanklatt)
Date: 2011-04-30 07:57

Message:
If i use the following

<rdn>EXFetch</rdn>

i get as used rdn 

exfetch


----------------------------------------------------------------------

Comment By: Deon George (wurley)
Date: 2011-04-30 02:14

Message:
Please explain what you mean.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=498546&aid=3294980&group_id=61828

------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
______________________________________
phpLDAPadmin development mailing list.
To unsbuscribe: https://lists.sourceforge.net/lists/listinfo/phpldapadmin-devel
http://phpldapadmin.sourceforge.net/