cancel
Showing results for 
Search instead for 
Did you mean: 

Steps to implement LDAP

Former Member
0 Kudos

we have 3 sap systems.

I need to implement LDAP.

Please let me know the steps for the same or if any documents would be helpful

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI Balaji,

You can implement Open LDAP & EP UME.....

This document describes the necessary steps for installing and configuring

OpenLDAP

(version 2.2.15 for Win32) as corporate directory of SAP Enterprise Portal

Installing OpenLDAP on Windows

1 Download and install OPENLDAP for Win32 using the following link:

<a href="http://download.bergmans.us/openldap/openldap-2_2_15-1-win32.exe">Download OpenLDAP</a>

2 Configuring OpenLDAP

Change c:\usr\openldap\etc\schema\inetorgperson.schema:

• add attributetype “groupMembership” and update MAY list of “inetOrgPerson”

Change c:\usr\openldap\slapd.conf:

• Add two include directives in order to have the objectclass “inetorgperson” ready

for use:

include "C:/usr/openldap/etc/schema/cosine.schema"

include "C:/usr/openldap/etc/schema/inetorgperson.schema"

• choose an name of your choice for suffix and rootdn of the directory, e.g.:

suffix "dc=consulting,dc=sap,dc=com"

rootdn "cn=Manager,dc=consulting,dc=sap,dc=com"

4 Starting OPENLDAP

To start openldap with debug information, open a command window, change into the

installation directory and type:

.\slapd -d 1

If you want to run OpenLDAP as Windows service:

Execute “slapd install” to register the service and use the usual windows administrative

tools for configuring, starting and stopping the service.

SAP EP 6.0 UM Configuration

use the Novell eDir - readonly – flat hierarchy - DataSource

configuration (dataSourceConfiguration_novell_readonly_db.xml).

Regards,

Swapnil

Answers (2)

Answers (2)

Former Member
0 Kudos

Let me know if you need anything else

Former Member
0 Kudos

Hello Balaji,

This documents will solve your problem

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/8302a929-0501-0010-05b5-d48...

Regards,

Ammey Kesarkar