Re: [Freeipa-devel] [PATCH] 827 change subject of RA

2011-07-18 Thread Rob Crittenden

Simo Sorce wrote:

On Sun, 2011-07-17 at 17:45 -0400, Rob Crittenden wrote:

Change the subject of the RA to not confuse dogtag users. We used 'RA
Subsystem' and this might confuse some to think we're using the dogtag
RA which we are not.

This won't affect existing installations, only new ones.

https://fedorahosted.org/freeipa/ticket/1236


ACK.
Simo.



pushed to master and ipa-2-0

___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel


[Freeipa-devel] [PATCH] 827 change subject of RA

2011-07-17 Thread Rob Crittenden
Change the subject of the RA to not confuse dogtag users. We used 'RA 
Subsystem' and this might confuse some to think we're using the dogtag 
RA which we are not.


This won't affect existing installations, only new ones.

https://fedorahosted.org/freeipa/ticket/1236
From 56fef3a2b2b8fcfe684915de220d88e5d6073f0e Mon Sep 17 00:00:00 2001
From: Rob Crittenden rcrit...@redhat.com
Date: Sat, 16 Jul 2011 13:31:12 -0400
Subject: [PATCH] Set nickname of the RA to 'IPA RA' to avoid confusion with dogtag RA

The old nickname was 'RA Subsystem' and this may confuse some users
with the dogtag RA subsystem which we do not use.

This will only affect new installs. Existing installations will
continue to work fine.

https://fedorahosted.org/freeipa/ticket/1236
---
 ipaserver/install/cainstance.py |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ipaserver/install/cainstance.py b/ipaserver/install/cainstance.py
index 121b651bcc962ff3d2c317e164ca044da30a5e7b..3561dc9e43522532bc62a74b85a7c0e3baf7b5d0 100644
--- a/ipaserver/install/cainstance.py
+++ b/ipaserver/install/cainstance.py
@@ -846,7 +846,7 @@ class CAInstance(service.Service):
 ('usertype', agentType),
 ('userstate', 1),
 ('userCertificate', decoded),
-('description', '2;%s;CN=Certificate Authority,%s;CN=RA Subsystem,%s' % (str(self.requestId), self.subject_base, self.subject_base)),]
+('description', '2;%s;CN=Certificate Authority,%s;CN=IPA RA,%s' % (str(self.requestId), self.subject_base, self.subject_base)),]
 
 ld.add_s(entry_dn, entry)
 
@@ -964,7 +964,7 @@ class CAInstance(service.Service):
 
 # Generate our CSR. The result gets put into stdout
 try:
-(stdout, stderr, returncode) = self.__run_certutil([-R, -k, rsa, -g, 2048, -s, CN=RA Subsystem,%s % self.subject_base, -z, noise_name, -a])
+(stdout, stderr, returncode) = self.__run_certutil([-R, -k, rsa, -g, 2048, -s, CN=IPA RA,%s % self.subject_base, -z, noise_name, -a])
 finally:
 os.remove(noise_name)
 
-- 
1.7.4

___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel

Re: [Freeipa-devel] [PATCH] 827 change subject of RA

2011-07-17 Thread Simo Sorce
On Sun, 2011-07-17 at 17:45 -0400, Rob Crittenden wrote:
 Change the subject of the RA to not confuse dogtag users. We used 'RA 
 Subsystem' and this might confuse some to think we're using the dogtag 
 RA which we are not.
 
 This won't affect existing installations, only new ones.
 
 https://fedorahosted.org/freeipa/ticket/1236

ACK.
Simo.

-- 
Simo Sorce * Red Hat, Inc * New York

___
Freeipa-devel mailing list
Freeipa-devel@redhat.com
https://www.redhat.com/mailman/listinfo/freeipa-devel