I read article Combining OpenLDAP and Active Directory via OpenLDAP meta backend. I defined my OpenLDAP proxy.
How does the mapping work?:
olcDbMap: {2}attribute entryUUID objectGUID It's not working correctly for me. Applications with GUI relying on this attribute experience errors.
When I search for the entryUUID value among the entries from AD, I don't get a value.
When I cancel this mapping, I get the value Invalid SID in Apache Directory Studio. Is there any way to achieve the goal of transforming objectGUID (AD) to entryUUID (OpenLDAP)? Perhaps the rwm module and some rules for rebuilding the objectGUID field value?
When I search for the entryUUID value among the entries from AD, I don't get a value.how are you searching?ldapsearch. However, when communicating with the AD proxy, the attribute is not returned. Applications relying on this attribute experience errors. So, could you at least send me versions of the products you used? My Openldap version is slapd 2.6.7+dfsg-1~exp1ubuntu8.2 and AD Windows Server 2016protected string $guidKey = 'uid';it works, but, I can't change it in all aplications.ldapsearch. For entry in OpenLDAP:ldapsearch -x -D "cn=manager,ou=local,dc=scisoftware,dc=pl" -W -b "dc=scisoftware,dc=pl" "(uid=slawas)" cn uid entryuuid; for entry in AD:ldapsearch -x -D "cn=manager,ou=local,dc=scisoftware,dc=pl" -W -b "dc=scisoftware,dc=pl" "(uid=scichy)" cn uid entryuuid.