Re: [Proftpd-user] UID/GID and permission denied
TJ Saunders <[email protected]>
| Newsgroups | gmane.network.proftpd.user |
|---|---|
| Message-ID | <[email protected]> |
> During all this debugging I was always looking at numeric uids/gids
> This is a fresh install of proftpd and I have full control over it
> No ACLs on the NFS server side, nor POSIX ACLs are defined to my
> knowledge
> I’m able to simulate the user/group situation in the system using the
> standard passwd/group file and access is granted/denied as expected
> I’m able to access a few directories through supgrp membership through
> proftpd, but I can’t see how they are different. This is the most
> puzzling circumstance.
>
> I will continue debugging tomorrow.
What happens if you disable the mod_cap module, for testing, using the following in your proftpd.conf:
<IfModule mod_cap.c>
CapabilitiesEngine off
</IfModule>
Linux capabilities can affect permissions in less obvious/harder to see ways. Worth an experiment, perhaps?
Cheers,
TJ
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
ProFTPD Users List <[email protected]>
Unsubscribe problems?
http://www.proftpd.org/list-unsub.html