How can we get the authentication id of a user from Scalix ldap?
It seems that I can use the attribute "omUlAuthId" in the search filter - but if I'm fetching a number of records at the same time, that's no good to me. If I explicitly ask for this attribute back from omldapsearch, I only get the default dn attribute.
We absolutely need this attribute in order to be able to reliably sync between our OpenLDAP and Scalix own LDAP. We can't rely on common name or email address (etc) as these could be wrong or in need of updating.
Is there a way to force this attribute back into the response? Where did it go!?
Cheers
Andy