Koozali.org: home of the SME Server

Howto Join SME fileserver to SME PDC

jc

Howto Join SME fileserver to SME PDC
« on: March 26, 2002, 05:37:57 PM »
I need some help as  how to join the SME fileserver  to Domain so user can login in once. Please help!!!

Thx
JC

guestHH


jc

Re: Howto Join SME fileserver to SME PDC
« Reply #2 on: March 29, 2002, 06:06:33 PM »
Thank  you for your info RequestedDeletion. I installed Samba 2.2.3a as per Darreyl howto,  and added an account to PDC, then updated the Client smb.conf through custom template and  lastly issued command to join the domain. I got message saying Welcome to  the domain. When I login as an admin on Windoze I could see and browse the both fileserver and PDC folders, but when I login as new user who was set up only on PDC, and tried browse the folder on SME fileserver  I was prompted with username and password.

My question is? Is there Howto add SME Client to SME PDC or could someone make one for those of us who are linux challenged something like Darreyl HOwTO for Adding and removing W2K and XP.

This is what I did:

Client Side (SME Server):
1.edit  smb.conf on custom template
adding;
workgroup = Domainname
security = domain
password server = PDC_name or *--
encrypt passwords = Yes
         
expanded the template

2. join the domain

#smbpasswd -j domain_name -r PDC_name

smbpasswd: Unable to join the domain

 error;      NT_Status_No_Trust

3.Then I added an account Machine On the PDC
#useradd -g -d /dev/null -s /bin/False machine_name$
#smbpasswd -a -m machine_name

PDC Machine;

#smbpasswd -j domain_name -r PDC_name

I got message
#smbpasswd:Joined domain name

But still I was unable to browse the folder on SME Client machine without having User account set on both servers.

I help will be highly appreciated, I got 3 Servers and 50 users. Please forgive me I am clear, english is my second language.


Thx

JC