[Freeipa-devel] Re: [Freeipa-users] Re: Renewing /etc/httpd/alias certs

2017-08-02 Thread Fraser Tweedale via FreeIPA-devel
On Wed, Aug 02, 2017 at 09:59:35AM -0400, Rob Crittenden wrote: > Petr Vobornik via FreeIPA-devel wrote: > > On Wed, Aug 2, 2017 at 3:30 AM, Fraser Tweedale wrote: > >> Hi devs, > >> > >> This is at least the second time recently that people needing to > >> renew service

[Freeipa-devel] [freeipa PR#955][opened] host_port_open: revert to old behavior where one iface is sufficient

2017-08-02 Thread pvoborni via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/955 Author: pvoborni Title: #955: host_port_open: revert to old behavior where one iface is sufficient Action: opened PR body: """ Commit a24cd01304aaef77b66d0e178585c9ec8bbce9b5 Changed behavior of host_port_open to require all discovered

[Freeipa-devel] Re: FreeIPA Pull-Request CI is live!

2017-08-02 Thread Tomas Krizek via FreeIPA-devel
On 07/31/2017 12:31 PM, Tomas Krizek via FreeIPA-devel wrote: > We're currently working on resolving some pressing issues. Once the most > urgent ones are addressed and the system is more stable and usable, you > can expect a demo for contributors, describing the work-flow, logs etc. Hi, we were

[Freeipa-devel] [freeipa PR#952][closed] tasks: remove str on bytes

2017-08-02 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/952 Author: stlaz Title: #952: tasks: remove str on bytes Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/952/head:pr952 git checkout pr952

[Freeipa-devel] [freeipa PR#941][closed] Enable replica installation on DL0

2017-08-02 Thread pvomacka via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/941 Author: stlaz Title: #941: Enable replica installation on DL0 Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/941/head:pr941 git checkout pr941

[Freeipa-devel] [freeipa PR#954][opened] py3 conncheck + service plugin fixes

2017-08-02 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/954 Author: stlaz Title: #954: py3 conncheck + service plugin fixes Action: opened PR body: """ commit 09942d0268f02ed15df5f7f3aad3220196c5a41c (HEAD -> py3-conncheck, private/py3-conncheck) Author: Stanislav Laznicka Date:

[Freeipa-devel] Re: [Freeipa-users] Re: Renewing /etc/httpd/alias certs

2017-08-02 Thread Rob Crittenden via FreeIPA-devel
Petr Vobornik via FreeIPA-devel wrote: > On Wed, Aug 2, 2017 at 3:30 AM, Fraser Tweedale wrote: >> Hi devs, >> >> This is at least the second time recently that people needing to >> renew service certificates used ``ipa-cacert-manage renew`` (the >> wrong command) and either

[Freeipa-devel] [freeipa PR#953][opened] [master] WebUI: Turn on pagination on certificate page

2017-08-02 Thread pvomacka via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/953 Author: pvomacka Title: #953: [master] WebUI: Turn on pagination on certificate page Action: opened PR body: """ Almost all other search tables use pagination. Only this one does not. This change makes WebUI more consistent.

[Freeipa-devel] [DESIGN DRAFT] IPA client installation with Ansible

2017-08-02 Thread Florence Blanc-Renaud via FreeIPA-devel
Hi all, The first version of a new design document is available at https://www.freeipa.org/page/V4/ClientInstallationWithAnsible The feature will allow to deploy IPA clients using Ansible. Please feel free to send your comments, suggestions or concerns. Thanks, Flo

[Freeipa-devel] [freeipa PR#952][opened] tasks: remove str on bytes

2017-08-02 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/952 Author: stlaz Title: #952: tasks: remove str on bytes Action: opened PR body: """ This enables ipa-certupdate to be run in Python 3 https://pagure.io/freeipa/issue/4985 """ To pull the PR as Git branch: git remote add ghfreeipa

[Freeipa-devel] Re: [Freeipa-users] Re: Renewing /etc/httpd/alias certs

2017-08-02 Thread Petr Vobornik via FreeIPA-devel
On Wed, Aug 2, 2017 at 3:30 AM, Fraser Tweedale wrote: > Hi devs, > > This is at least the second time recently that people needing to > renew service certificates used ``ipa-cacert-manage renew`` (the > wrong command) and either didn't solve the problem or got into a >

[Freeipa-devel] [freeipa PR#951][opened] server plugin: pass bytes to ldap.modify_s

2017-08-02 Thread stlaz via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/951 Author: stlaz Title: #951: server plugin: pass bytes to ldap.modify_s Action: opened PR body: """ The server-del command passes str instance instead of bytes to ldap.modify_s which results in the target server not being removed properly.