File: //lib/python3.6/site-packages/ipaclient/install/__pycache__/ipa_client_automount.cpython-36.pyc
3
�d[eM@ � @ sj d dl mZ d dlZd dlZd dlZd dlZd dlZd dlZd dlZd dl Z d dl
mZ d dlm
Z
d dlmZ d dlmZ d dlmZmZ d dlmZmZ d d lmZ d d
lmZ d dlmZ d dlmZ d d
lm Z d dl!m"Z" d dl#m$Z$ d dl%m&Z& d dl'm(Z( d dl)m*Z* ej+ej,j-e.��Z/dd� Z0dd� Z1dd� Z2dd� Z3dd� Z4dd� Z5dd � Z6d!d"� Z7dS )#� )�print_functionN)�urlsplit)�OptionParser)�
ipachangeconf)�ipadiscovery)�CLIENT_NOT_CONFIGURED�CLIENT_ALREADY_CONFIGURED)�api�errors)�
sysrestore)�kinit_keytab)�check_client_configuration)�ipautil)�standard_logging_setup)� constants)�tasks)�services)�paths)�ScriptErrorc C s� d} t | d�}|jdddd� |jddd d
d� |jdd
d dd� |jddddddd� |jddddddd� |jdddddd� |j� \}}||fS )Nz%prog [options]
)�usagez--server�serverzFQDN of IPA server)�dest�helpz
--location�location�defaultzAutomount location)r r r z--idmap-domain�idmapdomainznfs domain for idmapd.confz-dz--debug�debug�
store_trueFzenable debugging)r �actionr r z-Uz--unattended�
unattendedz.unattended installation never prompts the userz--uninstall� uninstallzUnconfigure automount)r Z
add_option�
parse_args)r �parser�options�args� r% �*/usr/lib/python3.6/ipa_client_automount.py�
parse_options<