21
Views
5
Comments
[LDAP Connector] How to use TimerMap
ldap-connector
Service icon
Forge asset by Tiago Resende
Application Type
Reactive

What should we input for the input parameters in AddEntry Dn and Attributes? Can anyone provide some examples? Thanks.

Edited by a moderator on 14 Oct 2024 at 08:30
2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP

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

UserImage.jpg
Kwan Yat MOK

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)

2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP

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.

UserImage.jpg
Kwan Yat MOK

Thanks for your help. Yes, this is the Forge component I would like to ask.

2022-07-25 08-42-14
Tiago Resende

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. 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.