PTCON_FTP(SQL Table) |
Index Back |
---|
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | URL_ID | Character(30) | VARCHAR2(30) NOT NULL | URL Identifier (see PSURLDEFN). |
2 | USERID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID |
3 | PASSWD | Character(30) | VARCHAR2(30) NOT NULL | Password |
4 | CERTALIAS | Character(50) | VARCHAR2(50) NOT NULL |
Certificate Alias
Prompt Table:
PSRENCERT_VW
|
5 | PT_SSL_USE | Character(1) | VARCHAR2(1) NOT NULL |
Specify the level of SSL required.
0 - Don't attempt to use SSL.
1 - Try using SSL, proceed as normal otherwise.
2 - Require SSL for the control connection
3 - Require SSL for all communication
0=0 - No SSL 1=1 - Try SSL 2=2 - SSL for Control 3=3 - SSL Only |
6 | PT_VERIFY_HOST | Character(1) | VARCHAR2(1) NOT NULL |
0 - Do not verify names in the certificate
1 - Certificate must contain a Common Name field, but it doesn't matter what name it says.
2 - The common Name field shoulld match with the host name
0=0 1=1 2=2 |
7 | PT_VERIFY_PEER | Character(1) | VARCHAR2(1) NOT NULL |
N - Do not verify the authenticity of the peer's certificate
Y - Verify the authenticity of the peer's certificate
0=No 1=Yes |