Bug 227934 (ansible-sesu) - sysutils/ansible -- add sesu support
Summary: sysutils/ansible -- add sesu support
Status: Closed FIXED
Alias: ansible-sesu
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Nikolai Lifanov
URL: https://github.com/ansible/ansible/pu...
Keywords: easy, patch
Depends on:
Blocks:
 
Reported: 2018-05-02 19:29 UTC by Mikhail Teterin
Modified: 2018-05-03 17:03 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (lifanov)


Attachments
Add sesu support (2.57 KB, patch)
2018-05-02 19:29 UTC, Mikhail Teterin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!