Currently we try to integrate application with Lotus Domino LDAP. Application uses specific attribute names (guid,user) to query the LDAP directory. “Lotus Notes” uses “ShortName” as the unique identifier and “person” as user object class name. . As a result the schema needs to be updated to present “GUID” as “ShortName” and “user” as “person”.
How its could be done? Maybe exist some “how to” link?