Re: [Freeipa-devel] [PATCH] pass DER flag to x509.get_serial_number()

2010-01-19 Thread Rob Crittenden
John Dennis wrote: From: jdennis --- ipalib/plugins/cert.py |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ipalib/plugins/cert.py b/ipalib/plugins/cert.py index a22d075..312ad39 100644 --- a/ipalib/plugins/cert.py +++ b/ipalib/plugins/cert.py @@ -58,7 +58,7 @@ def ge

Re: [Freeipa-devel] [PATCH] 345 fix pwpolicy plugin

2010-01-19 Thread Rob Crittenden
Pavel Zuna wrote: Rob Crittenden wrote: Allow the priority to be updated and fix the description of priority ordering. Lower wins, not higher. I also had to add the option to not normalize to a few more functions in ldap2. I have to craft a very specifically-formatted DN for it to be underst

[Freeipa-devel] [PATCH] pass DER flag to x509.get_serial_number()

2010-01-19 Thread John Dennis
From: jdennis --- ipalib/plugins/cert.py |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ipalib/plugins/cert.py b/ipalib/plugins/cert.py index a22d075..312ad39 100644 --- a/ipalib/plugins/cert.py +++ b/ipalib/plugins/cert.py @@ -58,7 +58,7 @@ def get_serial(certificate)