I'd like to use LDAP authentication (precisely Active Directory) in Plone (v4), however, the uid
would not be simply one of LDAP user attributes, but i have to generate it myself (construct it from various LDAP user attributes, normalize the case, ..)
What Plone component (file) do you recommend me to modify? Or, is it even possible to solve it implanting a custom function in ZMI somewhere?
(I'm using PloneLDAP / plone.app.ldap)