Displaying 20 results from an estimated 3000 matches similar to: "centos + ldap + syncrepl (push vs pull)"
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
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
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
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
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
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
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
2012 Aug 07
4
help to program my function
HI
>i have a problem please help me to solve it:
http://r.789695.n4.nabble.com/file/n4639434/aj.pdf aj.pdf
>i want to calculate the vecteur a[j] where j: 1...8
>this is the code in R:
>aj.fun <- function(j, i, X, z, E, beta0, beta1){
+ n <- length(X)
+ iX <- order(X)
+ iz <- order(z)
+ e1 <- -(beta)*z[ iz[1:(i - 1)] ]
+ numer <- E[j] - sum( X[ iX[1:(i - 1)] ]
2007 Sep 12
1
Integrate() error message, I am at a loss
Hello!
I have a problem with integrate() in my function nctspa(). Integrate
produces an error message "evaluation of function gave a result of
wrong length". I don't know what that means. Could anyone suggest me
what is wrong with my function?
These are the examples of function calls that work OK:
nctspa(a=1:10,n=5)
nctspa(a=1:10, n=5, mu=2, theta=3, renorm=0)
This does not work:
2007 Feb 02
1
Replicated Failover Domain Controller and file server using LDAP
Hello Samba Users,
Simo and I have put together a new document which includes the latest
replication methods using Openldap.
Instead of using the ageing slurpd for replication (which is no longer
actively developed or supported); Openldap as of version 2.3 supports a new
feature called delta-syncrepl.
http://wiki.samba.org/index.php/Replicated_Failover_Domain_Controller_and_fi
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
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
2014 Sep 12
1
LDAP push replication through firewall
I have 3 Samba PDC servers with OpenLDAP backends, all at different
locations. The replication to the 2 consumers works fine when the
consumer's slapd is recently restarted, but if changes in the LDAP
database occur later on, the consumers do not pick up this update.
Again, restarting slapd on the consumers pulls in the update. Also,
updates done shortly afterwards (say a couple of minutes)
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
2000 Feb 28
1
sub in boxplot doesn't do subtiles
R list-
Under Windows 2000 and r 99:
I wanted a subtitle in boxplot and tried:
> boxplot((AU[ROCK==2 & AU>-1]+0.1~iz),log="y",main="Boxplot of AU by 25 M elevations",sub="aa")
And I got:
Error in sort(x) : only vectors can be sorted
In addition: Warning messages:
1: is.na() applied to non-(list or vector) in: is.na(x)
2: is.na() applied to non-(list
2005 Aug 12
8
Incompatible destination (88) Error Message
I have connected asterisk 1.0.7 with Avaya Definity via E1 with a
TE100P Digium Card.
Inbound calls are working perfectly and I dont have any problem. But
when I try to make an outgoing call with my softphone (xlite) I am
getting the following messages.
Hungup 'Zap/13-1'
Executing Dial("SIP/IZ-bc0a", "Zap/g1/3118") in new stack
Called g1/3118
Channel 0/1, span 1 got
2011 Nov 14
0
Overlays syncrepl and smbk5pwd
Hi,
I am using both syncrepl (for replication) and smbk5pwd (for password
synchronisation between samba and ldap account) overlays.
I have configured replication in the simplest way: a read-only producer
that forwards updates to the provider thought updateref.
If I change my password thought passwd command on a client with pam
modules configured for gaining information from the provider
2008 Jun 11
1
LDAP syncrepl incompatibility between CentOS 4.x and 5.x
All,
After many hours of research I have found there is a incompatibility
between OpenLDAP V2.3.x and V2.2.x, or atleast between V2.3.27 the
current version on CentOS V5 and V2.2.13 the current version on CentOS
V4.
The syncrepl feature of OpenLDAP, to keep multiple slapd servers
sync'd, was working between CentOS 4 and 5 at one time, as that is how
I populated the "slave" servers.
2017 Jan 25
0
Samba 4 AD BDC (Syncrepl)
On Wed, 25 Jan 2017 15:55:16 +0100
basti via samba <samba at lists.samba.org> wrote:
> 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
>