Displaying 20 results from an estimated 3000 matches similar to: "Setting up a PDC + multiple BDCs across subnets"
2011 Oct 06
1
The "Sets" package and element equality test
Hi,
I tried to use the sets package yesterday, which seems to be a very powerful
package: thanks to the developers. I wanted to define sets of lists where 2
lists are considered equal if they have the same length.
So, I implemented:
match.2.list <- function(l1,l2){
length(l1)==length(l2)
}
and then defined my cset as:
s <- set(list(1,2),list(3,4))
lset <-
2004 Dec 10
5
PDC, BDCs - how do you synchronize roaming profiles?
Hello,
I'm about to deploy Samba PDC and several BDCs.
As far as I understand Samba and domain logons, this means that a user
will be able to log onto any server, with his workstation choosing a
domain controller that is probably the closest/fastest etc. one.
As a consequence, this also means, that on each server there has to be a
copy of a profile of a given user, right?
If so, how can
2012 Oct 19
2
PDC and BDCs : net rpc testjoin
People,
I have one PDC and a BDC on the matrix side and two BDCs on the branch
office.
I don't know if it is a problem. Anybody could help me?
PDC # net rpc testjoin
get_schannel_session_key: could not fetch trust account password for domain
'DOMAIN_NAME'
net_rpc_join_ok: failed to get schannel session key from server PDC for
domain DOMAIN_NAME. Error was
2003 Oct 02
3
Samba BDCs and trusts.
OK, I think I've hit a misfeature in samba 3.0(release, Debian/sid)
when it comes to using both Samba BDCs and domain trusts. It seems that
the domain trust password is stored in the secrets.pdb on the server
establishing the trust. This, obviously doesn't facilitate BDCs
exercising the trust relationship, or being at all accessable from
workstations on the other side of the trust.
I
2013 Jun 20
1
DNS replication and BDCs
Hi,
For normal readers you kn ow already my setup, but for those new here, I
have a Samba4 PDC and two BDCs one a samba4 and the other a W2k8 R2 machine.
Yesterday we had problems with our upstream service provider and my PDC
(Backend BIND 9 DLZ) went down for some hours, as you might guess my
whole AD was down due to the fact that the main DNS was down.
I would like youi to point me or tell
2002 Oct 29
1
RE: Samba PDCs/BDCs and Trusts WAS: auth to two diff PDCs? (succe ss, sort of)
Andrew Barlett wrote:
>
> Domain trusts (in terms of us being a PDC trusting other DCs) are
> currenetly a work in progress. We hope to have it finished for Samba
> 3.0.
>
> However, why do you need domain trusts? (There are lots of
> good answers
> to this question, but make sure you do have one of the answers).
>
> Samba 2.2 has always supported being a member
2002 Oct 29
1
RE: Samba PDCs/BDCs and Trusts WAS: auth to two diff PDCs? (succe ss, sort of)
Steven Langasek wrote:
> Having one PDC and two BDCs also gives you greater
> fault-tolerance than
> having three domains with a single PDC each.
>
> Samba+LDAP can give you this fault tolerance; it can't give you trust
> relationships today, without a lot of finagling.
>
> Steve Langasek
> postmodern programmer
>
Steve:
I understand the role of/need for the
2003 Jan 21
0
VS: Samba BDCs and machine trust account passwords
> IIRC the client should contact the PDC (domain<0x1b>). But can you
> check the logs and see if the clients are trying to change it on
> domain<0x1c> (any DC)? Thanks.
Can you give me any hints on how to find such information in the log files? My log level is 5, and I can find some password change messages in the logs, but I don't know how to check if they are looking
1999 Sep 14
0
session setup rejected by PDC and BDCs (NT4 SP5)
Hi,
I?ve setup a Samba 2.0.5a on a SuSe 6.2 based Linux 2.2.10. I?m trying to
integrate the server into our NT domain SF-DOM as described in
samba/textdocs/DOMAIN_MEMBER.txt . The described procedures work, but
access as domain user is impossible. In the logfile I get:
[1999/09/14 11:18:31, 2] smbd/server.c:main(716)
Changed root to /
[1999/09/14 11:18:31, 2] smbd/reply.c:reply_special(96)
2009 Aug 20
1
central PDC + remote BDCs: LDAP strategy, my lack of comprehension
Hello, I am trying to figure out how to implement a samba domain in a
number of remote offices around the world with partly bad and often
interrupted WAN connections/VPNs. The goal is to administer the directory
from the central data center.
My obvious choice would be to set up a central server with
SAMBA+OpenLDAP+smbldap-tools and in each remote office a SAMBA server with
OpenLDAP as a
2008 Mar 06
1
roaming profiles stored on BDCs? how?
I have a PDC named GOMER w/ IP of 10.8.3.37 and a BDC named BLDG2 w/ ip
of 10.8.7.2. when someone on the 10.8.7.x network using the WINS server
of 10.8.7.2 logs in and out, their roaming profile is stored on the
PDC. is there any way to have the roaming profile stored on the BDC?,
because I will have other 10.8.x.x networks and some of these remote
sites will be using DSL and I don't
2009 Apr 24
5
some question about BDCs
Hi,
I want to set up SaMBa PDC and BDC with LDAP. I read the TOSHARG2, but don't
understand something:
>Samba-3 cannot participate in true SAM replication and is therefore not
able to employ
>precisely the same protocols used by MS Windows NT4. A Samba-3 BDC will not
create
>SAM update delta files.
Ok, I understand until that, but:
>It will not interoperate with a PDC (NT4 or
2003 Jan 16
2
Samba BDCs and machine trust account passwords
I have a problem with machine trust accounts breaking in a purely Samba
controlled domain. I have one master Samba server acting as a PDC, and
three slave servers in different networks. The UNIX user account
information is updated by means of NIS, and smbpasswd gets rsync'ed to
the slave servers whenever there is a change in the file. All this works
without problems at all times.
When I
2009 Oct 08
0
samba PDC + BDCs + LDAP
Hi,
I'm not a seasoned samba user but I do have a little experience with it
(mostly small setups with plain smbpasswd file and a few workstations).
I also have some experience with OpenLDAP and I've even written some
objectclasses and attributes when the standard ones weren't enough
However, I'm trying to set up a midsized network using LDAP for SSO and
I can't make samba
2013 Nov 05
0
syslinux.efi pxeboot across multiple subnets
Op 2013-11-04 om 20:26 schreef Jason Matthews:
> The same client was used for syslinux.efi (both success on same subnet and
> failure on different subnet) and grub.efi. The DHCP host block is setup
> like:
>
> host testing {
> hardware ethernet {mac} ;
> next-server 10.16.195.178 ;
> filename "rhel64/syslinux.efi" ;
> }
>
> I'll pull a
2013 Nov 05
2
syslinux.efi pxeboot across multiple subnets
The same client was used for syslinux.efi (both success on same subnet and
failure on different subnet) and grub.efi. The DHCP host block is setup
like:
host testing {
hardware ethernet {mac} ;
next-server 10.16.195.178 ;
filename "rhel64/syslinux.efi" ;
}
I'll pull a tcpdump filtering by the IP tomorrow when I get back to the
systems.
On Mon, Nov 4, 2013 at 6:41 PM,
2013 Nov 05
2
syslinux.efi pxeboot across multiple subnets
Sorry. Here are the tcpdumps on pastebin:
Filtered by IP taken on tftp server: http://pastebin.com/NgesF5p9
Taken from mirrored port: http://pastebin.com/kuw22GF2
On Tue, Nov 5, 2013 at 12:21 PM, Geert Stappers <stappers at stappers.nl>wrote:
> Op 2013-11-04 om 20:26 schreef Jason Matthews:
> > The same client was used for syslinux.efi (both success on same subnet
> and
>
2019 Apr 18
3
Opt plugin linkage
The fundamental problem here is that opt doesn’t use ExecutionEngine (because it has no need to), so trying
to use ExecutionEngine (or any other bit of llvm that opt doesn’t use for that matter) in an opt plugin isn’t
going to work.
The solution I’d go with would be to build llvm with shared libraries (use –DBUILD_SHARED_LIBS=ON on the
cmake command) then link the plugin against ExecutionEngine.
2002 Mar 05
1
samba2.2.2+openldap
I have setup samba2.2.2+openldap using idealx's howto.
I have added one user shon using 'smbldap-useradd.pl -a shon'
then I changed th passwd using smbldap-passwd shon'
But when I try to access the smb server it can not authenticate user shon
and says foll in log. [sama thing happened with 2.2.3]
[2002/03/04 15:14:13, 0] passdb/pdb_ldap.c:ldap_search_one_user(178)
2004 Sep 28
1
Can join domain, can't login -- LDAP PDC
I am trying to set up Samba 2.2.9 on a SuSE 9.1 box as an LDAP PDC
whose only job will be authentication. Our LDAP server is on a
separate box. I can join the domain just fine, but when I try to
login via Windows, I get the following error:
"The system cannot log you on to this domain because the system's
computer account in its primary domain is missing or the password on
that account