Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Configuration Active Directory

Former Member
0 Likes
502

Hi,

I would like to configure LDAP (Active Directory) with mySAP ERP 2005 (ECC 6.0).

My problem is how to know which is the correct value for the entry "Base entry". Where I can find this information ?

Thank's in advanced

Francesc Segura

Hi,

I would like to configure LDAP (Active Directory) with mySAP ERP 2005 (ECC 6.0).

My problem is how to know which is the correct value for the entry "Base entry". Where I can find this information ?

Thank's in advanced

Francesc Segura

2 REPLIES 2
Read only

Andre_Fischer
Product and Topic Expert
Product and Topic Expert
0 Likes
475

Hi Francesc Segura,

you will find all users in the Active Directory if you use the root entry of the DIT (Directory Information Tree) as your root entry.

You can either use a tool like ADSI Edit.

<a href="http://technet2.microsoft.com/WindowsServer/en/library/ebca3324-5427-471a-bc19-9aa1decd3d401033.mspx?mfr=true">ADSI Edit Overview</a>

or you can use a simple Visual Basic script that I just posted.

How to get the 'Base entry' for an LDAP connector from Active Directory?

You will also find information about SAP Microsoft Interoperability in the .NET Interop section of SDN

Best regards,

André

ceterum censeo RAP esse utendam
Read only

0 Likes
475

Hi Andre,

I have tried to executing the VBScript that you suggested to get the Base Entry.

However, it is giving me an error:

Expected ')' at line 1, char 32.

Thanks,

Kevin