Bug 227934 (ansible-sesu)

Summary: sysutils/ansible -- add sesu support
Product: Ports & Packages Reporter: Mikhail Teterin <mi>
Component: Individual Port(s)Assignee: Nikolai Lifanov <lifanov>
Status: Closed FIXED    
Severity: Affects Only Me Keywords: easy, patch
Priority: --- Flags: bugzilla: maintainer-feedback? (lifanov)
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://github.com/ansible/ansible/pull/27376
Attachments:
Description Flags
Add sesu support none

Description Mikhail Teterin freebsd_committer freebsd_triage 2018-05-02 19:29:20 UTC
Created attachment 193006 [details]
Add sesu support

The patch adapts an existing pull-request to Ansible-2.5.2, it adds support for sesu to Ansible's "become" functionality. sesu is software by Computer Associates, which some enterprises use instead of the regular su.

The file can simply be dropped into the port's files/ subdirectory.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-05-03 17:02:51 UTC
A commit references this bug:

Author: lifanov
Date: Thu May  3 17:02:07 UTC 2018
New revision: 468946
URL: https://svnweb.freebsd.org/changeset/ports/468946

Log:
  sysutils/ansible: add 'sesu' become method

  This adds CA sesu as a "become" method.

  Pull request: https://github.com/ansible/ansible/pull/27376

  PR:		227934
  Submitted by:	mi

Changes:
  head/sysutils/ansible/Makefile
  head/sysutils/ansible/files/extra-patch-sesu
Comment 2 Nikolai Lifanov freebsd_committer freebsd_triage 2018-05-03 17:03:28 UTC
Committed, thanks!