Re: [Freeipa-devel] [PATCH] 161 Use configured dogtag LDAP port instead of default one when renewing certs

2013-08-29 Thread Jan Cholasta
On 29.8.2013 16:32, Jan Cholasta wrote: On 23.7.2013 18:26, Jan Cholasta wrote: On 22.7.2013 17:40, Simo Sorce wrote: On Mon, 2013-07-22 at 17:36 +0200, Jan Cholasta wrote: if nickname == 'subsystemCert cert-pki-ca': -update_people_entry('pkidbuser', cert) +update_people_entry(dogtag

Re: [Freeipa-devel] [PATCH] 161 Use configured dogtag LDAP port instead of default one when renewing certs

2013-08-29 Thread Jan Cholasta
On 23.7.2013 18:26, Jan Cholasta wrote: On 22.7.2013 17:40, Simo Sorce wrote: On Mon, 2013-07-22 at 17:36 +0200, Jan Cholasta wrote: if nickname == 'subsystemCert cert-pki-ca': -update_people_entry('pkidbuser', cert) +update_people_entry(dogtag_uri, 'pkidbuser', cert) This is proba

Re: [Freeipa-devel] [PATCH] 161 Use configured dogtag LDAP port instead of default one when renewing certs

2013-07-23 Thread Jan Cholasta
On 22.7.2013 17:40, Simo Sorce wrote: On Mon, 2013-07-22 at 17:36 +0200, Jan Cholasta wrote: if nickname == 'subsystemCert cert-pki-ca': -update_people_entry('pkidbuser', cert) +update_people_entry(dogtag_uri, 'pkidbuser', cert) This is probably wrong, there is no pkidbuser in old i

Re: [Freeipa-devel] [PATCH] 161 Use configured dogtag LDAP port instead of default one when renewing certs

2013-07-22 Thread Simo Sorce
On Mon, 2013-07-22 at 17:36 +0200, Jan Cholasta wrote: > if nickname == 'subsystemCert cert-pki-ca': > -update_people_entry('pkidbuser', cert) > +update_people_entry(dogtag_uri, 'pkidbuser', cert) > > This is probably wrong, there is no pkidbuser in old instances. My subsystemCert has

[Freeipa-devel] [PATCH] 161 Use configured dogtag LDAP port instead of default one when renewing certs

2013-07-22 Thread Jan Cholasta
Hi, the attached patch should fix . I haven't actually tested the patch, as I didn't manage to successfully install old Fedora with FreeIPA which uses separate DS instances and upgrade that to Fedora 19. Simo, you opened the ticket, would you min