DanElbert / vt-middleware

Automatically exported from code.google.com/p/vt-middleware
0 stars 0 forks source link

ldaptive: entry handler for multi-lingual attributes #131

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Add an LdapEntryHandler that aggregates an attribute with all it's subtypes 
using the ;lang- option.

cn: Daniel Fisher
cn;lang-ru: Даниэль Фишер

would result in

cn: Daniel Fisher
cn: Даниэль Фишер

with the lang  attached to the ldap attribute value at metadata.

See:
http://www.ietf.org/rfc/rfc2596.txt
http://www.openldap.org/lists/openldap-devel/199904/msg00038.html
http://www.ietf.org/rfc/rfc2251.txt section 4.1.5

Original issue reported on code.google.com by dfis...@gmail.com on 16 Feb 2012 at 10:55

GoogleCodeExporter commented 8 years ago
Moving this issue over to github.

https://github.com/vt-middleware/ldaptive/issues/1

Original comment by dfis...@gmail.com on 4 Nov 2014 at 10:17