The LINUX profile data record contains information needed by the LINUX PAM Server to verify user access. It maps the Linux application user identity to an CA ACF2 for VM logonid.
|
Record ID |
Fields |
|
recid |
LINUXGRP(group-name) |
Specify a one-to-eight character CA ACF2 for VM logonid. This value cannot be masked.
Specifies the name of the LINUX group profile record. A one to eight character field. This field is optional.
Specifies the Pathname of the Initial Directory when a user enters a Linux command or the ISPF shell. A 1 to 1024 upper or lower case alphanumeric character field. This is a required field. If left undefined on an INSERT command, it defaults to '/home/%L'.
The following strings substitutions are allowed:
Symbolic String Substitution
Note: If LINUXNAM field is not defined, it is substituted to CA ACF2 for VM logonid.
Specifies the LINUX Application User Identity. A 1 to 1024 upper or lower cased alphanumeric character field. This field is optional.
Specifies LINUX/390 Service Shell Program when Linux command is first entered. A 1 to 1024 upper and lower cased alphanumeric character field. This field is required. If this field is left undefined on an INSERT command, it defaults to '/bin/bash'.
Specifies the LINUX uid value. A numeric field that accepts values from 0 to 2,147,483,647. This field is required.
To build a cross-reference table to map a LINUX/390 application user id to an CA ACF2 for VM logon id:
ACFSERVE RELOAD PROFILE LINUX USER
The following example inserts LINUX user profile record, LNXUSER9 with Linux application user id value of Linuxuserid9.
INSERT LNXUSER9 linuxnam(linuxuserid9) linuxgrp(linuxgrp) linuxuid(1234)
LINUX / LNXUSER9 LAST CHANGED BY USER01 ON 04/11/05-15:55
LINUXGRP(LINUXGRP) LINUXHOM(/home/%L) LINUXNAM(linuxuserid9)
LINUXPGM(/bin/bash) LINUXUID(1,234)
|
Copyright © 2009 CA Technologies.
All rights reserved.
|
|