??????????????
Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 173
Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 174
Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 175
Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 176
Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 177
Warning: Cannot modify header information - headers already sent by (output started at /home/mybf1/public_html/mentol.bf1.my/SS1.php:4) in /home/mybf1/public_html/mentol.bf1.my/SS1.php on line 178
σ
ΰUdac @` sn d d l m Z m Z m Z e Z d Z d d l Z d d l m Z d d l
m Z d e f d YZ d S( i ( t absolute_importt divisiont print_functions»
become: ksu
short_description: Kerberos substitute user
description:
- This become plugins allows your remote/login user to execute commands as another user via the ksu utility.
author: ansible (@core)
version_added: "2.8"
options:
become_user:
description: User you 'become' to execute the task
ini:
- section: privilege_escalation
key: become_user
- section: ksu_become_plugin
key: user
vars:
- name: ansible_become_user
- name: ansible_ksu_user
env:
- name: ANSIBLE_BECOME_USER
- name: ANSIBLE_KSU_USER
required: True
become_exe:
description: Su executable
default: ksu
ini:
- section: privilege_escalation
key: become_exe
- section: ksu_become_plugin
key: executable
vars:
- name: ansible_become_exe
- name: ansible_ksu_exe
env:
- name: ANSIBLE_BECOME_EXE
- name: ANSIBLE_KSU_EXE
become_flags:
description: Options to pass to ksu
default: ''
ini:
- section: privilege_escalation
key: become_flags
- section: ksu_become_plugin
key: flags
vars:
- name: ansible_become_flags
- name: ansible_ksu_flags
env:
- name: ANSIBLE_BECOME_FLAGS
- name: ANSIBLE_KSU_FLAGS
become_pass:
description: ksu password
required: False
vars:
- name: ansible_ksu_pass
- name: ansible_become_pass
- name: ansible_become_password
env:
- name: ANSIBLE_BECOME_PASS
- name: ANSIBLE_KSU_PASS
ini:
- section: ksu_become_plugin
key: password
prompt_l10n:
description:
- List of localized strings to match for prompt detection
- If empty we'll use the built in one
default: []
ini:
- section: ksu_become_plugin
key: localized_prompts
vars:
- name: ansible_ksu_prompt_l10n
env:
- name: ANSIBLE_KSU_PROMPT_L10N
N( t to_bytes( t
BecomeBaset BecomeModulec B` s, e Z d Z d Z d Z d Z d Z RS( t ksus Password incorrects No password givenc C` sG | j d p d g } d j d | D } t t j | | S( s; checks if the expected password prompt exists in b_output t prompt_l10ns Kerberos password for .*@.*:t |c s` s | ] } t | Vq d S( N( R ( t .0t p( ( s> /usr/lib/python2.7/site-packages/ansible/plugins/become/ksu.pys f s ( t
get_optiont joint boolt ret match( t selft b_outputt promptst b_prompt( ( s> /usr/lib/python2.7/site-packages/ansible/plugins/become/ksu.pyt check_password_promptb s c
C` s t t | j | | t | _ | s, | S| j d pA | j } | j d pV d } | j d pk d } d | | | | j | | f S( Nt
become_exet become_flagst t become_users %s %s %s -e %s ( t superR t build_become_commandt Truet promptR t namet _build_success_command( R t cmdt shellt exet flagst user( ( s> /usr/lib/python2.7/site-packages/ansible/plugins/become/ksu.pyR j s ( s Password incorrect( s No password given( t __name__t
__module__R t failt missingR R ( ( ( s> /usr/lib/python2.7/site-packages/ansible/plugins/become/ksu.pyR Z s
(
t
__future__R R R t typet
__metaclass__t
DOCUMENTATIONR t ansible.module_utils._textR t ansible.plugins.becomeR R ( ( ( s> /usr/lib/python2.7/site-packages/ansible/plugins/become/ksu.pyt s M