-------- Original Message -------- Subject: [smf-discuss] [Fwd: Re: [webstack-discuss] Enabling FTP service via non root user?] From: ludo <l...@dev.java.net> To: smf-discuss at opensolaris.org Date: Thu Nov 15 2007 02:35:40 GMT+0100 (CET)
> Any idea about this? > > Thanks... > > > ------------------------------------------------------------------------ > > _______________________________________________ > smf-discuss mailing list > smf-discuss at opensolaris.org "FTP Management" is not a privilege but a profile. It allows a user to manage the ftp server through the following commands: ftpaddhost/ftpconfig/ftprestart/ftpshut/privatepw This profile doesn't allow you to manage the ftp service itself. ----- If you want a user to be able to manage a service, you can either assign it the solaris.smf.manage authorization or create a specific one (eg. solaris.smf.manage.ftp) in order to just manage the ftp service (see smf_security(5)). -- Renaud