Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jun 3, 2020. It is now read-only.

Features_ScriptBasedReporting_Users

Grant Gainey edited this pageDec 12, 2016 ·2 revisions

Basic FISMA Report: user report

User reports were created based on the following requirements:

  1. List all users
  2. Username, Full Name, Position, User type?, email, roles (pipe/semi-colon deliminated?), creation date, last-login date, active state
  3. Optionally list usernames associated to channels and systems? Would that even be sensible?

2009-11-18: spacewalk-backend 0.7.14-1 contains "users" and "users-systems" reports.

Report fields:

# spacewalk-report --info --list-fields-info usersUsers in the system    List of all users for all organizations, with their details    and roles.Fields in the report:    organization_id: Organization identifier    organization: Organization name    user_id: Internal user id    username: User name / login    last_name: Last name    first_name: First name(s)    position: Position of the user    email: Email address    role: Roles assigned to the user    creation_time: Date and time when the user was created    last_login_time: When the user last accessed the system    active: String enabled or disabled

Note that there are two additional columns identifying the organization, and the user type is not present because the User Type field is basically list of roles in older Satellites, and empty in 5.1+.

# spacewalk-report --info --list-fields-info users-systemsSystems administered by individual users    List of systems that users can administer.Fields in the report:    organization_id: Organization identifier    user_id: Internal user id    username: User name / login    server_id: System identifier    group: Group through the user has access to the system    admin_access: 1 if the user has access by being org administrator

The output:

# spacewalk-report users | grep '^25,'25,foobar,275,doe,Doe,John,,doe@example.com,Organization Administrator,2008-10-31 10:24:49,2008-10-31 10:25:47,enabled25,foobar,276,barfoo,a,a,,a-a@example.com,Activation Key Administrator;System Group Administrator;Configuration Administrator,2008-10-31 10:26:38,,disabled25,foobar,312,helen,Vondra,Helen,singer,helen@example.com,,2009-10-31 11:53:23,2009-11-18 12:42:44,enabled# spacewalk-report users-systems25,275,doe,1000012508,,125,275,doe,1000016367,,125,275,doe,1000016407,,125,276,barfoo,1000016407,public,25,312,helen,1000016407,public,25,312,helen,1000016367,helens,

Back toFeatures_ScriptBasedReporting.

Do you want to contribute to this wiki? See pageWikiContribute for more info.

Clone this wiki locally


[8]ページ先頭

©2009-2025 Movatter.jp