Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions sear/key_map/key_map_user.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,23 @@ const trait_key_mapping_t USER_BASE_SEGMENT_MAP[]{
{
"base:logon_allowed_time", "whentime",
TRAIT_TYPE_STRING, {true, false, false, false},
},
// z/OS 3.2 and later
{
"base:contain", "contain",
TRAIT_TYPE_BOOLEAN, {true, false, false, false},
},
{
"base:never_contain", "nevercon",
TRAIT_TYPE_BOOLEAN, {true, false, false, false},
},
{
"base:no_contain", "nocontai",
TRAIT_TYPE_BOOLEAN, {true, true, false, false},
},
{
"base:allow_contain", "allowcon",
TRAIT_TYPE_BOOLEAN, {true, false, false, false},
}
};

Expand Down
Loading