From: Graham B. <gb...@po...> - 2000-05-04 16:05:45
|
On Thu, May 04, 2000 at 03:43:27PM +0100, Chris Ridd wrote: > I think we're saying the same thing. > > Examples: > > bind(method => 'none') > bind(method => 'simple', > dn => 'blah', password => 'blah') > bind(method => 'nameonly', > dn => 'blah') > bind(method => 'sasl', > dn => 'blah', ... more stuff for SASL ... ) > > Bind can look at method and do whatever checking it wants on the other > parameters, like checking for empty passwords in certain cases. Yes. And for now if method does not exist we can be compatable and give a warning. Anyone want to submit a patch Graham. |