How To Permit An IBMGROUP to An Acid Profile with LDAP?
search cancel

How To Permit An IBMGROUP to An Acid Profile with LDAP?

book

Article ID: 51145

calendar_today

Updated On:

Products

ACF2 ACF2 - DB2 Option ACF2 for zVM ACF2 - z/OS ACF2 - MISC 24X7 High-Availability Manager for DB2 for z/OS Batch Processor Compile QQF Data Compressor for DB2 for z/OS CA Unicenter NSM RC/Update for DB2 for z/OS DB2 TOOLS- DATABASE MISC Top Secret Top Secret - LDAP

Issue/Introduction

What is the equivalent LDAP command of TSS PER(AcidProfile) IBMGROUP(Whatever)?

 

Environment

Release:
Component: TSSLDP

Resolution

The following LDIF file should used:

 
dn: tssresname=RESNAME,tssresclass=IBMGROUP,tssacidgrp=Permissions,
    tssprofile=PROFNAME,tssadmingrp=profiles,host=HostName          
changetype: add                                                     
objectClass: tssresname 
tssresclass: IBMGROUP
tssresname:  RESNAME      
 

and is the equivalent to the following:

 

TSS PER(PROFNAME) IBMGROUP(RESNAME)  
 

The LDIF file will be used with the following LDAP command:

./ldapmodify -D cn=user_authorized  -w password -a -f test_add_profile.ldif -
h ip_address -p port_number      
 

Note: This example can be used with any other resource class and resource name.