[Freeipa] [Bug 1024765] [NEW] ipa-client-install failes at certutil stage because /etc/pki doesn't exists

2012-07-14 Thread Stephan Adig
Public bug reported: Dear Colleagues, ipa-client-install fails at the import stage of the freeipa server cert. Created /etc/ipa/default.conf New SSSD config will be created. Configured /etc/sssd/sssd.conf Traceback (most recent call last): File "/usr/sbin/ipa-client-install", line 1292, in

[Freeipa] [Bug 1024765] Re: ipa-client-install failes at certutil stage because /etc/pki doesn't exists

2012-07-14 Thread Stephan Adig
Well this patch is not the right location. We should create this directory in debian/rules -- You received this bug notification because you are a member of FreeIPA, which is subscribed to freeipa in Ubuntu. https://bugs.launchpad.net/bugs/1024765 Title: ipa-client-install failes at certutil

[Freeipa] [Bug 1025018] [NEW] chkconfig call in ipa-client-install doesn't work

2012-07-15 Thread Stephan Adig
Public bug reported: Dear Colleagues, the chkconfig call in add_debian.py.patch doesn't work on Ubuntu (didn't test it with Debian though), because /sbin/insserv doesn't exist. /usr/lin/insserv/insserv exists, but doesn't behave correctly. For Ubuntu we should rewrite these calls, to match our

[Freeipa] [Bug 1025019] [NEW] dbus is not installed during freeipa-client installation on Ubuntu Server

2012-07-15 Thread Stephan Adig
Public bug reported: Dear Colleagues, the package 'dbus' is missing during package installation of freeipa-client package. Even when 'libdbus-1-3' is a binary dep of certmonger package, and libdbus-1-3 refers to the dbus package as recommended binary dep, it won't be installed by default. Wi

[Freeipa] [Bug 1025019] Re: dbus is not installed during freeipa-client installation on Ubuntu Server

2012-07-17 Thread Stephan Adig
Timo & Stephen, yes, but not when you have Recommends turned off, which is quite usual on servers in datacenter environments. So, I have a debootstrap / minimal installation for our servers. Recommends are turned off for apt-get/aptitude. libdbus-1-3 gets installed, but only recommends the db

[Freeipa] [Bug 1024765] Re: ipa-client-install failes at certutil stage because /etc/pki doesn't exists

2012-07-17 Thread Stephan Adig
The attached branch has the right bugfix. I tested in on my local installations and it works like a charm. Certutil call of ipa-client-install won't fail anymore on this missing directory. -- You received this bug notification because you are a member of FreeIPA, which is subscribed to freeipa

[Freeipa] [Bug 1025765] [NEW] pam-auth-update call is missing from platform/debian.py

2012-07-17 Thread Stephan Adig
Public bug reported: Dear Colleagues, to make the installation of freeipa-client/ipa-client-install much easier for SysAdmins, we should add a call to pam-auth-update, in platform/debian.py. This is one of the missing links, to make freeipa-client installation going smoothly. There needs to be

[Freeipa] [Bug 1025765] Re: pam-auth-update call is missing from platform/debian.py

2012-07-17 Thread Stephan Adig
** Bug watch added: fedorahosted.org/freeipa/ #2455 https://fedorahosted.org/freeipa/ticket/2455 ** Also affects: freeipa via https://fedorahosted.org/freeipa/ticket/2455 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of FreeIPA

[Freeipa] [Bug 1025864] [NEW] ipa-getkeytab doesn't work

2012-07-17 Thread Stephan Adig
Public bug reported: Dear Colleagues, after successfully joining a freeipa domain with 12.04, it should be possible to use ipa-getkeytab from the freeipa-client package. Sadly this is just an expectation. so, "ipa-getkeytab --help" on F17 gives this output: [root@authmgr ~]# ipa-getkeytab --he

[Freeipa] [Bug 1025864] Re: ipa-getkeytab doesn't work

2012-07-17 Thread Stephan Adig
** Attachment added: "ipa-getgeytab.strace.1204.log" https://bugs.launchpad.net/bugs/1025864/+attachment/3226389/+files/ipa-getgeytab.strace.1204.log -- You received this bug notification because you are a member of FreeIPA, which is subscribed to freeipa in Ubuntu. https://bugs.launchpad.net

[Freeipa] [Bug 1025864] Re: ipa-getkeytab doesn't work

2012-07-17 Thread Stephan Adig
** Attachment added: "ipa-getkeytab.strace.f17.log" https://bugs.launchpad.net/ubuntu/+source/freeipa/+bug/1025864/+attachment/3226390/+files/ipa-getkeytab.strace.f17.log -- You received this bug notification because you are a member of FreeIPA, which is subscribed to freeipa in Ubuntu. https

