
    by                        d dl mZ d dlZd dlZd dlZd dlmZmZ d dl	m
Z
 d dlmZ d dlmZ d dlmZmZ d dlmZ d dlmZmZmZmZ d d	lmZ d
dlmZ  G d de          Z G d de          Z G d de          Z G d de          Z  G d de          Z! G d de          Z" G d de          Z# G d de          Z$dS )    N)
check_callCalledProcessError)
attrgetter)system_session)SamDB)credentialsdsdb)Net)CommandCommandErrorSuperCommandOption)	get_bytes   )commonc                      e Zd ZdZdZ edddedd           ed	d
e           edde           edde           edde           edde           edde           edde           edde           edde           edde           edde           ed d!e           ed"d#e           ed$d%e          gZd&gZe	j
        e	j        e	j        d'Z	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 d*d)Zd(S )+cmd_adda  Add a new contact.

    This command adds a new contact to the Active Directory domain.

    The name of the new contact can be specified by the first argument
    'contactname' or the --given-name, --initial and --surname arguments.
    If no 'contactname' is given, contact's name will be made up of the given
    arguments by combining the given-name, initials and surname. Each argument
    is optional. A dot ('.') will be appended to the initials automatically.

    Example1:
    samba-tool contact add "James T. Kirk" --job-title=Captain \
        -H ldap://samba.samdom.example.com -UAdministrator%Passw1rd

    The example shows how to add a new contact to the domain against a remote
    LDAP server.

    Example2:
    samba-tool contact add --given-name=James --initials=T --surname=Kirk

    The example shows how to add a new contact to the domain against a local
    server. The resulting name is "James T. Kirk".
    z%prog [contactname] [options]-H--URL%LDB URL for database or target serverURLHhelptypemetavardestz--ouzDN of alternative location (with or without domainDN counterpart) in which the new contact will be created. E.g. 'OU=<OU name>'. Default is the domain base.r   r   	--surnamezContact's surname--given-namezContact's given name
--initialszContact's initials--display-namezContact's display namez--job-titlezContact's job titlez--departmentzContact's departmentz	--companyzContact's companyz--descriptionzContact's description--mail-addresszContact's email addressz--internet-addresszContact's home pagez--telephone-numberzContact's phone numberz--mobile-numberzContact's mobile phone numberz--physical-delivery-officezContact's office locationzfullcontactname?	sambaoptscredoptsversionoptsNc                 `   |                                 }|                    |          }	 t          |t                      ||          }|                    |||||	|
|||||||||          }n"# t
          $ r}t          d|          d }~ww xY w| j                            d|z             d S )Nurlsession_infor   lp)fullcontactnameousurname	givennameinitialsdisplaynamejobtitle
departmentcompanydescriptionmailaddressinternetaddresstelephonenumbermobilenumberphysicaldeliveryofficezFailed to add contactz Contact '%s' added successfully
)	get_loadparmget_credentialsr   r   
newcontact	Exceptionr   outfwrite)selfr-   r%   r&   r'   r   r.   r/   
given_namer1   display_name	job_titler4   r5   r6   mail_addressinternet_addresstelephone_numbermobile_numberphysical_delivery_officer,   credssamdbret_namees                            6/usr/lib/python3/dist-packages/samba/netcmd/contact.pyrunzcmd_add.runj   s    * ##%%((,,	;a'5'7'7&+! ! !E '' /$!("%'( 0 0*'? ( A AHH   	; 	; 	;6:::	; 		;hFGGGGGs   AA/ /
B9B		B)NNNNNNNNNNNNNNNNNNN__name__
__module____qualname____doc__synopsisr   strtakes_options
takes_argsoptionsSambaOptionsCredentialsOptionsVersionOptionstakes_optiongroupsrP        rO   r   r   +   s        0 /H 	tW#JS	2 	2 	2v3 	 	 	 	{!43???~$:EEE|"6SAAA&>SIII}#8sCCC~$:EEE{!43???%<3GGG&?cJJJ#*?cJJJ#*BMMM 3	 	 	 	+/	 	 	/M8 %%J ).-  !!!%)'0H 0H 0H 0H 0H 0Hr`   r   c                   z    e Zd ZdZdZ edddedd          gZd	gZe	j
        e	j        e	j        d
