%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /lib/python3/dist-packages/samba/netcmd/__pycache__/
Upload File :
Create Path :
Current File : //lib/python3/dist-packages/samba/netcmd/__pycache__/pso.cpython-312.pyc

�

�I�d���
�L�ddlmZddlZddlmZddlmZmZm	Z	m
Z
ddlmZm
Z
ddlmZddlmZmZmZd�Zd�Zd	�Zd<d
�Zd�Zd�Zd
�Z					d=d�Z		d>d�Ze	ddddgd��e	ddddgd��e	dde��e	dde��e	dde��e	dd e��e	d!ed"�#�e	d$ed%�#�e	d&d'e��g	Zd(�ZGd)�d*e�Z Gd+�d,e�Z!Gd-�d.e�Z"d/�Z#Gd0�d1e�Z$Gd2�d3e�Z%Gd4�d5e�Z&Gd6�d7e�Z'Gd8�d9e�Z(Gd:�d;e
�Z)y)?�N)�SamDB)�Command�CommandError�Option�SuperCommand)�DOMAIN_PASSWORD_COMPLEX�DOMAIN_PASSWORD_STORE_CLEARTEXT)�system_session)�NEVER_TIMESTAMP�timestamp_to_mins�timestamp_to_daysc�(�d|j�zS)Nz+CN=Password Settings Container,CN=System,%s)�	domain_dn)�samdbs �2/usr/lib/python3/dist-packages/samba/netcmd/pso.py�
pso_containerrs��8�5�?�?�;L�L�L�c�6�td|z�}t|�S)z4Converts a value in minutes to -100 nanosecond unitsg��A)�int�str)�mins�	timestamps  r�mins_to_timestampr"s���Z�$�&�'�'�I��y�>�rc�:�t|dzdz�}t|�S)z1Converts a value in days to -100 nanosecond units�<�)rr)�daysrs  r�days_to_timestampr(s��!�$��)�b�.�1�I��y�>�rc���ddd�}gd�}|j|tj|��}|d}|jd|dz�|jd	�|jd
|dz�t	|d�}|jd
||z�t	|d�}|jd||z�|jd|dz�|jd|dz�|jdt|dd�z�|jdt|dd�z�|jdt
|dd�z�|jd|dz�|jdt
|dd�z�|rUd|vr?|jdt|d�z�|dD]}|jd |z��y"|jd!�y"y")#z8Displays the password settings for a PSO specified by DN�on�off)�TRUE�FALSE)�name�msDS-PasswordSettingsPrecedence�(msDS-PasswordReversibleEncryptionEnabled�msDS-PasswordHistoryLength�msDS-MinimumPasswordLength�msDS-PasswordComplexityEnabled�msDS-MinimumPasswordAge�msDS-MaximumPasswordAge�msDS-LockoutObservationWindow�msDS-LockoutThreshold�msDS-LockoutDuration�msDS-PSOAppliesTo��scope�attrsrz"Password information for PSO '%s'
r$�
z Precedence (lowest is best): %s
r%r)zPassword complexity: %s
r&zStore plaintext passwords: %s
zPassword history length: %s
r'zMinimum password length: %s
r(z Minimum password age (days): %d
r*z Maximum password age (days): %d
r+z$Account lockout duration (mins): %d
r.z)Account lockout threshold (attempts): %s
r-z'Reset account lockout after (mins): %d
r,r/z*
PSO applies directly to %d groups/users:
z  %s
z2
Note: PSO does not apply to any users or groups.
N)�search�ldb�
SCOPE_BASE�writerr
r�len)	�outfr�dn�show_applies_to�
on_off_str�	pso_attrs�res�pso_res�bool_strs	         r�show_pso_by_dnrA.s(����/�J�&�I��,�,�r����y�,�
A�C��!�f�G��J�J�4�w�v��F�G��J�J�t���J�J�2��8�9�:�;��7�;�<�=�H��J�J�*�Z��-A�A�B��7�E�F�G�H��J�J�0�:�h�3G�G�H��J�J�.��3�4�5�6��J�J�.��3�4�5�6��J�J�2� ��)B�!C�A�!F�G�H�I��J�J�2� ��)B�!C�A�!F�G�H�I��J�J�6� ��)?�!@��!C�D�E�F��J�J�;��.�/�0�1��J�J�9� ��)H�!I�!�!L�M�N�O���'�)��J�J�E��7�#6�7�8�9�
:��1�2�
*���
�
�8�b�=�)�
*�
�J�J�M�N�rc��	|j|tjdg��}d|dvrt
d��y#tj$r4}|jdtj
k(rt
d|z���d}~wwxYw)z=Gracefully bail out if we can't view/modify the PSO specifiedr%r0rzUnable to find PSO '%s'Nz/You may not have permission to view/modify PSOs)r4r5r6�LdbError�args�ERR_NO_SUCH_OBJECTr)r�pso_dnr$r>�es     r�check_pso_validrH`s�����l�l�6����"C�!D��F��)��A��6��L�M�M�7���<�<���6�6�!�9��.�.�.��8�4�?�@�@�
���s�#8�A?�/A:�:A?c���d|z}|j|j�tj|ddg��}t	|�dk(r|jd|z�yd|dvr&|jd|z�|jd�yt
||dddd	�|jd
|z�t|||dddd��d|dvr|jd
�y|jd�y)z2Displays the password settings for a specific userz((&(sAMAccountName=%s)(objectClass=user))zmsDS-ResultantPSOzmsDS-PSOApplied)r1�
expressionr2rzUser '%s' not found.
z@No PSO applies to user '%s'. The default domain settings apply.
z4Refer to 'samba-tool domain passwordsettings show'.
z???z0The following PSO settings apply to user '%s'.

