> Peter Scott <[EMAIL PROTECTED]> wrote:
>> On Sun, 30 Mar 2008 20:36:58 -0700, SecureIT wrote:
>> > I am trying to change this
>> >
>> > "cn=Bob Smith+serialNumber=CR013120080827,o=ICM,c=US"
>> >
>> > to this:
>> >
>> > "serialNumber=CR013120080827+cn=Bob Smith,o=ICM,c=US"
>
>>s/^(cn=.*?)+(.*?
Peter Scott <[EMAIL PROTECTED]> wrote:
> On Sun, 30 Mar 2008 20:36:58 -0700, SecureIT wrote:
> > I am trying to change this
> >
> > "cn=Bob Smith+serialNumber=CR013120080827,o=ICM,c=US"
> >
> > to this:
> >
> > "serialNumber=CR013120080827+cn=Bob Smith,o=ICM,c=US"
>s/^(cn=.*?)+(.*?),/$2+$
On Sun, 30 Mar 2008 20:36:58 -0700, SecureIT wrote:
> I am trying to change this
>
> "cn=Bob Smith+serialNumber=CR013120080827,o=ICM,c=US"
>
> to this:
>
> "serialNumber=CR013120080827+cn=Bob Smith,o=ICM,c=US"
>
> There are about 2000 entries like this and I need to have them all
> displayed wi
I am trying to change this
"cn=Bob Smith+serialNumber=CR013120080827,o=ICM,c=US"
to this:
"serialNumber=CR013120080827+cn=Bob Smith,o=ICM,c=US"
There are about 2000 entries like this and I need to have them all
displayed with serialNumber first, and cn last then the rest of the
DN, the names an