2011/5/24 Lucio Capuani <strappanai@gmail.com>
That is, in OpenLDAP the userPassword attribute is binary, even when its content is cleartext.
I would need to have an extra attribute of "String" type, containing that very password. Is it possible to achieve this by using slapo-rmw (or maybe translucent?), by creating a view that "offers" that "fake" string attribute, rather than being forced to duplicate the real source attribute into a second one, only differently encoded?


So, is it impossible to use any overlay to create an attribute based on a source one, but being of a different type?

Thanks so much,