What should we input for the input parameters in AddEntry Dn and Attributes? Can anyone provide some examples? Thanks.
Hi,
Your question lacks any details or context of what you try to achieve, for someone being able to give a meaningful reply. Please elaborate more on what you try to achieve and what problem you are facing.
Regards,
Daniel
I am trying to get the data from Lotus Notes to OutSystems by using LDAP, and as what I can see in the server actions of LDAP Connector, I think AddEntry is the only server action that allows me to get the Notes data.
However, I find that there are two input parameters, Dn (Text Data type) and Attributes (Attributes Record List, where both Name and Value as text data type). What should we type into these two parameters so I can get the data from Lotus Notes to OutSystems?
Do I have to type the Lotus Notes Server that I was using to Dn? How about Attributes?
(I actually dont know what the Dn is actually)
You are using this Forge component? https://www.outsystems.com/forge/component-overview/10490/ldap-connector-o11
When using a Forge component and have a question, next time on posting the question select the Forge component from the Droplist. That way the team of the component gets notified. I have updated your original question.
Thanks for your help. Yes, this is the Forge component I would like to ask.
Hi @Kwan Yat MOK
If you are trying to get data you should use one of the Search methods (SearchEntry to get a specific entry or SearchEntryList to get a list of entries). AddEntry is used to add (create) a new record in the directory server.
Dn stands for Distinguished Names; it is important to understand some basic concepts around Directory Servers while interacting with them using LDAP.