Z	 	 	 	 ddZdS )
cmd_deletea4  Delete a contact.

    This command deletes a contact object from the Active Directory domain.

    The contactname specified on the command is the common name or the
    distinguished name of the contact object. The distinguished name of the
    contact can be specified with or without the domainDN component.

    Example:
    samba-tool contact delete Contact1 \
        -H ldap://samba.samdom.example.com \
        --username=Administrator --password=Passw1rd

    The example shows how to delete a contact in the domain against a remote
    LDAP server.
    %prog <contactname> [options]r   r   r   r   r   r   contactnamer$   Nc                    |                                 }|                    |d          }t          |t                      ||          }|                                }	t
          j        }
dt          j        |          z  }|                                	                    d          rLd}t
          j
        }
	 |                    |          }	n'# t          $ r}t          d|d|          d }~ww xY w	 |                    |	|
|d	g
          }|d         j        }n # t           $ r t          d|z            w xY wt#          |          dk    rUt%          |t'          d	                    D ]$}| j                            d|j        z             %t          d|z            	 |                    |           n%# t          $ r}t          d|z  |          d }~ww xY w| j                            d|z             d S )NTfallback_machiner)   !(&(objectClass=contact)(name=%s))CN=(objectClass=contact)Invalid dn "": dnbasescope
expressionattrsr   Unable to find contact "%s"r   key
found: %s
FMultiple results for contact '%s'
Please specify the contact's full DNzFailed to remove contact "%s"zDeleted contact %s
)r<   r=   r   r   	domain_dnldbSCOPE_SUBTREEbinary_encodeupper
startswith
SCOPE_BASEnormalize_dn_in_domainr?   r   searchrm   
IndexErrorlensortedr   r@   rA   delete)rB   rd   r%   r&   r'   r   r,   rK   rL   base_dnrp   filterrN   res
contact_dnmsgs                   rO   rP   zcmd_delete.run   sd    ##%%((d(CC!#1#3#3"'   //##!5#K001 ))%00 	5,FNE566{CC 5 5 5"l$/KK$4 5 5 55	N,,G%**0&*V  - -C QJJ 	N 	N 	N<LMMM	N s88a<<cz$'7'7888 8 8	 67777  F* + , , ,	QLL$$$$ 	Q 	Q 	Q>LaPPP	Q	.<=====s<   8C 
C2C--C26'D D;'F= =
GGGNNNNrQ   r_   r`   rO   rb   rb      s           /H 	t;	 	 	M  J ).-  0> 0> 0> 0> 0> 0>r`   rb   c            	           e Zd ZdZdZ edddedd           ed	d
de           eddddd          gZej	        ej
        ej        dZ	 	 	 	 	 	 ddZdS )cmd_listzList all contacts.
    z%prog [options]r   r   r   r   r   r   z-bz	--base-dnzSpecify base DN to use.r   z	--full-dnfull_dnF