F�r;zD
Note: PSO applies directly to user (any group PSOs are overridden)
z+
PSO applies to user via group membership.
N)r4rr5�
SCOPE_SUBTREEr8r7rHrA)r9r�username�
search_filterr>s     r�show_pso_for_userrOqs��?��I�M�
�,�,�u���(��0A�0A�"/�1�3D�E��G�C��3�x�1�}��
�
�+�h�6�7�	�C��F�	*��
�
�:�<D�E�	F��
�
�J�K�	��s�1�v�&9�:�1�=�u�E��
�
�G���	��t�U�C��F�+>�$?��$B�',�	.���A��&��J�J�;�
<�
�J�J�F�Grc�8�tj|||�||<y)N)r5�MessageElement)�msg�	attr_name�value�ldb_opers    r�msg_add_attrrV�s���'�'��x��C�C�	�Nrc��tj�}tj||�|_|r+tj}tj
d|d�|d<ntj}|�t|dt|�|�|�|dk(rdnd}t|d||�|�|dk(rdnd}t|d	||�|�t|d
t|�|�|	�t|dt|	�|�|
�t|
�}t|d||�|�.|d
k(rtt�}nt|�}t|d||�|�t|�}t|d||�|�t|dt|�|�|
�t|dt|
�|�|S)z0Packs the given PSO settings into an LDB messagezmsDS-PasswordSettings�objectClasszmsDS-objectClassr%r r"r#r)r&r'r(r*rr+r.r-r,)r5�Message�Dnr:�FLAG_MOD_ADDrQ�FLAG_MOD_REPLACErVrrrr)r9rrF�create�lockout_threshold�
complexity�
precedence�store_plaintext�history_length�min_pwd_length�min_pwd_age�max_pwd_age�lockout_duration�reset_lockout_after�mrUr@�min_pwd_age_ticks�max_pwd_age_ticks�lockout_duration_tickss                    r�make_pso_ldb_msgrl�s���	���
�A��6�6�%�� �A�D�
��#�#�� #� 2� 2�3J�3;�]�!L��
���'�'�����Q�9�3�z�?��	���'�4�/�6�W���Q�8�(�H�M��"�,��4�6�'���Q�B��x�	)��!��Q�4�c�.�6I��	��!��Q�4�c�.�6I��	���-�k�:���Q�1�3D��	����!�� #�O� 4�� 1�+� >���Q�1�3D�h�O��#�!2�3C�!D���Q�.�0F��	��$��Q�/��5F�1G��	��&��Q�7�&�':�;�X�	G�
�Hrc��|�|dkDrtd��|�|dkDrtd��|�|�||k\r|dk7rtd��yyyy)z,Checks PSO settings fall within valid rangesNiz5Bad password history length: valid range is 0 to 1024�z4Bad minimum password length: valid range is 0 to 255rz2Minimum password age must be less than maximum age)r)rcrbrdres    r�check_pso_constraintsro�s���
�!�n�t�&;��6�7�	7��!�n�s�&:��5�6�	6���;�#:��+�%�+��*:�� -�.�
.�+;�%�$;�rz--complexity�choicer r!z#The password complexity (on | off).)�type�choices�helpz--store-plaintextziStore plaintext passwords where account have 'store passwords with reversible encryption' set (on | off).z--history-lengthz(The password history length (<integer>).)rsrqz--min-pwd-lengthz(The minimum password length (<integer>).z
--min-pwd-agezHThe minimum password age (<integer in days>). Default is domain setting.z
--max-pwd-agezHThe maximum password age (<integer in days>). Default is domain setting.z--account-lockout-durationz�The length of time an account is locked out after exceeding the limit on bad password attempts (<integer in mins>). Default is domain setting�rqrsz--account-lockout-thresholdzrThe number of bad password attempts allowed before locking out the account (<integer>). Default is domain setting.z--reset-account-lockout-afterz~After this time is elapsed, the recorded number of attempts restarts from zero (<integer in mins>). Default is domain setting.c�L�d}|D]}|D]}t|�|vs�|dz
}��|S)z�
    Returns the number of options specified that are present in the args.
    (There can be other args besides just the ones we're interested in, which
    is why argc on its own is not enough)
    r�)r)�optionsrD�num_opts�opt�args     r�num_options_in_argsr{sB���H�����	�C��3�x�3���A�
��	��
�Orc	��eZdZdZdZejejejd�Z	e
eddddde�	�gzZ
d
dgZ						dd
�Zy)�!cmd_domain_pwdsettings_pso_createa�Creates a new Password Settings Object (PSO).

    PSOs are a way to tailor different password settings (lockout policy,
    minimum password length, etc) for specific users or groups.

    The psoname is a unique name for the new Password Settings Object.
    When multiple PSOs apply to a user, the precedence determines which PSO
    will take effect. The PSO with the lowest precedence will take effect.

    For most arguments, the default value (if unspecified) is the current
    domain passwordsettings value. To see these values, enter the command
    'samba-tool domain passwordsettings show'.

    To apply the new PSO to user(s) or group(s), enter the command
    'samba-tool domain passwordsettings pso apply'.
    z&%prog <psoname> <precedence> [options]��	sambaopts�versionopts�credopts�-H�--URL�%LDB URL for database or target server�URL�H�rs�metavar�destrq�psonamer`Nc�6�|j�}|
j|�}t|t�||��}	t	|�}d|�dt|���}	|j|tj��}t
d|z��#t
$rt
d��wxYw#tj$r,}|jdtjk(rn�Yd}~nd}~wwxYwtt|j �}|dk(rt
d��|t#t�kr"|j%d	�|j%d
�|j|j'�tjgd���}t#|�d
k(sJ�t	|ddd�}|�t(}||zrdnd}|�t*}||zrdnd}|�t	|ddd�}|	�t	|ddd�}	|�t-|ddd�}|�t-|ddd�}|
�t/|ddd�}
|�t	|ddd�}|�t/|ddd�}t1||||	��t3|j4||d|||||	|||
||��}	|j7|�|j%d|z�t9|j4||d��y#tj$rC}|j\}}|tj:k(rt
d��t
d|�d |����d}~wwxYw)!N��url�session_info�credentials�lpz<The PSO's precedence should be a numerical value. Try --help�CN=�,)r1zPSO '%s' already existsr�?Please specify at least one password policy setting. Try --helpz4Not all password policy options have been specified.zaFor unspecified options, the current domain password settings will be used as the default values.)�
pwdProperties�pwdHistoryLength�minPwdLength�	minPwdAge�	maxPwdAge�lockoutDuration�lockoutThreshold�lockOutObservationWindowr0rvr�r r!r�r�r�r�r�r�r��rerdrbrcT�r]r_r`rarbrcrdrerfr^rgzPSO successfully created: %sFrKz5Administrator permissions are needed to create a PSO.zFailed to create PSO '�': )�get_loadparm�get_credentialsrr
r�
ValueErrorrrr4r5r6rCrDrEr{�pwd_settings_options�raw_argvr8�messagerrr	r
rrorlr9�addrA�ERR_INSUFFICIENT_ACCESS_RIGHTS)�selfr�r`r�rdrer_rarbrc�account_lockout_duration�account_lockout_threshold�reset_account_lockout_afterr�rr�r��credsrrFr>rG�num_pwd_args�	pwd_props�	prop_flagrh�numrRs                            r�runz%cmd_domain_pwdsettings_pso_create.run:s����
#�
#�
%���(�(��,���!�.�*:�"'�B�0��	@��Z��J� '�
�e�(<�=��	D��,�,�v�S�^�^�,�<�C��8�7�B�C�C���	@�� ?�@�
@�	@���|�|�	��v�v�a�y�C�2�2�2�����	��+�+?����O���1��� 5�6�
6��#�2�3�3��L�L�0�
1��L�L�I�
J��l�l�5�?�?�,�C�N�N�"R��S���3�x�1�}��}���A���/��2�3�	���/�I�!*�Y�!6��E�J��"�7�I�&/�)�&;�d��O��!� ��Q��(:�!;�A�!>�?�N��!� ��Q���!7��!:�;�N���+�C��F�;�,?��,B�C�K���+�C��F�;�,?��,B�C�K�#�+�!�#�a�&�):�";�A�">�?�
%�%�,�(+�C��F�3E�,F�q�,I�(J�%�&�.�!�#�a�&�)C�"D�Q�"G�H�
(�	�+�;�-;�-;�	=�

�T�Y�Y��v�d�(2�z�-<�,:�,:�)4�+�.F�/H�1L�
N��	L��I�I�a�L��L�L�7�&�@�A��4�9�9�e�V�U�K���|�|�	L����J�S�#��c�8�8�8�"�$6�7�7�#�f�FI�$K�L�L��
	L�s;�B�!B�B�C�1"C�C�>K�L�>L�L)
NNNNNNNNNNNNN)�__name__�
__module__�__qualname__�__doc__�synopsisrw�SambaOptions�VersionOptions�CredentialsOptions�takes_optiongroupsr�rr�
takes_options�
takes_argsr��rrr}r}s���"8�H��)�)��-�-��.�.���)��t�W�#J��3�S�	2�,��M��\�*�J�;?�?C�04�EI�GK��rLrr}c
��eZdZdZdZejejejd�Z	e
eded��eddd	e
d
d��gzZd
gZ						dd�Zy)�cmd_domain_pwdsettings_pso_setz*Modifies a Password Settings Object (PSO).�%prog <psoname> [options]r~z--precedencezUThis PSO's precedence relative to other PSOs. Lower precedence is better (<integer>).rtr�r�r�r�r�)rsrqr�r�r�Nc��|j�}|
j|�}t|t�||��}d|�dt	|���}t|||�t
t|j�}|dk(r
|�td��|�|�T|j|tjddg��}|�|ddd}t|�}|�|ddd}t|�}t||||	�	�t|j ||d
|||||	|||
||��}	|j#|�|j%d|z�t'|j ||d
�
�y#tj($r%}|j*\}}td|�d|����d}~wwxYw)Nr�r�r�rr�r*r+r0r�Fr�zSuccessfully updated PSO: %srK�Failed to update PSO 'r�)r�r�rr
rrHr{r�r�rr4r5r6r
rorlr9�modifyr�rArCrD)r�r�r�r`rdrer_rarbrcr�r�r�r�rr�r�r�rrFr�r>�
min_pwd_ticks�
max_pwd_ticksrhrGr�rRs                            rr�z"cmd_domain_pwdsettings_pso_set.run�s����
#�
#�
%���(�(��,���!�.�*:�"'�B�0�� '�
�e�(<�=����v�w�/�+�+?����O���1���!3�� 5�6�
6��"�k�&=��,�,�v�S�^�^�&?�&?�&A��B�C��"� #�A��'@� A�!� D�
�/�
�>���"� #�A��'@� A�!� D�
�/�
�>���+�;�-;�-;�	=�

�T�Y�Y��v�e�(2�z�-<�,:�,:�)4�+�.F�/H�1L�
N��	P��L�L��O��L�L�7�&�@�A��4�9�9�e�V�U�K���|�|�	P����J�S�#��&�#�N�O�O��	P�s�>E
�
F�  F�F)NNNNNNNNNNNNNN)r�r�r�r�r�rwr�r�r�r�r�rrrr�r�r�r�rrr�r��s���4�*�H��)�)��-�-��.�.���)��~�C�?�	A�	�t�W�#J���S�	2�	,��M���J�@D�?C�04�EI�GK��<Prr�c��eZdZdZdZejejejd�Z	e
ddddde�	�gZd
gZ
		d
