136
Views
6
Comments
[EndUser Authentication] LDAP Relevant LDIF Fields?

I'm trying to configure ldap authentication for End User.


LDAP Server: ldap.forumsys.com/dc=example,dc=com  (public ldap for testing purpose)

I log on as uid=einstein,dc=example,dc=com with password: password.


It successfully authenticated, but failed synchronization with error:

Please check if your LDAP URL has all the relevant LDIF fields. Expected authority at index 7: LDAP://


I have 2 question:

1. where can I get all relevant LDIF fields? am i missing authority field based on error message?

2. how can I log in directly using tesla, without all the uid=einstein,dc=example,dc=com


Thanks in advance.


2016-11-23 11-46-48
Pedro Guimarães
Staff

Hello there,

What kind of LDAP server are you trying to connect? Right now, for end-user authentication, we only support LDAP connections made to Active Directory (AD), although it's in our backlog to add support to other kinds of LDAP servers, like OpenLDAP.


Kind regards,

Pedro Guimarães

2024-03-25 06-19-08
Harlin Setiadarma

I'm using OpenLDAP.

If I am about to match LDIF fields, would it works eventually?

Thanks.

2016-11-23 11-46-48
Pedro Guimarães
Staff

Hi Harlin,

If I understood you, you are asking if copying the structure and fields used by AD to your OpenLDAP server would work, right?

If so, I think it may work, but I'm not sure.


Hope this helps.


Cheers,

Pedro Guimarães

2024-03-25 06-19-08
Harlin Setiadarma

Yes, that's what I meant... 

If that was not possible, then I might have to sync manually in Login flow after authenticated (DoLogin), using LDAP component to query my ldap server, then update the Users table using queried data.

And also mapping LDAP OU (group) to Outsystems group.

UserImage.jpg
Chetan Yewale

Hi Harlin,

We too are using Sun LDAP - based on OpenLDAP.

We tried to sync data - query the LDAP server using LDAP extension.

But, we are not getting any data back. Were you able to successfully get the data from your OpenLDAP server?

2024-03-25 06-19-08
Harlin Setiadarma

I haven't tried it yet...

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