Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement permissions overriding #74

Closed
giampaolo opened this issue May 28, 2014 · 5 comments
Closed

Implement permissions overriding #74

giampaolo opened this issue May 28, 2014 · 5 comments
Labels
Component-Library enhancement imported imported from old googlecode site and very likely outdated Priority-High

Comments

@giampaolo
Copy link
Owner

From billiej...@gmail.com on August 02, 2008 14:39:28

It would be awesome if the DummyAuthorizer would give the possibility to
define permission exceptions for certain directories at the time we create
a new user.
It can be useful, for example, to create a user which does
not have write permission except for one sub-directory in FTP root:

>>> authorizer = DummyAuthorizer()
>>> authorizer.add_user('user', 'password', '/home/ftp', perm='elr',
override_perm={'home/ftp/pub':'elradfmw'})

Original issue: http://code.google.com/p/pyftpdlib/issues/detail?id=74

@giampaolo
Copy link
Owner Author

From jasa...@gmail.com on August 20, 2008 01:38:06

override perm patch attached

Attachment: ftpserver_override_perm.patch

@giampaolo
Copy link
Owner Author

From jasa...@gmail.com on September 07, 2008 19:50:53

A patch to add permission override capability to ftpserver version r373 .

Attachment: ftpserver_override_perm_r373.patch

@giampaolo
Copy link
Owner Author

From billiej...@gmail.com on September 14, 2008 15:50:42

I implemented this in r383 .
I haven't used your patch since I preferred to use absolute paths instead of paths
relative to the user ftp root.

Status: Finished

@giampaolo
Copy link
Owner Author

From billiej...@gmail.com on September 20, 2008 11:15:03

Fixed/Implemented in version 0.5.0 which is released now.

Status: Fixed

@giampaolo
Copy link
Owner Author

From billiej...@gmail.com on October 13, 2008 12:13:14

Labels: Component-Library

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component-Library enhancement imported imported from old googlecode site and very likely outdated Priority-High
Projects
None yet
Development

No branches or pull requests

1 participant