Personal tools
You are here: Home Fedora Solved Network Solutions Fedora Core: Connecting to an ADS Server

Fedora Core: Connecting to an ADS Server

by scott_glaser last modified Feb 01, 2010 07:41 PM
— filed under:

As many Fedora Core users may note, there are times when Windows just does not cut it, and you would rather be working on your data in Linux instead of Windows. During those times you may find it necessarry to connect to a Server 2003 ADS. This soulution came about for just one such ocassion. We are not going to cover the requirements in this procedure as this solution is not recommended for a new Fedora Core user, this is tailored for an advanced user that would have the knowledge to join a domain with their Fedora Core machine. Also assistance will be required from the Administrator of the domain, should that not be you!!

Requirements

  1. You must have a Windows 2003 ADS server acting as a domain controller.
  2. Setup and account on the ADS server for the Fedora Core that you with to connect.
  3. Configure the Fedora Core box to join the Domain controlled by the ADS server.

Doing the work

  1. Open a Terminal.

  2. To become root, you type.

    su --login

    Note that the "--login" is very important -- it sets things so that you have easy access to all the commands on the computer.

    Then, you have to type in your root password. You set this when you installed Fedora Core.

  3. In a terminal window following command.

    # system-config-authentication
  4. In the Authentication Configuration window select "Enable Winbind Support", Then select "Configure Winbind".

    Screenshot-Authentication Configuration.png

  5. In the Winbind Settings Window enter the following, these settings will differ based on the network which you will be joining. The settings shown here are just examples based on my network configuration.

    Screenshot-Winbind Settings.png

  6. Then select "Join Domain". First you will be presented with an alert screen as shown below, select Save.

    Screenshot-Alert.png

  7. After you select Save you will need the Domain Administrator login and password then select ok.

    Screenshot-Joining Winbind Domain.png

  8. Once the authentication is setup and you have joined the domain, you need to create a mount point by entering the following.

    # mkdir /mnt/windows
  9. Next you need to mount your ADS Server Directory to which you wish to connect, do so by executing the following (Substiute the <Server> with the actual name or IP of the server and the directory to me mounted i.e. //216.54.64.13/swap ).

    # mount -t cifs //<Server> /mnt/windows -o username=<ads user account>
  10. Enter the password for the user and you have now mounted your ADS working directory.

Troubleshooting

How to test

  1. Mount the directory as above, then using Nautilus browse the mount point to verify that the content is present from the ADS Server.

More Information

Disclaimer

We test this stuff on our own machines, really we do. But you may run into problems, if you do, come to #fedora on freenode.net

Added Reading

Document Actions
Log in


Forgot your password?
New user?