| Server IP : 3.96.16.70 / Your IP : 216.73.216.15 Web Server : Apache System : Linux ip-172-31-26-103.ca-central-1.compute.internal 6.1.163-186.299.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Feb 24 16:35:42 UTC 2026 x86_64 User : ec2-user ( 1000) PHP Version : 8.4.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /lib/python3.9/site-packages/cfnbootstrap/__pycache__/ |
Upload File : |
a
��0i�
� @ sB d dl Z d dlmZ e �d�ZG dd� de�ZG dd� de�ZdS )� N)�securityzcfn.initc @ s e Zd ZdZdd� ZdS )� GroupToolz
Creates OS groups
c C sb g }|st �d� |S t|�� �D ]:}d}d|| v rFt|| d �}t�||�r"|�|� q"|S )a+
Create groups, returning a list of groups that were created
Arguments:
action -- a dict of group name to attributes, where attributes has keys of:
gid: the gid of the user (a string or int)
Exceptions:
ToolError -- on expected failures
zNo groups specifiedN�gid)�log�debug�sorted�keys�strr Zcreate_group�append)�self�actionZgroups_created�namer � r �A/usr/lib/python3.9/site-packages/cfnbootstrap/user_group_tools.py�apply s
zGroupTool.applyN��__name__�
__module__�__qualname__�__doc__r r r r r r s r c @ s e Zd ZdZdd� ZdS )�UserToolz
Creates OS Users
c C sv g }|st �d� |S t|�� �D ]N}|| }d|vr:dn
t|d �}t�||�dg �|�dd�|�r"|�|� q"|S )a�
Create users, returning a list of users that were created or modified
Arguments:
action -- a dict of user name to attributes, where attributes has keys of:
groups: A list of group names for this user to be a member of
homeDir: The home directory for this user
uid: The uid for this user
Exceptions:
ToolError -- on expected failures
zNo users specified�uidN�groupsZhomeDir) r r r r r r Zcreate_or_modify_user�getr
)r r Zusers_modifiedr
Z
attributesr r r r r ; s
zUserTool.applyNr r r r r r 6 s r )ZloggingZcfnbootstrapr Z getLoggerr �objectr r r r r r �<module> s
!