How to clone different users based on different LDAP groups in NetOps Portal
search cancel

How to clone different users based on different LDAP groups in NetOps Portal

book

Article ID: 67292

calendar_today

Updated On:

Products

CA Infrastructure Management

Issue/Introduction

How to clone different users based on different LDAP groups in NetOps Portal

For example:

I have several teams that I want to give specific access in NetOps Portal through LDAP authentication.

  Group Support Team A userClone to CA Performance Center UserA
  Group Support Team B userClone to CA Performance Center UserB

Resolution


To have multiple group definitions within NetOps Portal the format of the Group property when configuring LDAP via the SsoConfig command: would be:

<LDAPGroups>
  <Group Definitions1/>
  <Group Definitions2/>
</LDAPGroups> 


The following is an example:

<LDAPGroups>
<Group searchTag="memberOf" searchString=" CN=NetworkAdmin,OU=Groups,OU=North America,DC=abcd,DC=com " user="{sAMAccountName}" passwd="" userClone="nadmin"/>
<Group searchTag="memberOf" searchString=" CN=SysAdmins,OU=Groups,OU=North America,DC=abcd,DC=com " user="{sAMAccountName}" passwd="" userClone="sysadmin"/>
</LDAPGroups> 

In the above example any user that is part of the 'NetworkAdmin' group in LDAP would get its user rights cloned from the 'nadmin' user in NetOps Portal and any user that is part of the 'SysAdmins' group in LDAP would get its user rights cloned from the 'sysadmin' user in NetOps Portal.