When processing a command to create a new Top Secret user, there is also a need to automatically grant that user "all" access
to create/delete/update any data set beginning with the users ID.
For example, if user DT11433 is created, then they need to execute:
TSS ADD(DT11433)DSN(DT11433)
Is this possible automatically?
Release : 15.1
Component : LDAP SERVER FOR Z/OS
There is not any ability within the product to automatically
execute additional commands.
This could be accomplished by issuing 2 ldapadd commands,
LDAP has the ability to write a WTO to a customer choosing for pre/post user create, user modify, and user delete options.
This capability to write a WTO that can then trigger an automation product on the mainframe to
execute additional tasks, is a way to resolve this.