store_truez.Display contact's full DN instead of the name.)r   defaultactionr   r$   Nc                 b   |                                 }|                    |d          }t          |t                      ||          }	|	                                }
|r|	                    |          }
|	                    |
t          j        ddg          }t          |          dk    rd S |rEt          |t          d          	          D ]$}| j                            d
|j        z             %d S |D ]6}|                    dd          }| j                            d
|z             7d S )NTrf   r)   rj   name)rp   rq   rr   r   rm   rt   z%s
)idx)r<   r=   r   r   rx   r   r   ry   rz   r   r   r   r@   rA   rm   get)rB   r%   r&   r'   r   r   r   r,   rK   rL   	search_dnr   r   contact_names                 rO   rP   zcmd_list.run  sT    ##%%((d(CC!#1#3#3"'  
 OO%%	 	>44W==Ill9!$!2&="(  + + HHMMF 	cz$'7'7888 1 1	0000F 	3 	3C776q711LIOOF\12222	3 	3r`   )NNNNNF)rR   rS   rT   rU   rV   r   rW   rX   rZ   r[   r\   r]   r^   rP   r_   r`   rO   r   r      s          !H 	t;	 	 	 	t[-	 	 	 	{"D		F 	F 	FM$ ).-  "3 "3 "3 "3 "3 "3r`   r   c                       e Zd ZdZdZ edddedd           ed	d
e          gZdgZe	j
        e	j        e	j        dZ	 	 	 	 	 ddZdS )cmd_editaH  Modify a contact.

    This command will allow editing of a contact object in the Active Directory
    domain. You will then be able to add or change attributes and their values.

    The contactname specified on the command is the common name or the
    distinguished name of the contact object. The distinguished name of the
    contact can be specified with or without the domainDN component.

    The command may be run from the root userid or another authorized userid.

    The -H or --URL= option can be used to execute the command against a remote
    server.

    Example1:
    samba-tool contact edit Contact1 -H ldap://samba.samdom.example.com \
        -U Administrator --password=Passw1rd

    Example1 shows how to edit a contact's attributes in the domain against a
    remote LDAP server.

    The -H parameter is used to specify the remote target server.

    Example2:
    samba-tool contact edit CN=Contact2,OU=people,DC=samdom,DC=example,DC=com

    Example2 shows how to edit a contact's attributes in the domain against a
    local server. The contact, which is located in the 'people' OU,
    is specified by the full distinguished name.

    Example3:
    samba-tool contact edit Contact3 --editor=nano

    Example3 shows how to edit a contact's attributes in the domain against a
    local server using the 'nano' editor.
    rc   r   r   r   r   r   r   z--editorzQEditor to use instead of the system default, or 'vi' if no system default is set.r   rd   r$   Nc                    |                                 }|                    |d          }t          |t                      ||          }	|	                                }
t
          j        }dt          j        |          z  }|                                	                    d          rLd}t
          j
        }	 |	                    |          }
n'# t          $ r}t          d|d|          d }~ww xY w	 |	                    |
||	          }|d
         j        }n # t           $ r t          d|z            w xY wt#          |          dk    rUt%          |t'          d                    D ]$}| j                            d|j        z             %t          d|z            |D ]}t-          j        |	|          }|#t0          j                            d          }|d}t7          j        d          5 }|                    t;          |                     |                                 	 t?          ||j         g           n"# tB          $ r}tC          d|          d }~ww xY wtE          |j                   5 }|#                                }d d d            n# 1 swxY w Y   d d d            n# 1 swxY w Y   |	$                    |          }tK          |          d         }|	&                    ||          }t#          |          d
k    r| j                            d           d S 	 |	'                    |           n%# t          $ r}t          d|z  |          d }~ww xY w| j                            d|z             d S )NTrf   r)   rh   ri   rj   rk   rl   )ro   rp   rq   r   rs   r   rm   rt   rv   rw   EDITORviz.tmp)suffixzERROR: zNothing to do
zFailed to modify contact '%s': z#Modified contact '%s' successfully
)(r<   r=   r   r   rx   ry   rz   r{   r|   r}   r~   r   r?   r   r   rm   r   r   r   r   r@   rA   r   get_ldif_for_editorosenvironr   tempfileNamedTemporaryFiler   flushr   r   r   openread
parse_ldifnextmsg_diffmodify)rB   rd   r%   r&   r'   r   editorr,   rK   rL   r   rp   r   rN   r   r   r   result_ldift_fileedited_fileedited_messagemsgs_edited
msg_editedres_msg_diffs                           rO   rP   zcmd_edit.runq  sX    ##%%((d(CC!.*:*:"'B0 0 0//##!5$[112 ))%00 	5,FNE566{CC 5 5 5"l$/KK$4 5 5 55	N,,G%**0  2 2C QJJ 	N 	N 	N<LMMM	N s88a<<cz$'7'7888 8 8	 67777  F* + , , ,  	8 	8C 4UC@@K~11>!F,F;;; 8vY{33444;45555) ; ; ;,Y:::;&+&& 8+%0%5%5%7%7N8 8 8 8 8 8 8 8 8 8 8 8 8 8 88 8 8 8 8 8 8 8 8 8 8 8 8 8 8 &&~66+&&q)
~~c:66|!!IOO-...F	"LL&&&& 	" 	" 	"@;N " " "	" 		>LMMMMMs   8C 
C2C--C26%D D987J50IJ5
I&I!!I&&J5=JJ5J""J5%J"&J55J9	<J9	2M 
M*M%%M*NNNNNrQ   r_   r`   rO   r   r   6  s        # #H /H 	t;	 	 	 	z;	 	 	M  J).-  KN KN KN KN KN KNr`   r   c                       e Zd ZdZdZ edddedd           ed	d
ed          gZdgZe	j
        e	j        e	j        dZ	 	 	 	 	 ddZdS )cmd_showa  Display a contact.

    This command displays a contact object with it's attributes in the Active
    Directory domain.

    The contactname specified on the command is the common name or the
    distinguished name of the contact object. The distinguished name of the
    contact can be specified with or without the domainDN component.

    The command may be run from the root userid or another authorized userid.

    The -H or --URL= option can be used to execute the command against a remote
    server.

    Example1:
    samba-tool contact show Contact1 -H ldap://samba.samdom.example.com \
        -U Administrator --password=Passw1rd

    Example1 shows how to display a contact's attributes in the domain against
    a remote LDAP server.

    The -H parameter is used to specify the remote target server.

    Example2:
    samba-tool contact show CN=Contact2,OU=people,DC=samdom,DC=example,DC=com

    Example2 shows how to display a contact's attributes in the domain against
    a local server. The contact, which is located in the 'people' OU, is
    specified by the full distinguished name.

    Example3:
    samba-tool contact show Contact3 --attributes=mail,mobile

    Example3 shows how to display a contact's mail and mobile attributes.
    rc   r   r   r   r   r   r   z--attributesz:Comma separated list of attributes, which will be printed.contact_attrs)r   r   r   rd   r$   Nc                    |                                 }|                    |d          }t          |t                      ||          }	|	                                }
