Ask a Question related to Linux / Unix Administration, Design and Development.
-
Broetchen #1
Re: multiple users in chroot
> certainly.
hmm, that's nice! Do you know where to find more information (I've been
looking for quite a while now)?
Broetchen Guest
-
Multiple users
I have a football tema web site and would like all the different managers to be able to access certain pages, ie.e their own team and edit text. (a)... -
Multiple users on multiple sites
If several users edit their own sites using one pc with one version of Contribute, for example in a community venue, is it possible to issue... -
Best way to add multiple users
Anyone have any tips or links to show how to add many usres from a csv file or simmilar. This is in a school enviornment so each year a whole... -
Sftp and Chroot
first, all unix commands are lower case - a point your note implies you may not know. 2nd, try here:... -
chroot setup
Hi! are there any scripts available to setup a chroot environment with AIX 5L? -- Thomas -
Doug Freyburger #2
Re: multiple users in chroot
Broetchen wrote:
A chroot environment has its own passwd file. Getting several users>
> hmm, that's nice! Do you know where to find more information (I've been
> looking for quite a while now)?
into the environment involves having more than one line in that
passwd file. Getting the user process into the chroot environment
in the first palce is no different from one user to another so if
you can do it with one you can do it with a thousand.
Doug Freyburger Guest
-
Mark Rafn #3
Re: multiple users in chroot
Broetchen <y0013515@tu-bs.de> wrote:
Sure. Why wouldn't it be?>Is it possible to support multiple users in one chroot environment?
Of course, the processes sharing a chroot parent won't be as protected from
each other as having their own sandbox/jail.
Depends entirely on what services you provide and what you consider to be a>Are there other solutions than creating user accounts in this chroot
>environment? Is it possible to manage data of multiple users logging into
>this environement with the same username (kind of anonymous access)?
"different user". Anonymous access works for some applications, which then
provide their own user-identification and security as needed. It doesn't for
most.
Anywhere between trivial (give out the anonymous username and erase it's>If so, how difficult would it be?
password) and impossible (to have any sort of inter-user security when they
all use the same login id).
--
Mark Rafn [email]dagon@dagon.net[/email] <http://www.dagon.net/>
Mark Rafn Guest
-
Dave Hinz #4
Re: multiple users in chroot
On Wed, 9 Jun 2004 12:19:11 +1000, Broetchen <y0013515@tu-bs.de> wrote:
Well, _this_ will help:>>> certainly.
> hmm, that's nice! Do you know where to find more information (I've been
> looking for quite a while now)?
[url]http://www.catb.org/~esr/faqs/smart-questions.html[/url]
Seriously, take a look. Doesn't answer your question but it will
help you ask ones more likely to get you useful answers.
Dave Hinz Guest



Reply With Quote

