Re: [CentOS] Provide access to /home folder

2013-11-06 Thread Wes James
On Tue, Nov 5, 2013 at 11:38 PM, Gopu Krishnan wrote: > When I set the setfacl, wordpress sites are giving 500 internal server > error. > I am planning to set a user 'developer' with the home directory as '/home' > Inside the /home directory, each site is having its own ownership. For > example, /

Re: [CentOS] Provide access to /home folder

2013-11-06 Thread John Doe
From: Gopu Krishnan > When I set the setfacl, wordpress sites are giving 500 internal server > error. > I am planning to set a user 'developer' with the home directory as > '/home' > Inside the /home directory, each site is having its own ownership. For > example, /home/site1 should have ownersh

Re: [CentOS] Provide access to /home folder

2013-11-05 Thread Gopu Krishnan
When I set the setfacl, wordpress sites are giving 500 internal server error. I am planning to set a user 'developer' with the home directory as '/home' Inside the /home directory, each site is having its own ownership. For example, /home/site1 should have ownership user1:user1 and /home/site2 shou

Re: [CentOS] Provide access to /home folder

2013-11-05 Thread Nux!
On 05.11.2013 18:00, John R Pierce wrote: > On 11/5/2013 3:40 AM, Gopu Krishnan wrote: >> I cant own a particular group recursively to /home since each site >> files inside the /home is having their own username and passwor. I >> guess i should try setfacl. Will let u knw the results. > for each $U

Re: [CentOS] Provide access to /home folder

2013-11-05 Thread John R Pierce
On 11/5/2013 3:40 AM, Gopu Krishnan wrote: > I cant own a particular group recursively to /home since each site > files inside the /home is having their own username and passwor. I > guess i should try setfacl. Will let u knw the results. for each $USER... usermod -g webdev $USER chgroup

Re: [CentOS] Provide access to /home folder

2013-11-05 Thread Gopu Krishnan
Hi all, I cant own a particular group recursively to /home since each site files inside the /home is having their own username and passwor. I guess i should try setfacl. Will let u knw the results. On 11/5/13, Andrew Holway wrote: > freeipa > > On 5 November 2013 10:31, John Doe wrote: >> From:

Re: [CentOS] Provide access to /home folder

2013-11-05 Thread Andrew Holway
freeipa On 5 November 2013 10:31, John Doe wrote: > From: Gopu Krishnan > >> I have a CentOS linux web server in which I have multiple web sites. I have >> many website programmers now doing the coding for all the sites. How can I >> provide a key-based authentication for the programmers in such

Re: [CentOS] Provide access to /home folder

2013-11-05 Thread John Doe
From: Gopu Krishnan > I have a CentOS linux web server in which I have multiple web sites. I have > many website programmers now doing the coding for all the sites. How can I > provide a key-based authentication for the programmers in such a way that > they have access only to /home folder ? They

Re: [CentOS] Provide access to /home folder

2013-11-05 Thread Nux!
On 05.11.2013 01:27, Gopu Krishnan wrote: > I have a CentOS linux web server in which I have multiple web sites. I > have > many website programmers now doing the coding for all the sites. How > can I > provide a key-based authentication for the programmers in such a way > that > they have acces