fix potential handle leak in _spoolss_open_printer_ex(); final fix for CR2102; review...
[Samba.git] / packaging / RedHat / samba.xinetd
blob7431aaaeae7e91211b1a5e8186c783dc5932bf9b
1 # default: off
2 # description: SWAT is the Samba Web Admin Tool. Use swat \
3 #              to configure your Samba server. To use SWAT, \
4 #              connect to port 901 with your favorite web browser.
5 service swat
7         port    = 901
8         socket_type     = stream
9         wait    = no
10         only_from = 127.0.0.1
11         user    = root
12         server  = /usr/sbin/swat
13         log_on_failure  += USERID
14         disable = yes