4udak / pyftpdlib

Automatically exported from code.google.com/p/pyftpdlib
Other
1 stars 1 forks source link

DummyAuthorizer.terminate_impersonation() should be aware of the username #144

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This is not actually needed for anything in particular amongst pyftpdlib 
current code base but it might be needed for external implementations defining 
their own authorizer.

Proposal is to add/pass a "username" parameter to terminate_impersonation() 
method so that it is aware of the username previously impersonated.
If not needed, username can be just ignored.

Original issue reported on code.google.com by g.rodola on 12 Nov 2010 at 6:39

GoogleCodeExporter commented 9 years ago
Implemented in r761.

Original comment by g.rodola on 12 Nov 2010 at 6:43

GoogleCodeExporter commented 9 years ago
Implemented in version 0.6.0.

Original comment by g.rodola on 23 Jan 2011 at 8:59