How to configure Fedora 13
*Disclaimer: This configuration of Fedora 13 is for use in a development environment only and is not recommended for production use.
- Enable root login.
- Login as the user you created when installing Fedora 13.
- Open a terminal.
- Enable super user mode.
- Type the following command into the terminal:
su
- Enter the root password.
- Update GDM to allow root login.
- Open the GDM configuration file.
- Type the following command into the terminal:
gedit /etc/pam.d/gdm
- Comment out the following line by preceding it with #:
auth required pam_succeed_if.so user != root quiet
- Save and Close the file.
- Open the GDM Password configuration file
- Type the following command into the terminal:
gedit /ect/pam.d/gdm-password
- Comment out the following line by preceding it with #:
auth required pam_succeed_if.so user != root quiet
- Save and Close the file.
- Reboot.
- Disable the Firewall.
- Login as the root user.
- Select the System > Administration > Firewall menu option.
- Click the Close button on the Firewall Configuration Startup dialog box.
- Click the Disable button.
- Click the Apply button.
- Click Yes.
- Close the Firewall Configuration window.
- Reboot.
- Disable SELinux
- Select the System > Administration > SELinux Management menu option.
- Set the System Default Enforcing Mode to Disabled.
- Check the Relabel on next reboot checkbox.
- Close the SELinux Administration window.
- Reboot.