Any procedure running on other platorm that requires you to transfer a file and run a remote command on the server (PERL based or not) does not require admin rights, but it should have the following authorities available:
- User for signon should have *change authority to the target library
- User for signon should have the parameter "limited capabilities" set to *no.
- If the AS/400 is using a security package to control remote activities (Such as FTP and remote command) the package should be configured to allow the operation.
So the following user should be ok
CRTUSRPRF USRPRF(FTPUSER)
PASSWORD(somepwd)
USRCLS(*USER)
INLMNU(*SIGNOFF)
LMTCPB(*NO)
TEXT('FTP and remote command user')
|