Koozali.org: home of the SME Server

More than 1 administrators

ChanChong

More than 1 administrators
« on: March 14, 2003, 06:28:01 AM »
Hi,

I was wondering if there is a possibility using the web-interface to let a user have su access?

I have tried dungog.net rpm for user shell access and also proftpdchroot. However, it doesnt yield the result I wanted.

Basically, what I want to achieve is that so users will become administrators without knowing the root password. However, the first block that I stumbled upon was that even after I made a user SU and then chroot to the PRIMARY folder, the user does not have permission to upload or create directories.

Anyone out there who have any idea how to make it better, please enlighten me.

Thanks.

Hsing-Foo

Re: More than 1 administrators
« Reply #1 on: March 14, 2003, 10:34:11 AM »
Hi,

Did you try the use-panel contrib? It will give certain users all the server-manager panels. Maybe that is what you are after.

http://www.dungog.net/sme/files/userpanel/

Regards,
RequestedDeletion

stephen noble

Re: More than 1 administrators
« Reply #2 on: March 15, 2003, 03:57:43 PM »
>However, the first block that I stumbled upon was that even after I made a user SU
>and then chroot to the PRIMARY folder, the user does not have permission to
>upload or create directories.

chroot is only for ftp

do you know how to use sudo ?

as ordinary user with sudo access. preceed the command with sudo
bash-2.05a$ sudo mkdir /new
Password: [enter user password]

regards
stephen noble

guestHH

Re: More than 1 administrators
« Reply #3 on: March 16, 2003, 02:57:04 AM »
Hopefully ChanChong will provide feedback...

ChanChong

Re: More than 1 administrators
« Reply #4 on: March 19, 2003, 10:24:09 AM »
Thanks for all the help. I am not very familar with linux. That explains why I may sound a bit foreign here.

So I guess there isn't really an easier way to actually allow user to log in using their own account and ftp into a area where is usually accessed by using the root/admin account.