Re: [CentOS] Provide access to /home folder

2013-11-06 Thread John Doe
From: Gopu Krishnan gopukrishnan...@gmail.com 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

Re: [CentOS] Provide access to /home folder

2013-11-06 Thread Wes James
On Tue, Nov 5, 2013 at 11:38 PM, Gopu Krishnan gopukrishnan...@gmail.comwrote: 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

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 access only

Re: [CentOS] Provide access to /home folder

2013-11-05 Thread John Doe
From: Gopu Krishnan gopukrishnan...@gmail.com 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

Re: [CentOS] Provide access to /home folder

2013-11-05 Thread Andrew Holway
freeipa On 5 November 2013 10:31, John Doe jd...@yahoo.com wrote: From: Gopu Krishnan gopukrishnan...@gmail.com 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

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 andrew.hol...@gmail.com wrote: freeipa On 5 November 2013 10:31, John

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 -R

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 $USER...

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

[CentOS] Provide access to /home folder

2013-11-04 Thread 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 should be able to access