t
          j        }d }|r|                    d          }dt          j        |          z  }|	                                
                    d          rLd}t
          j        }	 |	                    |          }
n'# t          $ r}t          d|d	|          d }~ww xY w	 |	                    |
|||
          }|d         j        }n # t"          $ r t          d|z            w xY wt%          |          dk    rUt'          |t)          d                    D ]$}| j                            d|j        z             %t          d|z            |D ]1}t/          j        |	|          }| j                            |           2d S )NTrf   r)   ,rh   ri   rj   rk   rl   )ro   rq   rp   rr   r   rs   r   rm   rt   rv   zAMultiple results for contact '%s'
Please specify the contact's DN)r<   r=   r   r   rx   ry   rz   splitr{   r|   r}   r~   r   r?   r   r   rm   r   r   r   r   r@   rA   r   r   )rB   rd   r%   r&   r'   r   r   r,   rK   rL   r   rp   rr   r   rN   r   r   r   contact_ldifs                      rO   rP   zcmd_show.run  sR    ##%%((d(CC!#1#3#3"'   //##! 	-!'',,E5#K001 ))%00 	5,FNE566{CC 5 5 5"l$/KK$4 5 5 55	N,,G*0%*%*  , ,C QJJ 	N 	N 	N<LMMM	N s88a<<cz$'7'7888 8 8	 67777  A* + , , ,  	* 	*C!5eSAALIOOL))))	* 	*s$   C' '
D1DD&D6 6Er   rQ   r_   r`   rO   r   r     s        " "F /H 	t;	 	 	 	~.#		% 	% 	%M  J).-  4* 4* 4* 4* 4* 4*r`   r   c                   |    e Zd ZdZdZ edddedd          gZd	d
gZe	j
        e	j        e	j        dZ	 	 	 	 ddZdS )cmd_movea]  Move a contact object to an organizational unit or container.

    The contactname specified on the command is the common name or the
    distinguished name of the contact object. The distinguished name of the
    contact can be specified with or without the domainDN component.

    The name of the organizational unit or container can be specified as the
    distinguished name, with or without the domainDN component.

    The command may be run from the root userid or another authorized userid.

    The -H or --URL= option can be used to execute the command against a remote
    server.

    Example1:
    samba-tool contact move Contact1 'OU=people' \
        -H ldap://samba.samdom.example.com -U Administrator

    Example1 shows how to move a contact Contact1 into the 'people'
    organizational unit on a remote LDAP server.

    The -H parameter is used to specify the remote target server.

    Example2:
    samba-tool contact move Contact1 OU=Contacts,DC=samdom,DC=example,DC=com

    Example2 shows how to move a contact Contact1 into the OU=Contacts
    organizational unit on the local server.
    z-%prog <contactname> <new_parent_dn> [options]r   r   r   r   r   r   rd   new_parent_dnr$   Nc                 @   |                                 }|                    |d          }t          |t                      ||          }	|	                                }
t
          j        }dt          j        |          z  }|                                	                    d          rLd}t
          j
        }	 |	                    |          }
