Hello all, I am trying to get SWAT to work on solaris10. since sol10 does not use /etc/inetd.conf anymore we need to use svcadm etc. I was wondering if anyone knows how to do this? I did # svcs -a | grep samba legacy_run 10:53:33 lrc:/etc/rc3_d/S90samba # svcs -a | grep swat # Thanks Abhimanyu.
Pandey, Abhimanyu wrote:> Hello all, > > I am trying to get SWAT to work on solaris10. since sol10 does not use > /etc/inetd.conf anymore we need to use svcadm etc. I was wondering if > anyone knows how to do this? >This a Solaris thing, not a samba thing, but... Add the line to inetd.conf like you normally would, then run 'inetconv' then manage it through 'inetadm'. The Sun provided swat binary is at /usr/sfw/sbin/swat. Neal