Bug 2361 - Configuration for PDC and BDC
Summary: Configuration for PDC and BDC
Status: RESOLVED INVALID
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: Domain Control (show other bugs)
Version: 3.0.10
Hardware: x86 Linux
: P3 normal
Target Milestone: none
Assignee: Samba Bugzilla Account
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-18 09:15 UTC by Clement DIEBOLD
Modified: 2005-02-21 00:20 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Clement DIEBOLD 2005-02-18 09:15:36 UTC
I just have finished to configure two samba server, one for the master and the
second for the slave.

I configure the first like :
   domain master = yes
   prefered master = yes
   local master = yes
   domain logons = yes
   security = user
   os level = 99

And the second like :  
   domain master = no
   prefered master = yes
   local master = yes
   domain logons = yes
   security = domain
   password server = PDC BDC
   os level = 80

I can't use security = domain in the PDC configuration because if this settings
is used, the BDC becomes the domain master.

I don't unterstand those settings.

PS : i use openldap.
Comment 1 Gerald (Jerry) Carter (dead mail address) 2005-02-18 09:30:44 UTC
this is a configuration error.  not a bug.
both pdc and bdc should use 'security = user'.
Comment 2 Clement DIEBOLD 2005-02-21 00:20:25 UTC
(In reply to comment #1)
> this is a configuration error.  not a bug.
> both pdc and bdc should use 'security = user'.

Why don't use security = domain  ??

Thanks