|
From: <mi...@st...> - 2002-08-01 09:41:47
|
Hans Aschauer wrote: > On Mittwoch, 31. Juli 2002 16:46, Michael Str=F6der wrote: >=20 >>Hans Aschauer wrote: >> >>>This a really easy approach to the problem. Should I commit that >>>patch? >> >>Yes! >=20 > Done. Including the patch for schema.py. It works for me, but, as=20 > always, please test it! Seems to work. The assertion assert res in ERRCODE2SCHERR.keys() is not necessary since we use ERRCODE2SCHERR.get(res,SchemaError)=20 to use the base-class in case of unknown error code. I expect the=20 OpenLDAP project to add new error codes without us keeping up with=20 it. ;-) Ciao, Michael. |