cancel
Showing results for 
Search instead for 
Did you mean: 

MDM and LDAP Integration error

Former Member
0 Kudos

Hi All,

I have been trying to integrate LDAP and MDM. The config settings made in mds.ini file is:

[MDM LDAP]

LDAP in Use=True

Server=BLRKECPDC01

Server Port=389

Base DN=DC=ad,DC=infosys,DC=com

Admin DN=MDM_Admin,CN=Users,DC=ad,DC=infosys,DC=com

User Identifier=samaccountname

MDM Roles Algorithm=TraverseSearch

MDM Roles Attribute=Department

MDM Email Attribute=mail

Trace Level=0

Fallback in Use=True

Fallback Roles=Admin

Fallback Username=MDM_user1

Fallback Password=123456

Admin Password+=123456

Admin Password=

The last line u201CAdmin Password=u201D is appearing even if I delete it and save and close the mds.ini file. Leaving it blank, the error message while logging is u201CInvalid Username and passwordu201D

Also, if I am assigning a password to this, say, u201CAdmin Password=123456u201D, I am not able to login to a repository in Console, even if the user is created in MDM Console. The error message in this case is u201CAdmin Authorization failedu201D.

Kindly suggest how to get rid of this error.

Regards,

Ritam Choudhary

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member208981
Contributor
0 Kudos

Hi Ritam,

Please refer the below:

In Console Reference Guide-> Appendices

http://help.sap.com/saphelp_mdm550/helpdata/en/8e/9f9c427055c66ae10000000a155106/frameset.htm

It covers all the concepts. In addition to it you can refer to the forum.

Hope it helps.

Thanks,

Priti

Former Member
0 Kudos

Hi Priti!

Thanks a lot! But I have already gone through the Console Reference Guide and these threads but did not get any help from that.

Regards,

Ritam Choudhary.

Former Member
0 Kudos

Hi Ritam,

Generally "Admin Authorization Failed" error occurs in the following conditions.

· Invalid Admin DN or password setting in mds.ini.

· Invalid Admin Identifier setting in mds.ini.

· Invalid Base DN setting in mds.ini.

Edit your file with the following lines.

Base DN=CN=ad,DC=infosys,DC=com

Admin DN=CN=MDM_Admin,CN=Users,DC=ad,DC=infosys,DC=com

Hope it helps.

Thanks,

Minaz