Dear Wiki user, You have subscribed to a wiki page or wiki category on "Fedora Project Wiki" for change notification. The following page has been changed by PaulWFrields: http://fedoraproject.org/wiki/Docs/Beats/ServerTools The comment on the change is: FC6t2 ------------------------------------------------------------------------------ This section highlights changes and additions to the various GUI server and system configuration tools in Fedora Core [[GetVal(DocsDict,BeatsVer)]]. + This section has not been updated for Fedora Core [[GetVal(DocsDict,BeatsVer)]] by the [http://fedoraproject.org/wiki/DocsProject/ReleaseNotes/Beats beat writer]. - {{{ - == system-config-printer == - === SMB Browsing Outside Local Network === - - You can now browse for Samba print shares across subnets. If you specify at least one WINS server in `/etc/samba/smb.conf`, the first address is used when browsing. - - === Kerberos Support for SMB Printers === - - The '''system-config-printer''' application supports Kerberos authentication when adding a new SMB printer. To add the printer, the user must possess a valid Kerberos ticket and launch the printer configuration tool. Select ''System'' > ''Administration'' > ''Printing'' from the main menu, or use the following command: - ## {{{su -c 'system-config-printer' - ##}}} - - No username and password is stored in `/etc/cups/printers.conf`. Printing is still possible if the SMB print queue permits anonymous printing. - - == system-config-securitylevel == - - === Trusted Service Additions === - - Samba is now listed in the ''Trusted services'' list. To permit the firewall to pass SMB traffic, enable this option. - - === Port Ranges === - - When you define ''Other Ports'' in the '''system-config-securitylevel''' tool, you may now specify port ranges. For example, if you specify `6881-6999:tcp`, the following line is added to `/etc/sysconfig/iptables`: - ## {{{A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 6881:6999 -j ACCEPT - ##}}} - }}} -