Re: [Freeipa-devel] Configuring ipa-otpd error when selinux is enable

2016-11-07 Thread Lukas Slebodnik
On (08/11/16 10:29), 郑磊 wrote: >Hello everyone, > >I have successfully set up the FreeIPA environment on Ubuntu when selinux is >disable. But when selinux is enable, there is a configuring ipa-otpd error >occurred. > >The ipaserver-install.log shows following informations: >2016-11-08T01:55:18Z

Re: [Freeipa-devel] Configuring ipa-otpd error when selinux isenable

2016-11-07 Thread Timo Aaltonen
On 08.11.2016 05:51, 郑磊 wrote: > The problem is solved. The reason is that the path of ExecStart program > is incorrect in the /lib/systemd/system/ipa-otpd@.service file. Need to > make the following changes: > [Unit] > Description=ipa-otpd service > > [Service] >

Re: [Freeipa-devel] Configuring ipa-otpd error when selinux is enable

2016-11-07 Thread 郑磊
Thank you for your reply! The problem is solved. The reason is that the path of ExecStart program is incorrect in the /lib/systemd/system/ipa-otpd@.service file. I will send mail to freeipa-users if there is any problem. -- 祝: 工作顺利!生活愉快! --

Re: [Freeipa-devel] [Design Review Request] V4/Automatic_Certificate_Request_Generation

2016-11-07 Thread Jan Cholasta
On 3.11.2016 00:18, Ben Lipton wrote: On 10/20/2016 03:52 PM, Ben Lipton wrote: On 10/17/2016 02:16 AM, Jan Cholasta wrote: On 13.10.2016 17:23, Ben Lipton wrote: Thank you, this was a really helpful clarification of your point. Comments below. Once again, I'm sorry I missed the email for so

