prmu...@gmail.com
unread,Aug 22, 2017, 6:33:50 AM8/22/17You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hi,
I want to connect to RACF on zOS LDAP through java program and want to perform
operations like change passwd/add user/delete user. I could see some of the
java program which uses
com.ibm.eserver.zos.racf.userregistry.*;
com.ibm.security.userregistry.*;
Api's to do that. And they require a LDAP Server on zOS machine. Through
LDAP server these programs modifies RACF database.
I could find com.ibm.eserver.zos.racf.userregistry.* jar file but still i
am struggling to get the other jar ( com.ibm.security.userregistry.* ) file.
Can you please help me in this regard? and also help me , How to connect to
RACF using java code and How configure zOS LDAP to RACF?