Networking Forums

Networking Forums > Computer Networking > Linux Networking > Need Help to configure Samba as PDC

Reply
Thread Tools Display Modes

Need Help to configure Samba as PDC

 
 
wahiddxb
Guest
Posts: n/a

 
      11-20-2005, 01:19 PM
Hi All,

I need help to configure Samba as my primary domain controller of my
LAN. I have configured DHCP and DNS but need Samba authentication to
make windows the client of the Domain. After the following
configuration when I am going to add any windows XP PC to the domain I
am receiving error message "crystalgallery is not a valid domain". If
anybody can help me I will appreciate.

************************************************** ************************************************** *

[global]

; Basic server settings
netbios name = crystalgallery
workgroup = crystalgallery.co.ae

; we should act as the domain and local master browser
os level = 64
preferred master = yes
domain master = yes
local master = yes

; security settings (must user security = user)
security = user

; encrypted passwords are a requirement for a PDC
encrypt passwords = yes

; support domain logons
domain logons = yes

; automatic way of creating user in the samba domain
add user script = /usr/sbin/useradd -d /dev/null -g 100 -s /bin/false
-M %u


; where to store user profiles?
logon path = \\%N\profiles\%u

; where is a user's home directory and where should it
; be mounted at?
logon drive = H:
logon home = \\homeserver\%u

; specify a generic logon script for all users
; this is a relative **DOS** path to the [netlogon] share
logon script = logon.cmd

; necessary share for domain controller
[netlogon]
path = /usr/local/samba/lib/netlogon
read only = yes
write list = ntadmin

; share for storing user profiles
[profiles]
path = /export/smb/ntprofile
read only = no
create mask = 0600
directory mask = 0700

************************************************** ************************************************** *

Best Regards,
Wahid

 
Reply With Quote
 
 
 
 
Raqueeb Hassan
Guest
Posts: n/a

 
      11-21-2005, 04:51 PM
> ; encrypted passwords are a requirement for a PDC
> encrypt passwords = yes


<snip>

Perhaps, why don't you try without encrypted passwords initially?

You might disable any firewall or security software on the XP (just to
have a check for that moment only) and see if it works then add entries
for the linux box as PDC in your hosts and lmhosts files on the XP
machines.

In the meantime, should you have time, please read these documents ....

http://support.microsoft.com/default...&Product=winxp
http://www.linuxforum.com/forums/index.php?showforum=43


--
Raqueeb Hassan
Bangladesh

 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Do all Linux distros have Samba built-in? Detect if Samba installed? Matthew Lincoln Linux Networking 8 11-17-2008 12:11 AM
Dancing the Samba with DD-WRT (Samba FS Automount) Louis Ohland Wireless Internet 2 12-01-2006 12:55 PM
A few questions regarding samba from a samba and windows rookie Madhusudan Singh Linux Networking 0 03-30-2005 05:54 PM
MN-500 can not configure Broadband Hardware 5 04-12-2004 06:21 PM
[Samba] WINS on Samba server and Routing jbob Linux Networking 0 08-13-2003 01:31 AM



1 2 3 4 5 6 7 8 9 10 11