承接 munkireport/users 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

munkireport/users

最新稳定版本:v3.4

Composer 安装命令:

composer require munkireport/users

包简介

Users module for munkireport.

README 文档

README

Users module for MunkiReport. Gathers information about user accounts on the Mac.

Client Preferences

It is possible to enable the collection of user account hints on clients using the preference domain MunkiReport with boolean key user_account_hints_enabled set to true. Alternatively, you can run sudo defaults write /Library/Preferences/MunkiReport.plist user_account_hints_enabled -bool true on the client.

Table Schema

Table name: local_users

Database:

  • real_name - varchar(255) - Full username
  • ard_priv - varchar(255) - ARD permissions bit
  • node_location - varchar(255) - Records source
  • password_hint - varchar(255) - Password hint
  • generated_uuid - varchar(255) - Generated UUID
  • home_directory - varchar(255) - Home directory path
  • primary_group_id - varchar(255) - Primary group ID
  • record_name - varchar(255) - Username
  • group_memership - text - Groups user is a part of
  • administrator - boolean - Is an administrator
  • ssh_access - boolean - SSH access
  • screenshare_access - boolean - Screen Sharing access
  • unique_id - varchar(255) - UID of account
  • user_shell - varchar(255) - User's shell
  • meta_record_name - varchar(255) - Account record name on network
  • email_address - varchar(255) - Network email address
  • smb_group_rid - varchar(255) - AD group RID
  • smb_home - varchar(255) - Network home address
  • smb_home_drive - varchar(255) - Network home drive letter
  • smb_primary_group_sid - varchar(255) - AD primary group SID
  • smb_sid - varchar(255) - AD SID
  • smb_script_path - varchar(255) - AD logon script path
  • original_node_name - varchar(255) - OU of account
  • primary_nt_domain - varchar(255) - Primary NT domain
  • copy_timestamp - bigint - Mobile account copy time
  • smb_password_last_set - bigint - Network password last set
  • creation_time - bigint - Account creation time
  • failed_login_count - varchar(255) - Failed login count
  • failed_login_timestamp - bigint - Last failed login timestamp
  • password_last_set_time - bigint - When password was last set
  • last_login_timestamp - bigint - Timestamp of last login
  • password_history_depth - varchar(255) - Number of passwords to have as history
  • linked_full_name - varchar(255) - Linked Apple ID
  • linked_timestamp - bigint - Timestamp of when Apple ID was linked to account
  • autologin_enabled - boolean - If automatic login is enabled or disabled

Configuration

Users Local Admin Threshold Value:
This value specifies the minimum number of local admin accounts needed to list the computer in the Users Local Admin Report. Default is 2.

USERS_LOCAL_ADMIN_THRESHOLD=2

统计信息

  • 总下载量: 7.86k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 8
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2020-05-01