When KeyAppliance is installed, an install-saka.sh script creates and configures a Linux user named domain1 to SFTP files from/to the appliance for batch request processing on DomainID (DID) 1. If you plan to use any other DID for batch request processing, then you would need to create a new user and update file/directory permissions to SFTP files for batch request processing.
|
|
shell> useradd -c "Domain # Batch Requester" -d /usr/local/strongauth/batchrequests/domain# -m domain#
shell> passwd domain#
shell> mkdir /usr/local/strongauth/batchrequests/domain#/in
shell> mkdir /usr/local/strongauth/batchrequests/domain#/out
shell> chmod -R 770 /usr/local/strongauth/batchrequests/domain# shell> chmod g+s /usr/local/strongauth/batchrequests/domain#/in shell> chmod g+s /usr/local/strongauth/batchrequests/domain#/out shell> chown -R strongauth:domain# /usr/local/strongauth/batchrequests/domain#