d�Zy)�!cmd_domain_pwdsettings_pso_deletez)Deletes a Password Settings Object (PSO).r�r~r�r�r�r�r�r�r�Nc��|j�}|j|�}t|t�||��}d|�dt	|���}	t||	|�|j
|	�|jd|z�y)Nr�r�r�zDeleted PSO %s)r�r�rr
rrH�deleter��
r�r�r�r�rr�r�r�rrFs
          rr�z%cmd_domain_pwdsettings_pso_delete.runsq��
�
#�
#�
%���(�(��,���!�.�*:�"'�B�0�� '�
�e�(<�=����v�w�/�
���V�����%��/�0r�NNNN�r�r�r�r�r�rwr�r�r�r�rrr�r�r�r�rrr�r�sb��3�*�H��)�)��-�-��.�.���	�t�W�#J��3�S�	2��M���J�<@��
1rr�c�(�t|dd�}|S)Nr%r)r)�a�a_precedences  r�pso_keyr�#s���q�:�;�A�>�?�L��rc��eZdZdZdZejejejd�Z	e
ddddde�	�gZdd�Z
y
)
�cmd_domain_pwdsettings_pso_listz+Lists all Password Settings Objects (PSOs).z%prog [options]r~r�r�r�r�r�r�Nc�"�|j�}|j|�}t|t�||��}|j	t|�tjddgd��}t|�dk(sd|dvr|jjd�yt|t��}	|jjd	�|jjd
�|	D],}
|
d}|jj|d�d|
d�d
���.y)Nr�r$r%z#(objectClass=msDS-PasswordSettings))r1r2rJrz@No PSOs are present, or you don't have permission to view them.
)�keyzPrecedence | PSO name
z3--------------------------------------------------
�10z | r3)
r�r�rr
r4rr5rLr8r9r7�sortedr�)r�r�r�rr�r�r�rr>�pso_list�psor`s            rr�z#cmd_domain_pwdsettings_pso_list.run8s���
�
#�
#�
%���(�(��,���!�.�*:�"'�B�0���l�l�=��/�s�7H�7H�"(�*K�!L�&K��M���s�8�q�=�=�S��V�K��I�I�O�O�/�
0���#�7�+���	�	���1�2��	�	���N�O��	H�C��>�?�J��I�I�O�O�j�#�f�+�F�G�	Hrr�)r�r�r�r�r�rwr�r�r�r�rrr�r�r�rrr�r�(sT��5� �H��)�)��-�-��.�.���	�t�W�#J��3�S�	2��M�
Hrr�c��eZdZdZdZejejejd�Z	e
ddddde�	�gZd
gZ
		d
d�Zy)�cmd_domain_pwdsettings_pso_showz-Display a Password Settings Object's details.r�r~r�r�r�r�r�r�r�Nc���|j�}|j|�}t|t�||��}d|�dt	|���}	t||	|�t
|j||	�y)Nr�r�r�)r�r�rr
rrHrAr9r�s
          rr�z#cmd_domain_pwdsettings_pso_show.runfsc��
�
#�
#�
%���(�(��,���!�.�*:�"'�B�0�� '�
�e�(<�=����v�w�/��t�y�y�%��0rr�r�r�rrr�r�Usb��7�*�H��)�)��-�-��.�.���	�t�W�#J��3�S�	2��M���J�<@��
1rr�c��eZdZdZdZejejejd�Z	e
ddddde�	�gZd
gZ
		d
d�Zy)�$cmd_domain_pwdsettings_pso_show_userz4Displays the Password Settings that apply to a user.z%prog <username> [options]r~r�r�r�r�r�r�rMNc��|j�}|j|�}t|t�||��}t	|j
||�y)Nr�)r�r�rr
rOr9)	r�rMr�r�rr�r�r�rs	         rr�z(cmd_domain_pwdsettings_pso_show_user.run�sH��
�
#�
#�
%���(�(��,���!�.�*:�"'�B�0��	�$�)�)�U�H�5rr�r�r�rrr�r�ssb��>�+�H��)�)��-�-��.�.���	�t�W�#J��3�S�	2��M���J�=A��6rr�c��eZdZdZdZejejejd�Z	e
ddddde�	�gZd
dgZ
		dd
�Zy)� cmd_domain_pwdsettings_pso_applya�Applies a PSO's password policy to a user or group.

    When a PSO is applied to a group, it will apply to all users (and groups)
    that are members of that group. If a PSO applies directly to a user, it
    will override any group membership PSOs for that user.

    When multiple PSOs apply to a user, either directly or through group
    membership, the PSO with the lowest precedence will take effect.
    �.%prog <psoname> <user-or-group-name> [options]r~r�r�r�r�r�r�r��
user_or_groupNc�D�|j�}|j|�}t|t�||��}	d|�dt	|	���}
t|	|
|�d|z}|	j
|	j�tj|��}t|�dk(rtd|z��t|dj�}
tj�}tj|	|
�|_
tj |
tj"d�|d<	|	j%|�|j-d	|�d|�d��y#tj&$rJ}|j(\}}|tj*k(rtd	|�d
|�d���td|�d
|����d}~wwxYw)Nr�r�r��(sAMAccountName=%s)�r1rJr�.The specified user or group '%s' was not foundr/�PSO 'z' already applies to '�'r�r�z' applied to ')r�r�rr
rrHr4rr5rLr8rrr:rYrZrQr[r�rCrD�ERR_ATTRIBUTE_OR_VALUE_EXISTSr��r�r�r�r�r�rr�r�r�rrFrNr>�	target_dnrhrGr�rRs                  rr�z$cmd_domain_pwdsettings_pso_apply.run�s���
�
#�
#�
%���(�(��,���!�.�*:�"'�B�0�� '�
�e�(<�=����v�w�/�.�
�=�
��l�l�5�?�?�,�C�4E�4E�&3��5���s�8�q�=��O�!.� /�0�
0���A��	�	�N�	��K�K�M���v�v�e�V�$���!$�!3�!3�I�47�4D�4D�4G�"I��
��
	L��L�L��O�	
���7�M�J�K���|�|�	L����J�S�#��c�7�7�7�"�&-�}�$>�?�?�#�g�FI�$K�L�L��	L���E�F�AF�Fr�r�r�rrr�r��sk���@�H��)�)��-�-��.�.���	�t�W�#J��3�S�	2��M��_�-�J�;?�(,�(Lrr�c��eZdZdZdZejejejd�Z	e
ddddde�	�gZd
dgZ
		dd
�Zy)�"cmd_domain_pwdsettings_pso_unapplyz4Updates a PSO to no longer apply to a user or group.r�r~r�r�r�r�r�r�r�r�Nc�D�|j�}|j|�}t|t�||��}	d|�dt	|	���}
t|	|
|�d|z}|	j
|	j�tj|��}t|�dk(rtd|z��t|dj�}
tj�}tj|	|
�|_
tj |
tj"d�|d<	|	j%|�|j-d	|�d|�d��y#tj&$rJ}|j(\}}|tj*k(rtd	|�d
|�d���td|�d
|����d}~wwxYw)Nr�r�r�r�r�rr�r/r�z' doesn't apply to 'r�r�r�z' no longer applies to ')r�r�rr
rrHr4rr5rLr8rrr:rYrZrQ�FLAG_MOD_DELETEr�rCrD�ERR_NO_SUCH_ATTRIBUTEr�r�s                  rr�z&cmd_domain_pwdsettings_pso_unapply.run�s���
�
#�
#�
%���(�(��,���!�.�*:�"'�B�0�� '�
�e�(<�=����v�w�/�.�
�=�
��l�l�5�?�?�,�C�4E�4E�&3��5���s�8�q�=��O�!.� /�0�
0���A��	�	�N�	��K�K�M���v�v�e�V�$���!$�!3�!3�I�47�4G�4G�4G�"I��
��
	L��L�L��O�	
���W�=J�L�	M���|�|�	L����J�S�#��c�/�/�/�"�&-�}�$>�?�?�#�g�FI�$K�L�L��	L�r�r�r�r�rrr�r��sf��>�?�H��)�)��-�-��.�.���	�t�W�#J��3�S�	2��M��_�-�J�;?�(,�(Mrr�c��eZdZdZiZe�ed<e�ed<e�ed<e�ed<e	�ed<e
�ed<e�ed<e�ed	<y
)�cmd_domain_passwordsettings_psoz5Manage fine-grained Password Settings Objects (PSOs).�applyr]r��list�set�showz	show-user�unapplyN)
r�r�r�r��subcommandsr�r}r�r�r�r�r�r�r�rrr�r�sr��?��K�;�=�K���=�?�K���=�?�K���9�;�K���7�9�K���9�;�K���C�E�K���?�A�K�	�rr�)T)
NNNNNNNNNNr�)*�samba.getopt�getoptrwr5�samba.samdbr�samba.netcmdrrrr�samba.dcerpc.samrrr	�
samba.authr
�samba.netcmd.commonrrr
rrrrArHrOrVrlrorr�r{r}r�r�r�r�r�r�r�r�r�r�rr�<module>rs���$�
��F�F�@�%�4�4�
M���/O�dN�"H�@D�EI�GK�9=�JN�)-�	A
�H?C�8<�.�,�>��4��-�5�7�
��X��e�}�J�K���:��F�
��:��F�
�?�.�58�:��?�.�58�:��'�c�-�/��(�s�K�M��*�.�58�:�/;��:�RL��RL�jPP�W�PP�f1��1�B�
*H�g�*H�Z1�g�1�<6�7�6�8AL�w�AL�H9M��9M�xB�l�Br

Zerion Mini Shell 1.0