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 BobJensen: http://fedoraproject.org/wiki/Docs/Beats/ServerTools The comment on the change is: Marking FC5 Content ------------------------------------------------------------------------------ + {{{ + Fedora Core 5 Release Notes Content is marked like this. + }}} = Server Tools = - This section highlights changes and additions to the various GUI server and system configuration tools in Fedora Core. + This section highlights changes and additions to the various GUI server and system configuration tools in Fedora Core [[GetVal(DocsDict,BeatsVer)]]. + {{{ == system-config-printer == === SMB Browsing Outside Local Network === @@ -13, +17 @@ === 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' + ## {{{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. @@ -28, +31 @@ === 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 + ## {{{A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 6881:6999 -j ACCEPT + ##}}} }}}