On Wed, Oct 28, 2009 at 07:36:02PM +0100, Michael Hanselmann wrote: > > This new function supports two schemes for passwords: > - Old-style cleartext passwords > - Hashed passwords according to RFC2617 (H(A1)) > > Schemes are differentiated by their prefix, a concept also > used in OpenLDAP. Cleartext passwords can no longer start > with an opening brace ("{") unless they're prefixed with > "{cleartext}" (case insensitive). > > Currently there's no documentation for rapi_users at all. > It'll be in a consecutive patch. > --- > lib/http/auth.py | 66 ++++++++++++++++++++++++++++++++++++++++ > test/ganeti.http_unittest.py | 69 > ++++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 135 insertions(+), 0 deletions(-)
LGTM, thanks! iustin