The GROUP profile records contain information needed by OpenExtensions VM and LINUX/390 applications (CA PAM for Linux for System z) to verify user access. The profile data information segments that can be extracted for a GROUP include OEVM (for OpenExtensions VM) and LINUX (for CA PAM for Linux for System z support). For compatibility, OMVS (for CA PAM for Linux for System z support prior to r8.0) may still be used if linuxdata OMVS is included in the CA PAM for Linux for System z configuration file.
The key of a GROUP profile record is a group name, which cannot be masked.
|
Record ID |
Fields |
|
Recid |
GID(gid) |
Specifies the group name. This value cannot be masked.
A numeric field that accepts values from zero to 2,147,483,647.
The following example shows how to create a GROUP Profile record for group OEVMGRP and assign it a GID value of 20.
SET PROFILE(GROUP) DIVISION(OEVM) INSERT OEVMGRP GID(20)
|
Record ID |
Fields |
|
Recid |
LINUXGID(gid) |
Specifies the group name. This value cannot be masked.
A numeric field that accepts values from zero to 2,147,483,647.
The following example shows how to create a GROUP Profile record for group LINUXGRP and assign it a LINUXGID value of 20.
SET PROFILE(GROUP) DIVISION(LINUX)
INSERT LINUXGRP LINUXGID(20)
|
Copyright © 2009 CA Technologies.
All rights reserved.
|
|