n'# t          $ r}t          d|d|          d }~ww xY w	 |	                    |
||d	g
          }|d         j        }n # t           $ r t          d|z            w xY wt#          |          dk    rUt%          |t'          d	                    D ]$}| j                            d|j        z             %t          d|z            	 |	                    |          }n'# t          $ r}t          d|d|          d }~ww xY wt          j        |	t/          |                    }|                    t#          |          dz
             |                    |           	 |	                    ||           n%# t          $ r}t          d|z  |          d }~ww xY w| j                            d|d|d           d S )NTrf   r)   rh   ri   rj   rk   rl   rm   rn   r   rs   r   rt   rv   rw   zInvalid new_parent_dn "zFailed to move contact "%s"zMoved contact "z" into "z"
)r<   r=   r   r   rx   ry   rz   r{   r|   r}   r~   r   r?   r   r   rm   r   r   r   r   r@   rA   DnrW   remove_base_componentsadd_baserename)rB   rd   r   r%   r&   r'   r   r,   rK   rL   r   rp   r   rN   r   r   r   full_new_parent_dnfull_new_contact_dns                      rO   rP   zcmd_move.runb  s-    ##%%((d(CC!#1#3#3"'   //##!5#K001 ))%00 	5,FNE566{CC 5 5 5"l$/KK$4 5 5 55	N,,G%**0&*V  - -C QJJ 	N 	N 	N<LMMM	N s88a<<cz$'7'7888 8 8	 67777  F* + , , ,	3!&!=!=m!L!L 	3 	3 	3, -qq 2 3 3 3	3 "fUC
OO<<223z??Q3FGGG$$%7888	OLL%89999 	O 	O 	O<{JANNN	O	$&8&8&8: 	; 	; 	; 	; 	;sT   8C 
C2C--C26'D D;'F= =
G!GG!I 
I:"I55I:r   rQ   r_   r`   rO   r   r   1  s         < ?H 	t;	 	 	M  1J).-  <; <; <; <; <; <;r`   r   c                   0   e Zd ZdZdZ edddedd           ed	d
e           edde           edde           edded           eddd           edde           edde          gZdgZe	j
        e	j        e	j        dZ	 	 	 d dZdS )!
cmd_renamea  Rename a contact and related attributes.

    This command allows to set the contact's name related attributes.
    The contact's new CN will be made up by combining the given-name, initials
    and surname. A dot ('.') will be appended to the initials automatically, if
    required.
    Use the --force-new-cn option to specify the new CN manually and the
    --reset-cn option to reset this changes.

    Use an empty attribute value to remove the specified attribute.

    The contactname specified on the command is the CN.

    The command may be run locally from the root userid or another authorized
    userid.

    The -H or --URL= option can be used to execute the command against a remote
    server.

    Example1:
    samba-tool contact rename "John Doe" --surname=Bloggs \
        --force-new-cn=John

    Example1 shows how to change the surname ('sn' attribute) of a contact
    'John Doe' to 'Bloggs' and change the CN to 'John' on the local server.

    Example2:
    samba-tool contact rename "J Doe" --given-name=John
        -H ldap://samba.samdom.example.com -U administrator

    Example2 shows how to rename the given name of a contact 'J Doe' to
    'John'. The contact's cn will be renamed automatically, based on
    the given name, initials and surname, if the previous CN is the
    standard combination of the previous name attributes.
    The -H parameter is used to specify the remote target server.
    rc   r   r   r   r   r   r   r   zNew surnamer   r    zNew given namer!   zNew initialsz--force-new-cnz^Specify a new CN (RDN) instead of using a combination of the given name, initials and surname.NEW_CN)r   r   r   z
--reset-cnzSet the CN (RDN) to the combination of the given name, initials and surname. Use this option to reset the changes made with the --force-new-cn option.r   )r   r   r"   zNew display namer#   zNew email addressrd   r$   Nc           	         |	r|rt          d          |	dk    rt          d          |                                }|                    |d          }t          |t	                      ||          }t          j        ||                                          }dt          j        |          z  }	 |	                    |t
          j
        |g d	          }|d
         }|j        }n # t          $ r t          d|z            w xY w|                                }|d         d
         }|	|	}n|                    ||||          }|                    |          }t          |          t          |          k    o0t          |          t          |          k    p|pt!          |	          }t          j        |d|z            }|                    |           |dk    r|rt          d|z            t          j                    }||_        |                    ||d|           |                    ||d|           |                    ||d|           |                    ||d|
           |                    ||d|           t)          |          d
