Sponsored Content
Full Discussion: Openldap 2.4.31 replication
Operating Systems Linux Red Hat Openldap 2.4.31 replication Post 302876446 by Priy on Sunday 24th of November 2013 03:18:07 PM
Old 11-24-2013
RedHat Openldap 2.4.31 replication

Hi,

I have done setup for openldap master and slave.
Its working fine and replicating also.

But it is working only with plane text password in syncrepl .

How we can use encrypted password here also like we are using in rootpw ?

Below portion is working.

Code:
syncrepl        rid=101
                provider="ldap://IP"
                type=refreshAndPersist
                interval=00:00:00:10
                retry="5 10 60 +"
                timeout=1
                schemachecking=off
                searchbase="dc=example,dc=com"
                scope=sub
                bindmethod=simple
                binddn="cn=Manager,dc=example,dc=com"
                credentials="secret"

I want to set like this.
Code:
                credentials="{SSHA}TIiiTEtl2a/EFjzd3yVhk1G3EeN2NiLr"

 

6 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

dns replication

my primary dns server is not replicating to secondary. i dont know why. i am running solaris 2.6 on both servers. what should i do?:confused: (2 Replies)
Discussion started by: lealyz
2 Replies

2. UNIX for Dummies Questions & Answers

BIND DNS replication

I have a RedHat 7.1 box that we use for DNS in our System Engineering lab. We have a Windows 2000 box that handles DNS in our main office. The Microsoft Admin and I have been given the task of making both of our domains accessible to each other. I had originally made his domain my forwarder, so... (5 Replies)
Discussion started by: Jody
5 Replies

3. HP-UX

HP Unix replication solution

Hi, I looking to setup HP Unix to HP Unix replication as plan of business continuity. The setup can be active passive or active active. Anyone can give me some idea what solution able to perform that? Thanks (3 Replies)
Discussion started by: ufo_999
3 Replies

4. UNIX and Linux Applications

Need Oracle Replication steps.

Hi All, Can anybody tell that Where is to find simple and easy steps of ORACLE replication process? Any help on this highly appreciated. http://www.unix.com/images/misc/progress.gif Thanks. (1 Reply)
Discussion started by: amit_27
1 Replies

5. SCO

Replication using NFS.

Hi all, I am going to implement a script which will use NFS to replicate data between two SCO unix servers. It will take files with mtime -1 and copy the data periodically .In this regard my questions are : Is this approach good and reliable enough with respect... (2 Replies)
Discussion started by: dextergenious
2 Replies

6. Linux

Mysql replication

Need to recover a replication broken error on the mysql slave server. I want to force it to resend the binlog file from the begining. What is the correct value for the: MASTER_LOG_POS ? 0, 1 or 107 ? (2 Replies)
Discussion started by: andriesh
2 Replies
DBIx::Class::Storage::DBI::Replicated::Replicant(3pm)	User Contributed Perl Documentation  DBIx::Class::Storage::DBI::Replicated::Replicant(3pm)

NAME
DBIx::Class::Storage::DBI::Replicated::Replicant - A replicated DBI Storage Role SYNOPSIS
This class is used internally by DBIx::Class::Storage::DBI::Replicated. DESCRIPTION
Replicants are DBI Storages that follow a master DBI Storage. Typically this is accomplished via an external replication system. Please see the documents for DBIx::Class::Storage::DBI::Replicated for more details. This class exists to define methods of a DBI Storage that only make sense when it's a classic 'slave' in a pool of slave databases which replicate from a given master database. ATTRIBUTES
This class defines the following attributes. active This is a boolean which allows you to programmatically activate or deactivate a replicant from the pool. This way you can do stuff like disallow a replicant when it gets too far behind the master, if it stops replicating, etc. This attribute DOES NOT reflect a replicant's internal status, i.e. if it is properly replicating from a master and has not fallen too many seconds behind a reliability threshold. For that, use "is_replicating" and "lag_behind_master". Since the implementation of those functions database specific (and not all DBIC supported DBs support replication) you should refer your database-specific storage driver for more information. master Reference to the master Storage. METHODS
This class defines the following methods. debugobj Override the debugobj method to redirect this method call back to the master. ALSO SEE
<http://en.wikipedia.org/wiki/Replicant>, DBIx::Class::Storage::DBI::Replicated AUTHOR
John Napiorkowski <john.napiorkowski@takkle.com> LICENSE
You may distribute this code under the same terms as Perl itself. perl v5.14.2 2010-06-03 DBIx::Class::Storage::DBI::Replicated::Replicant(3pm)
All times are GMT -4. The time now is 04:54 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy