OBIEE Quick LDAP Configuration

来源:互联网 发布:linux rsyslog配置 编辑:程序博客网 时间:2024/04/30 16:50

http://ecapitaladvisors.com/blog/obiee-quick-ldap-configuration/

A common part of an OBIEE installation is configuring a client’s current LDAP server to pass users and groups into OBIEE. Here are the quick steps to configure a foreign LDAP in OBIEE:

  • Login to weblogic console
  • Click on Security Realms

picture 1

  • Click new to create the new LDAP entry.

picture 2

  • Type MSAD into the name field.
  • For this scenario, Active Directory is selected as the type
  • click ok.

Picture 3

  • The new MSAD entry is now located at the bottom of the table.
  • Click on the Default Authenticator link.

Picture 4

  • Confirm that the control flag for the Default Authenticator is set to sufficient and return to the providers screen.

Picture 12

  • Reorder the provider screen to look like below, MSAD being at the top of the table.
  • After reordering, click on the MSAD link to view its settings.

Picture 10

  • Confirm that the control flag for MSAD is set to sufficent
  • Click the provider specific tab

Picture 11

  • Enter the following details into the MSAD provider specific screen, adjusting to suit your specific environment:

Host: HOSTNAME.YOURCOMPANY.com

Port: 389

Principal: CN=obiee-svc,CN=Users,DC=corp,DC=YOURCOMPANY,DC=com

User Base DN: CN=Users,DC=corp,DC=YOURCOMPANY,DC=com

All Users Filter: (&(sAMAccountName=*)(objectclass=user))

User From Name Filter:(&(sAMAccountName=%u)(objectclass=user))

User Name Attribute:sAMAccountName

User Object Class: user

Group Base DN:CN=Users,DC=corp,DC=YOURCOMPANY,DC=com

  • Log into weblogic enterprise manager
  • Right click on bi foundation > Security > Security Provider Configuration

Picture 6

  • Click the configure button on the identity store provider section of the page.

Picture 7

  • Click the Add button and enter the following

Property Name: virtualize

Value: true

 

Picture 8

  • Click OK.
  • Restart BI Services.