File manager - Edit - /opt/saltstack/salt/lib/python3.10/site-packages/salt/modules/__pycache__/linux_shadow.cpython-310.pyc
Back
o ;j�3 � @ sJ d Z ddlZddlZddlZddlZddlZddlZddlm Z zddl Z W n ey/ Y nw zddlZdZ W n eyC dZ Y nw dZe�e�Zdd� Zd d � Zd,dd�Zd-d d�Zd,dd�Zd,dd�Zd,dd�Zd.dd�Zd,dd�Zd,dd�Zd,dd�Zd/dd�Zd,d d!�Zd,d"d#�Zd,d$d%�Z d,d&d'�Z!d,d(d)�Z"d,d*d+�Z#dS )0a, Manage the shadow file on Linux systems .. important:: If you feel that Salt should be using this module to manage passwords on a minion, and it is using a different module (or gives an error similar to *'shadow.info' is not available*), see :ref:`here <module-provider-override>`. � N)�CommandExecutionErrorTFZshadowc C s t �dd�dkr tS dS )NZkernel� �LinuxF)� __grains__�get�__virtualname__� r r �M/opt/saltstack/salt/lib/python3.10/site-packages/salt/modules/linux_shadow.py�__virtual__&