Hi Kevin
Just cross check
(1)Did you create directories for domain logons and profiles:
(2)Did you add "root" user to the SAMBA password database.This account is
needed to add new computers to the samba domain
(3) Do a test for the setup by giving
smbclient -L localhost -U%
The output shall look similar to this:
Domain=[MYWORKGROUP] OS=[Unix] Server=[Samba 3.0.26a]
Sharename Type Comment
--------- ---- -------
IPC$ IPC IPC Service (samba server (Samba, Ubuntu))
netlogon Disk Network Logon Service
print$ Disk Printer Drivers
Domain=[MYWORKGROUP] OS=[Unix] Server=[Samba 3.0.26a]
Server Comment
--------- -------
SERVER1 samba server (Samba, Ubuntu)
Workgroup Master
--------- -------
MYWORKGROUP SERVER1
WORKGROUP FILESERVER
(4) Did you add users to samba domain
as
net rpc user add saji -U root
net rpc user password tom "mypass" -U root
smbpasswd -e saji
(4) most important Did you change the WindowsXP settings to log to the DC
You could find this by right click , myComputer , properties
After I read your mail , I did try to setup a PDC using ubuntu and I am able to
login now from XP machine . I am sure you could also do it
Also I recommend you to read the docs
on the link
http://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/samba-pdc.html
for a proper understanding
Thanks
Joseph John
--- On Sun, 16/8/09, kevin sha <[email protected]> wrote:
> From: kevin sha <[email protected]>
> Subject: [ILUG-Cochin.org] samba PDC problem
> To: "ilug cochin" <[email protected]>
> Date: Sunday, 16 August, 2009, 6:31 PM
>
>
>
>
>
>
>
>
>
>
> Hello all
>
>
>
> I set up samba PDC in my
> local system
> and try to login from windos XP,by using the samba username
> and
> password . then I got the following error. and XP will
> give a
> temporary login
>
>
> “Windows cannot locate the
> server
> copy of your roaming profile and is attempting to log you
> on with
> your local profile. Changes to the profile will not be
> copied to the
> server when you logoff. Possible causes of this error
> include network
> problems or insufficient security rights. If this problem
> persists,
> contact your network administrator.
>
>
>
>
>
> DETAIL - The network path was
> not
> found.
> ”
>
>
>
>
>
>
> could you please tell me how
> to solve
> this problem
>
>
>
> my configuration file is
> given below
>
>
>
>
>
>
>
> “
> [global]
>
>
>
> workgroup = WORKGROUP
>
> netbios name= primary dc
>
> os level = 33
>
> preferred master = yes
>
> local master = yes
>
>
>
> ####### Authentication
> #######
>
>
>
> security = user
>
>
>
>
>
>
> ########## Domains
> ###########
>
>
>
> domain logons = yes
> logon path = \\home\samba\profiles\%U
> logon drive = H:
> logon home = \\home\samba\netlogon\%U
>
>
>
>
>
>
>
>
>
> ===========Share Definitions
> ===========
> [homes]
>
> comment = Home Directories
>
>
> browseable = yes
>
> writable = yes
> read only = yes
> create mask = 0777
> directory mask = 0777
> valid users = %S
>
>
>
> [netlogon]
>
>
>
> path = /home/samba/netlogon
>
> read only = no
>
> guest ok = yes
>
> share modes = yes
>
>
>
>
> [profiles]
>
> comment = Users profiles
>
> path =
> /home/samba/profiles
>
> guest ok = yes
>
> browseable = yes
>
> read only = yes
>
>
>
> [kevin]
>
> comment = kevin's
> directory
>
> read only = yes
>
> writable = yes
>
> locking = no
>
> path = /kevin
>
> guest ok = yes
> ”
>
>
> Yahoo! recommends that you upgrade to
> the new and safer
> Internet Explorer 8.
> -----Inline Attachment Follows-----
>
> _______________________________________________
> ILUG Cochin Mailing List
> http://ilug-cochin.org/mailman/
> [email protected]
> http://ilug-cochin.org/mailman/listinfo/mailinglist_ilug-cochin.org
> #[email protected]
>
Looking for local information? Find it on Yahoo! Local
http://in.local.yahoo.com/
_______________________________________________
ILUG Cochin Mailing List
http://ilug-cochin.org/mailman/
[email protected]
http://ilug-cochin.org/mailman/listinfo/mailinglist_ilug-cochin.org
#[email protected]