Displaying 20 results from an estimated 600 matches similar to: "Replicated Failover Domain Controller and file server using LDAP"
2008 Jun 12
0
syncrepl in OpenLDAP 2.3.x (CentOS 5) and updating on a replica
Hi,
I have a setup with two CentOS 5 machines running OpenLDAP 2.3.x,
right now the primary uses slurpd to send the updates to the second
server, and the second server is using "updatedn" to allow updates
(from what I understand! I'm no OpenLDAP guru here.) Clients are using
pam_ldap and nss_ldap to get the users and authenticate them in LDAP.
Right now hosts query only the primary
2011 Feb 26
2
FW: making BDC samba + ldap server
Is this Samba 3 or Samba 4?
If samba 3, which ldap server are you using>
What is the mail server? Does the mail server have its own LDAP server
included it or is also using an external LDAP server.
If you want replication between LDAP servers, they should be the same type
of LDAP server (e.g. OpenLDAP or Apache Directory Server or Oracle Directory
Server.) If you have one
2010 Feb 10
2
LDAP backend replication?
Hi to all!
I've set up Zimbra LDAP (2.4) as master, and I want to use RHEL v5 LDAP
(2.3) as a slave. This is relevant part of my slapd.conf on LDAP 2.3:
# syncrepl directives
syncrepl rid=101
provider=ldap://192.168.1.86
bindmethod=simple
binddn="uid=zimbra,cn=admins,cn=zimbra"
credentials=PASSword
searchbase="dc=company,dc=com"
schemachecking=on
2008 Jun 16
1
Samba 3 with OpenLDAP multimaster or Fedora-DS
Hi,
I'd like to know if any of you have ever implemented Samba 3 with
OpenLDAP multimaster (using syncrepl, maybe) or Fedora-DS. The basic
idea would be:
- WAN link dies, the remote office's BDC would promote itself to PDC
(using some kind of monitoring script), and will start accepting
changes to the user base. Also, some change to the local WINS server
would be necessary.
- WAN link
2008 Jun 03
8
How to move a samba PDC to a diffrent box
Hello List,
i have got a samba pdc running based on the smbldap tools and Debian Sarge.
Now we would like to move everything over to Ubuntu Hardy.
Can i simply:
- Create the same users and groups with the same id on Hardy
- Move the files and profiles over by keeping their permissions (rsync
-avzp ...)
- Set the samba SID to be the old orginial one (i do not know how this
could be done and if
2009 Mar 26
6
PDC / BDC in a Samba Domain Controller.
Hello
I makeing a Domain Controller with Samba (v3.0.33) and LDAP (v2.4).
I will install a PDC in the headquarter and a BDC in the subsidiary of
the company that I work.
The PDC and the BDC will have his own LDAP data base.
I just install the PDC without problems and my next step is to install
the BDC.
I configured the LDAP that work in multi master mode. I made some test
and the LDAP works
2010 Apr 01
1
centos + ldap + syncrepl (push vs pull)
Hi,
From what I gather, OpenLDAP on Centos 5.x pulls LDAP changes from
central LDAP server to a secondary LDAP server.
So in other words, you can have your second LDAP server pull the db
based on either;
type=refreshOnly
which mean the pull interval will happen when ever you specify or;
type=refreshAndPersist
which mean after a pull, keep the pipe open for any changes made.
Now in
2011 Feb 17
6
making BDC samba + ldap server
Hi guys
Im looking to config a BDC server for the high traffic supported inside the
primary server. I never configured a BDC server inside ubuntu 9.04 and
OpenLdap and Im very lost. Looking for internet I found howtos for PDCs
server but not for BDC. Anyone can help me more? Im making a clean install
and I don't know how to create same users than PDC for samba and how to make
a slave ldap
2004 Feb 22
2
LDAP replication
Hi all,
I know this is not ldap list, but I'm setting SAMBA LDAP BDC; I
think many of you have experience with this.
I setup a replica, I
haven't done the following
I followed
1.
http://howto.aphroland.de/HOWTO/LDAP/ReplicationOverSSLConfigureOpenLDAP
2.
http://howto.aphroland.de/HOWTO/LDAP/ReplicationOverSSLSlaveServer
3.
2004 May 11
2
ldap replication
Hello,
I have two ldapservers with Samba PDC and BDC. I started with the PDC i
use Suse 9.0 with ldap "out of the box" and Samba 3.0.2a. Everything is
working fine with only the PDC running. Now i configured replication. In
my slapd.conf file on the master server i added the following lines
#permission
access to * by dn="cn=repl,dc=felix,dc=local" write
# database definition
2009 Mar 06
1
module syncprov
Hello everybody,,
This time i want to replicate PDC to BDC when there's is any changes on PDC, here is my conf. on /etc/openldap/slapd.conf
LDAP Server master
moduleload syncprov
overlay syncprov
syncprov-checkpoint 100 10
syncprov-sessionlog 100
LDAP Server mirror
moduleload syncprov
syncrepl rid=001
provider=ldap://ldap.domain.com:389
bindmethod=simple
2014 Aug 27
1
Replicated Failover Domain Controller and file server using LDAP
Hi All
thought I'd post my results from following your notes when trying to replicate my Samba PDC onto a Samba BDC as seen here
https://wiki.samba.org/index.php/1.0._Configuring_Samba
everything seemed to work as described until I got into the 'Initialization LDAP Database' and preloading the edited "preload-differentialdesign.ldif" file, kept getting a failure from
2006 May 24
2
Domain Logins across VPN
I've been trying to get this to work for a few days now. I read that
domain requests are sent via broadcast, and to use WINS to get around it.
Well, I've enabled the WINS server on my Samba PDC, and told the BDC's on
each VPN segment that the PDC is a WINS server. WINS resolution works
apparently, I can sit on a VPN'd network segment and ping machines across
the VPN via their
2006 Oct 06
4
Samba Anonymous LDAP Authentication
Hello all. I have a Samba PDC server working great already. However
on another host on the network I would like to setup a Samba server
that authenticates to the same LDAP server that my Samba PDC is using.
However I want to do this anonymously without telling the second
server the admin password for LDAP. I cannot seem to find any
documentation for anonymous LDAP authentication using Samba.
2010 Jun 04
2
redundant ldap - client config
Hi all,
I have a few ldap servers slaved to a primary via syncrepl, all is well.
I've set my clients to auth against a few and there /etc/ldap.conf
looks like so;
uri ldap://primary.domain.com ldap://secondary.domain.com
However when either primary or slaves go down, while the clients can
log in, access is very slow, ls of any dir is painful.
The /var/log/messages shows several failed
2007 Nov 01
1
Promoting Samba BDC to PDC
Hi,
Our domain is setup with one Primary Domain Controller and two Backup
Domain Controllers, and a member server. All domain controllers (PDC
and BDCs) are running Gentoo Linux with Samba and LDAP. The member
server (fileserver) is a SUNS machine running Solaris. We do everything
(add, edit, modify groups and accounts) on the PDC and it will then sync
all the changes to the BDC by way of
2017 Jan 25
3
Samba 4 AD BDC (Syncrepl)
Hello,
at the Moment we use and Samba 4 in NT4-style Domain with approx. 20
Clients.
With the Problem of Windows 10 to join to NT4-style
(https://wiki.samba.org/index.php/Required_Settings_for_Samba_NT4_Domains#Windows_10:_There_Are_Currently_No_Logon_Servers_Available_to_Service_the_Logon_Request)
we plan to migrate to Samba AD.
At the Moment there is the following scheme:
samba PDC
2011 Feb 09
1
rsync permission denied , without changing apache user and group setting
Hi
i got two server webserver1 and webserver2 i want to rsync some data form
webserver1 to webserver2 using a user called syncuser
( syncuser is added to the group apache : adduser -G apache syncuser )
here is my command :
[root at web1 projects]# rsync -avzh /var/www/projects/beta-website1
syncuser at web2server:/var/www/projects
syncuser at web2server password:
building file list ... done
2005 Mar 23
4
Samba-LDAP TLS problems with inofficial Debian OpenLDAP 2.2 packages
Dear Torsten, dear samba list reader
Three days ago I switched our domain from a NT 4 domaincontroller to
Samba-OpenLDAP, controlled by a Debian Sarge system. I installed the
following inofficial Debian OpenLDAP 2.2 packages (I know these are not
supported, but TLS with OpenSSL is essential to us...):
Package: slapd
Version: 2.2.20-1.hrz.1
Package: libldap2.2
Version: 2.2.20-1.hrz.1
2003 Nov 11
1
Samba 3 Redhat 9 Openldap doc
Hello I'd like to thank you all for helping my setup of samba3 with Ldap,
here are my notes on configuring samba3 openldap on redhat 9.
Hopefully this information will help all of you who are trying to preform a
similar setup.
-=Carl=-
this can also be found at:
http://www.carlweiss.com/Samba3-redhat9-openldap.html
Installing Samba 3 With OpenLDAP on Redhat 9
Commands are listed in