Re: [Freeipa] [Bug 1025864] Re: ipa-getkeytab doesn't work

2012-07-18 Thread Stephan Adig
timo i just compiled freeipa 2.2.0 and this looks more broken (running it on f17 and there it works) ipa client install breaks with a glibc trace debian.py needs more adjustment ( patch will be send tomorrow) so i think something i wrong with our deps i think furthermore i did some backports for

Re: [Freeipa] [Bug 1025864] Re: ipa-getkeytab doesn't work

2012-07-18 Thread Stephan Adig
timo if i can of help with upstream Jr aquino is just sitting Some cubicals next to me so i have a direct wire to upstream ;-) actually with him i am working on this project so whatever it takes we have everything in place Sent from my iPhone On 18.07.2012, at 00:55, Timo Aaltonen wrote: >

Re: [Freeipa] [Bug 1025864] Re: ipa-getkeytab doesn't work

2012-07-18 Thread Stephan Adig
actually for us its critical to have at least a working package of the client but i do my best to have an overlay pkg in our own repos which works until there is a better solution :-) so be warned that more bug reports are coming in ;-) have a nice holiday :-) Sent from my iPhone On 18.07.2012

[Freeipa] [Bug 1025864] Re: ipa-getkeytab doesn't work

2012-07-18 Thread Stephan Adig
Ok, the bug occurs as well on ipa-join. Anyways...found the bug. if locales are not configured correctly it will fail, because the call to ret=init_gettext() fails and all utils are exiting. WIll close it ** Changed in: freeipa (Ubuntu) Status: New => Invalid -- You received this bug

[Freeipa] [Bug 1025765] Re: pam-auth-update call is missing from platform/debian.py

2012-07-30 Thread Stephan Adig
Well, I should be more precise... I tried to use the pam config without libpam_cracklib (you know removing the bits and pieces from the pam-auth-update config files, as described in the other bugreport). But it didn't work out. Couldn't login. Adding libpam-cracklib to the list of installed pa

[Freeipa] [Bug 1025018] Re: chkconfig call in ipa-client-install doesn't work

2012-07-30 Thread Stephan Adig
So, what do we have, the service status calls are not parsed correctly. Even with dbus and sssd started, it still fires up the service dbus start and service sssd start commands. Actually, with FreeIPA 2.2.0 the whole debian platform module breaks. So, it looks like we have to do much more on

[Freeipa] [Bug 1024765] Re: ipa-client-install failes at certutil stage because /etc/pki doesn't exist

2012-07-30 Thread Stephan Adig
What do you think we can have a fix for this from debian, or should we go ahead and do it on ubuntu first? -- You received this bug notification because you are a member of FreeIPA, which is subscribed to freeipa in Ubuntu. https://bugs.launchpad.net/bugs/1024765 Title: ipa-client-install fail

[Freeipa] [Bug 1104954] [NEW] CVE-2012-5484: ipa-client security vunerability

2013-01-25 Thread Stephan Adig
*** This bug is a security vulnerability *** Public security bug reported: Needs to be fixed in Ubuntu. Sadly CVE Identifier is still not public. Anyways, fixes are already public: See RHEL Announcement. Security Advisory - RHSA-2013:0189-1

[Freeipa] [Bug 1202654] [NEW] ipa client on ubuntu 13.04 doesn't work with ipa server on centos/rhel 6

2013-07-18 Thread Stephan Adig
Public bug reported: Hi, running on CentOS/RHEL 6 the stable FreeIPA Server version 3.0.0 Using an ipa client from 12.04 works as expected. Now I am testing enrolling of Raring and Saucy in FreeIPA and this fails. Client Version is 2.47 (from 3.1.2 pkg) and server version is 2.46 (from RHEL/Ce

[Freeipa] [Bug 1024765] Re: ipa-client-install fails at certutil stage because /etc/pki doesn't exist

2014-02-20 Thread Stephan Adig
@Timo: This fix in trusty is good, but doesn't help. The ipa-client after 12.04 LTS are not compatible anymore with the working IPA server from RHEL. This client can't talk to an older IPA master serverso 12.04 LTS is still stucked. RH doesn't plan to update IPA Server to a new version. --

[Freeipa] [Bug 1202654] Re: ipa client on ubuntu 13.04 doesn't work with ipa server on centos/rhel 6

2014-04-15 Thread Stephan Adig
Sure, I'll still have an ipa server wiht 3.0 running on my local kvm infra... I test trusty...but it's more the protocol which fails not the client installation. -- You received this bug notification because you are a member of FreeIPA, which is subscribed to freeipa in Ubuntu. https://bugs.lau