Displaying 1 result from an estimated 1 matches for "execarg".
Did you mean:
  execargs
  
2004 Aug 16
0
Howto setup SLES 9 w/Samba 3.04 in a Domain & SSL SWAT
...so no one but root has access to the file 
	chmod 700 /etc/stunnel/swat.pem 
6. Configure STUNNEL to start at boot
	
	vim /etc/stunnel/swat.conf
		copy the following into this file:
cert = /etc/stunnel/swat.pem
pid = /var/run/stunnel.swat
service = swat
[swat]
accept = 901
exec = /usr/sbin/swat
execargs = swat
TIMEOUTclose = 0
		Save & Exit vim
	vim /etc/init.d/boot.local
		add the following line
			stunnel /etc/stunnel/swat.conf
		Save & Exit
Start Stunnel Manually 
	stunnel /etc/stunnel/swat.conf
Open Yast
	Network Services
	Samba Server
*** PLEASE NOTE, if this is a re-installatio...