General discussion

  • Creator
    Topic
  • #2106699

    linux domain server

    Locked

    by anhkhoa_2000 ·

    i have 1 linux server acting as a samba sever for the workgroup named “linux”, & i created some linux user accounts , then i configred in smb.conf file that linux will be a domain logon for that workgroup with a netbiosname is “linux” also, and set encryption password to “yes”, after that i use security is”user” and run a command : cat /etc/passwd /usr/sbin/mksmbpasswd.sh /usr/sbin/smbpasswd , then i join windwos98 PCs to the same workgroup and logon to that workgroup but it always display can not find a domain logon for the domain”linux”.I don’t know why . please help me.thanks alot.

All Comments

  • Author
    Replies
    • #3401820

      linux domain server

      by david.otten ·

      In reply to linux domain server

      have you tried an entry in LMHOSTS for the samba server?

    • #3510660

      linux domain server

      by cookie23 ·

      In reply to linux domain server

      You will need to create machine accounts for those machines you addd to the domain. Check the Samba Man pages for the details. The smb machine account has to have a corisponding linux account ending in $.

      For example if you had a computer named comp2:
      >adduser -d /dev/null -s /bin/false comp2$
      >smbpasswd -a -m comp2

      Then computer with name comp2 should be able to join the domain.

      I recomend the Samba How-to section on Samba as a PDC http://us6.samba.org/samba/docs/Samba-HOWTO-Collection.html#SAMBA-PDC

      I hope that helps.

    • #3511661

      linux domain server

      by anhkhoa_2000 ·

      In reply to linux domain server

      This question was auto closed due to inactivity

Viewing 2 reply threads