[Freeipa-devel] [freeipa PR#202][comment] ipa-getkeytab enhancements

2016-11-07 Thread martbab
URL: https://github.com/freeipa/freeipa/pull/202 Title: #202: ipa-getkeytab enhancements martbab commented: """ Another bump for review. """ See the full comment at https://github.com/freeipa/freeipa/pull/202#issuecomment-259070113 -- Manage your subscription for the Freeipa-devel mailing

[Freeipa-devel] [freeipa PR#182][comment] Use env var IPA_CONFDIR to get confdir for 'cli' context

2016-11-07 Thread tomaskrizek
URL: https://github.com/freeipa/freeipa/pull/182 Title: #182: Use env var IPA_CONFDIR to get confdir for 'cli' context tomaskrizek commented: """ I also think `IPA_CONFDIR` environment variable is the proper way to configure the config directory with use cases such as Ansible. However, with

[Freeipa-devel] [freeipa PR#143][comment] Issue6386 nss dir

2016-11-07 Thread tomaskrizek
URL: https://github.com/freeipa/freeipa/pull/143 Title: #143: Issue6386 nss dir tomaskrizek commented: """ Functional ACK. In the ticket, you mention other places where `paths.IPA_NSSDB_DIR` is used. What's the reason this change affects only client plugins? """ See the full comment at

[Freeipa-devel] [freeipa PR#207][comment] Provide user hint about IP address in IPA install

2016-11-07 Thread mbasti-rh
URL: https://github.com/freeipa/freeipa/pull/207 Title: #207: Provide user hint about IP address in IPA install mbasti-rh commented: """ What I meant was to change message for host IP address """ See the full comment at https://github.com/freeipa/freeipa/pull/207#issuecomment-258840461 --

Re: [Freeipa-devel] Configuring ipa-otpd error when selinux is enable

2016-11-07 Thread Fraser Tweedale
On Tue, Nov 08, 2016 at 10:29:29AM +0800, 郑磊 wrote: > Hello everyone, > > I have successfully set up the FreeIPA environment on Ubuntu when selinux is > disable. But when selinux is enable, there is a configuring ipa-otpd error > occurred. > > The ipaserver-install.log shows following

[Freeipa-devel] Configuring ipa-otpd error when selinux is enable

2016-11-07 Thread 郑磊
Hello everyone, I have successfully set up the FreeIPA environment on Ubuntu when selinux is disable. But when selinux is enable, there is a configuring ipa-otpd error occurred. The ipaserver-install.log shows following informations: 2016-11-08T01:55:18Z DEBUG [1/2]: starting ipa-otpd

Re: [Freeipa-devel] Configuring ipa-otpd error when selinux is enable

2016-11-07 Thread 郑磊
Thank you for your reply! I have already performed `setenforce 0` and the selinux mode is already permissive, but the problem still exists. -- 祝: 工作顺利!生活愉快! -- 长沙研发中心 郑磊 电话:18684703229 邮箱:zheng...@kylinos.cn 公司:天津麒麟信息技术有限公司 地址:湖南长沙市开福区三一大道工美大厦十四楼

Re: [Freeipa-devel] Configuring ipa-otpd error when selinux isenable

2016-11-07 Thread 郑磊
The problem is solved. The reason is that the path of ExecStart program is incorrect in the /lib/systemd/system/ipa-otpd@.service file. Need to make the following changes: [Unit] Description=ipa-otpd service [Service] EnvironmentFile=/etc/ipa/default.conf ExecStart=/usr/lib/ipa-otpd $ldap_uri

[Freeipa-devel] [freeipa PR#207][comment] Provide user hint about IP address in IPA install

2016-11-07 Thread Akasurde
URL: https://github.com/freeipa/freeipa/pull/207 Title: #207: Provide user hint about IP address in IPA install Akasurde commented: """ @mbasti-rh I will change message for DNS forwarders from `Enter an IP address for a DNS forwarder,...` to `Enter an additional IP address, or press Enter to

[Freeipa-devel] [freeipa PR#207][comment] Provide user hint about IP address in IPA install

2016-11-07 Thread mbasti-rh
URL: https://github.com/freeipa/freeipa/pull/207 Title: #207: Provide user hint about IP address in IPA install mbasti-rh commented: """ @Akasurde I would rather keep explicitly `DNS forwarder` there """ See the full comment at

[Freeipa-devel] Script to setup Kerberized NFS exports using IPA

2016-11-07 Thread Justin Mitchell
I have been working on a python script to setup secure NFS exports using kerberos that relies heavily on FreeIPA, and is in many ways the server side compliment to ipa-client-automount. It attempts to automatically discover the setup, and falls back to asking simple questions, in the same way as

Re: [Freeipa-devel] Script to setup Kerberized NFS exports using IPA

2016-11-07 Thread Martin Babinsky
On 11/07/2016 05:43 PM, Justin Mitchell wrote: I have been working on a python script to setup secure NFS exports using kerberos that relies heavily on FreeIPA, and is in many ways the server side compliment to ipa-client-automount. It attempts to automatically discover the setup, and falls back

[Freeipa-devel] [freeipa PR#205][+ack] Support DAL version 5 and version 6

2016-11-07 Thread simo5
URL: https://github.com/freeipa/freeipa/pull/205 Title: #205: Support DAL version 5 and version 6 Label: +ack -- Manage your subscription for the Freeipa-devel mailing list: https://www.redhat.com/mailman/listinfo/freeipa-devel Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

[Freeipa-devel] [freeipa PR#205][comment] Support DAL version 5 and version 6

2016-11-07 Thread tomaskrizek
URL: https://github.com/freeipa/freeipa/pull/205 Title: #205: Support DAL version 5 and version 6 tomaskrizek commented: """ The issue above is indeed unrelated to this patch. Since KDC installation passed, I think it's safe to assume the patch works. """ See the full comment at

Re: [Freeipa-devel] Script to setup Kerberized NFS exports using IPA

2016-11-07 Thread Justin Mitchell
On Mon, 2016-11-07 at 18:06 +0100, Petr Vobornik wrote: > On 11/07/2016 05:49 PM, Martin Babinsky wrote: > > On 11/07/2016 05:43 PM, Justin Mitchell wrote: > >> I have been working on a python script to setup secure NFS exports using > >> kerberos that relies heavily on FreeIPA, and is in many

[Freeipa-devel] [freeipa PR#205][comment] Support DAL version 5 and version 6

2016-11-07 Thread simo5
URL: https://github.com/freeipa/freeipa/pull/205 Title: #205: Support DAL version 5 and version 6 simo5 commented: """ On Mon, 2016-11-07 at 08:11 -0800, Tomas Krizek wrote: > NACK > > `ipa-server-install` will fail at: > ``` > Configuring kadmin > [1/2]: starting kadmin > [2/2]:

[Freeipa-devel] [freeipa PR#205][comment] Support DAL version 5 and version 6

2016-11-07 Thread simo5
URL: https://github.com/freeipa/freeipa/pull/205 Title: #205: Support DAL version 5 and version 6 simo5 commented: """ Sure, but I do not see how a change in the KDC DAL, can affect PKI connecting to LDAP. Does this problem go away if you remove the patch and re-build/install on the same

Re: [Freeipa-devel] Script to setup Kerberized NFS exports using IPA

2016-11-07 Thread Petr Vobornik
On 11/07/2016 05:49 PM, Martin Babinsky wrote: > On 11/07/2016 05:43 PM, Justin Mitchell wrote: >> I have been working on a python script to setup secure NFS exports using >> kerberos that relies heavily on FreeIPA, and is in many ways the server >> side compliment to ipa-client-automount. It

[Freeipa-devel] [freeipa PR#205][comment] Support DAL version 5 and version 6

2016-11-07 Thread tomaskrizek
URL: https://github.com/freeipa/freeipa/pull/205 Title: #205: Support DAL version 5 and version 6 tomaskrizek commented: """ NACK `ipa-server-install` will fail at: ``` Configuring kadmin [1/2]: starting kadmin [2/2]: configuring kadmin to start on boot Done configuring kadmin.

[Freeipa-devel] [freeipa PR#205][comment] Support DAL version 5 and version 6

2016-11-07 Thread tomaskrizek
URL: https://github.com/freeipa/freeipa/pull/205 Title: #205: Support DAL version 5 and version 6 tomaskrizek commented: """ It is not caused by re-installing. I've created a new VM when I was testing it. """ See the full comment at

[Freeipa-devel] [freeipa PR#205][comment] Support DAL version 5 and version 6

2016-11-07 Thread simo5
URL: https://github.com/freeipa/freeipa/pull/205 Title: #205: Support DAL version 5 and version 6 simo5 commented: """ I just verified I reproduce your error in my tree without the patch. """ See the full comment at https://github.com/freeipa/freeipa/pull/205#issuecomment-258937044 -- Manage

[Freeipa-devel] [freeipa PR#145][comment] Refactoring: LDAP Connection Management

2016-11-07 Thread mbasti-rh
URL: https://github.com/freeipa/freeipa/pull/145 Title: #145: Refactoring: LDAP Connection Management mbasti-rh commented: """ It was decided to push this and unblock other developer, minor issues will be addressed separately. """ See the full comment at

[Freeipa-devel] [freeipa PR#145][comment] Refactoring: LDAP Connection Management

2016-11-07 Thread tomaskrizek
URL: https://github.com/freeipa/freeipa/pull/145 Title: #145: Refactoring: LDAP Connection Management tomaskrizek commented: """ Updated commit messages with link to a ticket. """ See the full comment at https://github.com/freeipa/freeipa/pull/145#issuecomment-258789249 -- Manage your

[Freeipa-devel] [freeipa PR#145][closed] Refactoring: LDAP Connection Management

2016-11-07 Thread mbasti-rh
URL: https://github.com/freeipa/freeipa/pull/145 Author: tomaskrizek Title: #145: Refactoring: LDAP Connection Management Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/145/head:pr145 git checkout pr145 --

[Freeipa-devel] [freeipa PR#145][comment] Refactoring: LDAP Connection Management

2016-11-07 Thread mbasti-rh
URL: https://github.com/freeipa/freeipa/pull/145 Title: #145: Refactoring: LDAP Connection Management mbasti-rh commented: """ Fixed upstream master: https://fedorahosted.org/freeipa/changeset/5760b7e983da6bda8f5383d9079551e4acb4c2da

[Freeipa-devel] [freeipa PR#145][+pushed] Refactoring: LDAP Connection Management

2016-11-07 Thread mbasti-rh
URL: https://github.com/freeipa/freeipa/pull/145 Title: #145: Refactoring: LDAP Connection Management Label: +pushed -- Manage your subscription for the Freeipa-devel mailing list: https://www.redhat.com/mailman/listinfo/freeipa-devel Contribute to FreeIPA:

[Freeipa-devel] [freeipa PR#145][+ack] Refactoring: LDAP Connection Management

2016-11-07 Thread mbasti-rh
URL: https://github.com/freeipa/freeipa/pull/145 Title: #145: Refactoring: LDAP Connection Management Label: +ack -- Manage your subscription for the Freeipa-devel mailing list: https://www.redhat.com/mailman/listinfo/freeipa-devel Contribute to FreeIPA:

[Freeipa-devel] [freeipa PR#207][comment] Provide user hint about IP address in IPA install

2016-11-07 Thread mbasti-rh
URL: https://github.com/freeipa/freeipa/pull/207 Title: #207: Provide user hint about IP address in IPA install mbasti-rh commented: """ I realized that this is somehow inconsistent with getting IP addresses for forwarders DNS forwarders: `Enter an IP address for a DNS forwarder, or press

[Freeipa-devel] [freeipa PR#208][comment] Tests: Fix integration sudo test

2016-11-07 Thread mbasti-rh
URL: https://github.com/freeipa/freeipa/pull/208 Title: #208: Tests: Fix integration sudo test mbasti-rh commented: """ Fixed upstream master: https://fedorahosted.org/freeipa/changeset/e3b7d235d5e59e496f3d99a05e3dd379f845e4ea ipa-4-4:

[Freeipa-devel] [freeipa PR#208][closed] Tests: Fix integration sudo test

2016-11-07 Thread mbasti-rh
URL: https://github.com/freeipa/freeipa/pull/208 Author: mirielka Title: #208: Tests: Fix integration sudo test Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/208/head:pr208 git checkout pr208 -- Manage your

[Freeipa-devel] [freeipa PR#208][+pushed] Tests: Fix integration sudo test

2016-11-07 Thread mbasti-rh
URL: https://github.com/freeipa/freeipa/pull/208 Title: #208: Tests: Fix integration sudo test Label: +pushed -- Manage your subscription for the Freeipa-devel mailing list: https://www.redhat.com/mailman/listinfo/freeipa-devel Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

[Freeipa-devel] [freeipa PR#192][+ack] server-del: fix incorrect check for one IPA master

2016-11-07 Thread mbasti-rh
URL: https://github.com/freeipa/freeipa/pull/192 Title: #192: server-del: fix incorrect check for one IPA master Label: +ack -- Manage your subscription for the Freeipa-devel mailing list: https://www.redhat.com/mailman/listinfo/freeipa-devel Contribute to FreeIPA:

[Freeipa-devel] [freeipa PR#192][+pushed] server-del: fix incorrect check for one IPA master

2016-11-07 Thread mbasti-rh
URL: https://github.com/freeipa/freeipa/pull/192 Title: #192: server-del: fix incorrect check for one IPA master Label: +pushed -- Manage your subscription for the Freeipa-devel mailing list: https://www.redhat.com/mailman/listinfo/freeipa-devel Contribute to FreeIPA:

[Freeipa-devel] [freeipa PR#192][comment] server-del: fix incorrect check for one IPA master

2016-11-07 Thread mbasti-rh
URL: https://github.com/freeipa/freeipa/pull/192 Title: #192: server-del: fix incorrect check for one IPA master mbasti-rh commented: """ Fixed upstream master: https://fedorahosted.org/freeipa/changeset/7a183bad66b91821a75e2a1cdbd3106fc31dcab4 ipa-4-4: