ftpgroups


 
Thread Tools Search this Thread
Operating Systems Solaris ftpgroups
# 1  
Old 12-20-2007
ftpgroups

Hello, i've 80 users created in Solaris 9. All them belong to group "operation".
What iwant is that group can't make an ftp to others machine, i mean, ftp must be banned to operation group.
Is it possible ??i was reading ftp help, but what I understood is that system only can ban to users

thanks
# 2  
Old 12-20-2007
Hi,
You could play with ftp's permission, i mean you could just strip off exec flags on other's permission
Code:
chmod o-x `which ftp`

Users that have access to ftp should be added to group 'bin' (my default on sunos 5.9) ...
What do ya think ? Smilie
# 3  
Old 12-20-2007
it seems a good idea.
I will do it and I will explain the result

thanks
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question