k    }|                                 	 |dk    r|                    |           |r|                    ||           n9# t0          $ r,}|                                 t          d|z  |          d }~ww xY w|                                 |r$| j                            d|d|d|d           |rk| j                            d|z             |                                D ];}|dk    r	| j                            |d||         r||         ndd           :d S d S ) NzEIt is not allowed to specify --force-new-cn together with --reset-cn. z:Failed to rename contact - delete protected attribute 'CN'Trf   r)   rh   )r   sn	givenNamecnr1   displayNamemailrn   r   rs   r   )	old_attrsrC   r1   r/   )r   zCN=%szFailed to rename contact '%s' - can not set an empty CN (please use --force-new-cn to specify a different CN or --given-name, --initials or --surname to set name attributes)r   r   r1   r   r   zFailed to rename contact "%s"zRenamed CN of contact "z" from "z" to "z" successfully
zEFollowing attributes of contact "%s" have been changed successfully:
rm   z: z	[removed]
)r   r<   r=   r   r   ry   r   rx   r{   r   rz   rm   r   parentfullname_from_namesrW   boolr   Messageprepare_attr_replacer   transaction_startr   r   r?   transaction_canceltransaction_commitr@   rA   keys)rB   rd   r&   r%   r'   r   r/   rC   r1   force_new_cnrD   rF   reset_cnr,   rK   rL   rx   r   r   old_contactr   contact_parent_dnold_cnnew_cnexcepted_cnmust_change_cnnew_contact_dnr   contact_attributes_changedrN   attrs                                  rO   rP   zcmd_rename.run  s     	<H 	<  ; < < <2  0 1 1 1 ##%%((d(CC!.*:*:"'B0 0 0F5%//"3"344	5#K001	M,,I%(%6*0&. &. &.  
 
C a&K$JJ 	M 	M 	M;{KLLL	M '--//T"1%#!FF..:D8@7> / @ @F //+/FFVF3 :f++[)9)99 9"9&*<&8&8 	 w'788 1222R<<N<  C FL	 L M M M %""=+{JWWW""=+tWMMM""=+z8TTT""=+}l[[[""=+v|TTT%(%7%7!%;" 	!!!	Q)T11]+++ 9Z888 	Q 	Q 	Q$$&&&>LaPPP	Q 	  """ 	NIOOO0;VVVVVVM N N N & 	FIOO 69DF G G G%**,, F F4<<	ddd,T25DM$4G4G8C5D 5D !E F F F F	F 	FF Fs$   24C' 'D/3K# #
L-'LL)NNNNNNNNNNNrQ   r_   r`   rO   r   r     s       # #J /H 	tW8e#	/ 	/ 	/ 	{!	 	 	 	~$	 	 	 	|"	 	 	 	?	+ 	+ 	+ 	|G #		$ 	$ 	$
 	&	 	 	 	'	 	 	3
M<  J).-  KOOS;?bF bF bF bF bF bFr`   r   c                       e Zd ZdZi Z e            ed<    e            ed<    e            ed<    e            ed<    e            ed<    e	            ed<    e
            ed<    e            ed	<   d
S )cmd_contactzContact management.addcreater   editlistmoveshowr   N)rR   rS   rT   rU   subcommandsr   rb   r   r   r   r   r   r_   r`   rO   r   r   R  s        K K#GIIK&JLLK"(**K"(**K"(**K"(**K&JLLKr`   r   )%samba.getoptgetoptrZ   ry   r   r   
subprocessr   r   operatorr   
samba.authr   samba.samdbr   sambar   r	   	samba.netr
   samba.netcmdr   r   r   r   samba.commonr   r   r   r   rb   r   r   r   r   r   r   r_   r`   rO   <module>r      s  &       



 				  5 5 5 5 5 5 5 5       % % % % % %                               # " " " " "      oH oH oH oH oHg oH oH oHdT> T> T> T> T> T> T> T>n?3 ?3 ?3 ?3 ?3w ?3 ?3 ?3DFN FN FN FN FNw FN FN FNRo* o* o* o* o*w o* o* o*dm; m; m; m; m;w m; m; m;^pF pF pF pF pF pF pF pFd) ) ) ) ), ) ) ) ) )r`   