Configuring linux client to join Samba PDC

Discussion in 'Installation/Configuration' started by bussneth, Oct 2, 2006.

  1. bussneth

    bussneth New Member

    I'm a new linux user. All the while, I have been using the Windows.
    After a friend recommended the goodness of linux, thus I wish to explore and experience it.

    Currently, I have two computers. 1st computer (RHEL4) has setup a simple PDC by
    using samba. What I did was creating a linux user and converted it to samba user. Thus, Windows XP (2nd computer) can join samba PDC and also can login to the computer by using the samba user.

    After that I formatted my 2nd computer and installed linux (RHEL4), unfortunately the linux client cannot join domain and cannot login by using domain user (samba user). Firstly, how do I know it successfully join domain? for example, On Windows, it'll give you a message if successfully join domain. Secondly, How to configure linux client to login to the 2nd computer by using domain user?

    Therefore,I'll very much appreciate if anyone kind enough to guide me.

    many thanks,
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Do you have any error messages in your logs?
     
  3. bussneth

    bussneth New Member

    In the Message Logs were
    "crond(pam_unix)[11457]: session opened for user root by (uid=0)"
    "crond(pam_unix)[11457]: session closed for use rot"
     
  4. falko

    falko Super Moderator Howtoforge Staff

    These are no error messages.

    Is there anything else in your logs?
     
  5. bussneth

    bussneth New Member

    It was last few messages in the logs. Any good suggestions to guide me?
     
  6. falko

    falko Super Moderator Howtoforge Staff

    You can run
    Code:
    tail -f /var/log/messages
    to see in real-time what's happening. Then try to join your domain again with your RHEL 4 box and look what's happening in the log at the same time.
     

Share This Page