Main > Free Download Search >

Free ldap sync replication software for linux

ldap sync replication

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 432
LDAP Mailing Lists Access Policy Daemon 0.2

LDAP Mailing Lists Access Policy Daemon 0.2


LDAP Mailing Lists Access Policy Daemon (MLAPD) is a mailing list manager that uses LDAP to control list access. more>>
LDAP Mailing Lists Access Policy Daemon (MLAPD) is a mailing list manager that uses LDAP (instead of BDB or GDBM) to control list access. Its designed to work in conjunction with Postfix as an access policy delegation daemon. It manages electronic mail discussion and e-newsletter lists. Its goal is to store/read list data on/from LDAP.
It works as a Postfix access policy delegation agent, so it can be installed one time and used by multiple Postfix instances, or installed multiple times and not suffer database access concurrency issues (because it uses LDAP).
Enhancements:
- This can be considered the first stable and usable release.
<<less
Download (0.040MB)
Added: 2007-03-24 License: GPL (GNU General Public License) Price:
944 downloads
LDAP Explorer 1.18

LDAP Explorer 1.18


LDAP Explorer is a PHP LDAP client. more>> <<less
Download (0.049MB)
Added: 2005-05-05 License: GPL (GNU General Public License) Price:
1646 downloads
LDAP Shell 2.0

LDAP Shell 2.0


LDAP Shell is an interactive LDAP shell written in Perl. more>>
LDAP Shell is an interactive LDAP shell written in Perl and allowing basic administrative functionality, such as crawling the directory tree and modifying entries.
It is composed of two parts: Net::LDAP::Config, and ldapsh.
Net::LDAP::Config is a library for simplifying and centralizing access to your LDAP repositories. Instead of having every single script ask for your ldap server and search base, or have it hard coded, you can simply use this library:
my $config = Net::LDAP::Config->new("default");
Its got a couple other nice features, like the fact that it caches your LDAP UID (per host), so you should only ever have to type it in once. Its pretty well documented, so perldoc Net::LDAP::config should get you the rest of the way.
ldapsh, and its corresponding library Net::LDAP::Shell, provide (shockingly) the shell behaviour. When run, ldapsh drops you into a (very simple) interpreter.
Even given its simplicity, though, ldapsh is still very useful: You can use it to walk your LDAP tree, you can clone existing objects (using the clone command), remove objects (can you guess the command?), and create new objects using new.
The new command, when provided one or more objectclasses, will automatically retrieve the required and optional attributes for those objectclasses, which can be a great time-saver.
Enhancements:
- A lot of cleanup, some new commands, and Term::ReadKey support.
<<less
Download (0.040MB)
Added: 2005-11-17 License: GPL (GNU General Public License) Price:
1437 downloads
LDAP Administration Tool 1.3.2

LDAP Administration Tool 1.3.2


LDAP Administration Tool is a tool to manage LDAP-based directories. more>>
LDAP Administration Tool is a tool to manage LDAP-based directories.
LDAP Administration Tool stands for LDAP Administration Tool. The tool allows you to browse LDAP-based directories and add/edit/delete entries contained within. It can store profiles for quick access to different servers.
Main features:
- User, Group Computer and user-defined views
- Directory browser
- Schema browser
- LDIF imports and exports
- Samba and Active Directory support
- Mass-edit support
- Integration with GNOME
<<less
Download (0.44MB)
Added: 2007-02-12 License: GPL (GNU General Public License) Price:
1003 downloads
ldap-csvexport 1.0

ldap-csvexport 1.0


Easily export LDAP entries from an LDAP server to csv format! more>> <<less
Added: 2008-12-10 License: GPL Price: FREE
17 downloads
OpenSSH LDAP Public Key patch 0.3.9

OpenSSH LDAP Public Key patch 0.3.9


The OpenSSH LDAP Public Key patch provides an easy way of centralizing strong user authentication. more>>
OpenSSH LDAP Public Key patch provides an easy way of centralizing strong user authentication by using an LDAP server for retrieving public keys instead of ~/.ssh/authorized_keys.
It uses the standard core.schema/nis.schema and strongAuthenticationUser object class, which can simplify login centralization but could introduce serious security flaws if the LDAP server is not correctly configured.
Enhancements:
- A memory leak has been fixed.
- A potential LDAP filter injection if a username has strange characters in it [()*] has been fixed.
<<less
Download (0.059MB)
Added: 2007-08-04 License: BSD License Price:
815 downloads
Apache Directory Server 1.0

Apache Directory Server 1.0


Apache Directory Server is an embeddable LDAP server implemented in pure Java. more>>
Apache Directory Server is an embeddable LDAP server implemented in pure Java.
Our primary vision (others also outlined below) is to build an enterprise directory server platform (and its components) where other Internet services snap in to store their data within the directory so they may be managed using LDAP.
From the image above youll see the architecture is designed so services besides LDAP like DNS, DHCP, SLP and Kerberos will snap in. Other services like UDDI can also be implemented and snapped in. These services will use a common networking layer and each can be toggled on and off according to the needs of the environment.
apseda, mina, or sedang are various frameworks used for the common network layer. These services share the common network layer and back their data within the Apache Directory Servers backing stores without any network latency or going through the LDAP line protocol. NTP btw is the only exception and its there to remedy the need for time sync for replication and other time sensitive protocols like kerberos. Its implementation here is intended to prevent any dependency on external infrastructure.
Main features:
- Designed as an LDAP and X.500 experimentation platform. Plugable components and subsystems make ApacheDS extremely modular and ideal for experiments with various aspects of the LDAP protocol.
- The servers frontend is completely separable from its backend and vice-versa making it very flexible for implementing virtual directories, proxy servers and gateways to X.500.
- Several backends can be implemented and plugged into the servers partition nexus. The server supports a BTree based partition out of the box but any backing store can be used to implement a partition so long as it conforms to interfaces.
- The server exposes aspects of administration via a special system backend. LDAP can be used to manage these concerns through the system naming context at ou=system.
- Java based triggers and stored procedures are being implemented.
- Both the backend subsystem and the frontend are separable and independently embeddable.
- The server contains a server side JNDI LDAP provider as the facade for the entire backend subsystem. JNDI operations are directly translated by this provider into operations against the nexus and the target partitions storing server entries.
- The server will use JNDI as the data access API for stored procedures. This will make stored procedures functional within and outside of the server without requiring recompilation.
- The servers networking code, MINA, Multipurpose Infrastructure for Network Applications was designed for pluggable protocol providers, of all sorts and not just LDAP. MINA gives ApacheDS the ability to handle large amounts of concurrency.
- The server uses the Snickers tools and APIs for ASN.1 BER encoding and decoding. These tools are designed for a very small encoding and decoding footprint as well as for use in non-blocking servers. The chunking nature of the BER codec makes the server very efficient while handling encoding and decoding making it more resistant to DoS attacks. This layer is also pluggable with a new experimental Twix provider which is much more efficient. Of course there is the unsupported Snacc4J provider which is no longer maintained.
<<less
Download (MB)
Added: 2007-01-10 License: The Apache License 2.0 Price:
1021 downloads
CSS Sync 0.2

CSS Sync 0.2


CSS Sync is a Firefox extension which automatically Sync the CSS from your server. more>>
CSS Sync is a Firefox extension which automatically Sync the CSS from your server.

Automatically Sync the CSS from your server! This extension automatically syncs the style sheets that you edit on the server side to the client and applies them continuously.

For a web developer this will save lot of time. In development stage you just need to continuously edit the style sheet on server and see the effect on client side(browser) instantaneously.

<<less
Download (0.005MB)
Added: 2007-04-10 License: MPL (Mozilla Public License) Price:
935 downloads
SearchBox Sync 1.3

SearchBox Sync 1.3


SearchBox Sync allows you to synchronize the searchbox content. more>>

SearchBox Sync 1.3v is one of the most marvelous tools which can automatically update the search box content when you search directly in a search engine (Google, Yahoo, Live, MSN, YouTube, ...). Custom synchronization rules can be easily added for your preferred search engine.

Enhancements: Improved: Compatibility for Firefox 3.5.

<<less
Added: 2009-07-16 License: MPL Price: FREE
15 downloads
 
Other version of SearchBox Sync
SearchBox Sync 0.4.2SearchBox Sync allows you to synchronize the searchbox content. SearchBox Sync 0.4.2 - legege ... SearchBox Sync allows you to synchronize the searchbox content. SearchBox Sync enables you to
License:MPL (Mozilla Public License)
Download (0.043MB)
923 downloads
Added: 2007-04-17
ClearCase::SyncTree 0.39

ClearCase::SyncTree 0.39


ClearCase::SyncTree is a Perl module that can synchronize a tree of files with a tree of elements. more>>
ClearCase::SyncTree is a Perl module that can synchronize a tree of files with a tree of elements.

SYNOPSIS

# Create a synctree object.
my $sync = ClearCase::SyncTree->new;
# Tell it where the files are coming from ...
$sync->srcbase($sbase);
# Tell it where theyre going to ...
$sync->dstbase($dbase);
# Supply the list of files to work on (relative or absolute paths).
$sync->srclist(keys %files);
# Compare src and dest lists and figure out what to do.
$sync->analyze;
# Create new elements in the target area.
$sync->add;
# Update existing files which differ between src and dest.
$sync->modify;
# Remove any files from dest that arent in src.
$sync->subtract;
# Check in the changes.
$sync->checkin;

See the enclosed synctree script for full example usage.

This module provides an infrastructure for programs which want to synchronize a set of files, typically a subtree, with a similar destination subtree in VOB space. The enclosed synctree script is an example of such a program.

The source area may be in a VOB or may be a regular filesystem; the destination area must be in a VOB. Methods are supplied for adding, subtracting, and modifying destination files so as to make that area look identical to the source.

Symbolic links are supported, even on Windows (of course in this case the source filesystem must support them, which is only likely in the event of an MVFS->MVFS transfer). Note that the text of the link is transported verbatim from source area to dest area; thus relative symlinks may no longer resolve in the destination.

<<less
Download (0.032MB)
Added: 2007-07-31 License: Perl Artistic License Price:
815 downloads
Warsync 0.9.8

Warsync 0.9.8


Warsync is a server replication program based on rsync. more>>
Warsync is the program that initiates replication between the Warsync server and its clients. Warsync is designed to be called from the command line of the Warsync server to initiate replication on demand. It can also be called from cron on the server to automate replication.
Warsync not only replicates files from the server to the client, but can also synchronize what software packages are installed on a Debian GNU/Linux system.
Warsync determines what files to replicate by processing the /etc/warsync/filepacks.d directory on the sever. This directory contains filepacks which are simple text files that contain lists of the files and directories that should be replicated.
Installation
On a Debian GNU/Linux system, the best way to install Warsync is to download the Debian package. Once downloaded it can be installed easily with dpkg.
dpkg -i warsync_0.9.8_all.deb
If you receive an error about missing dependencies, a quick call to apt-get will fix that up.
apt-get -f install
Warsync can also be installed manual from the source tarball, although this method has not been tested. A from source installation would go something like this:
tar zxvf warsync_0.9.8.tar.gz
cd warsync-0.9.8
perl Makefile.PL
make
make install
Enhancements:
- Filepack replication introduced.
- Debian package snapshot improvements.
- Output improvments. -q and -v actually mean something along with special handling when run from non-tty (such as cron).
- Real documentation! See warsync-howto manpage.
<<less
Download (0.068MB)
Added: 2005-04-11 License: GPL (GNU General Public License) Price:
1659 downloads
GCALDaemon 1.0

GCALDaemon 1.0


GCALDaemon is a project that offers two-way synchronization between Google Calendar and various iCalalendar compatible apps. more>>
GCALDaemon is a project that offers two-way synchronization between Google Calendar and various iCalalendar compatible apps.
GCALDaemon is an OS-independent Java program that offers two-way synchronization between Google Calendar and various iCalalendar compatible calendar applications. GCALDaemon is primarily designed as a calendar synchronizer but it can also be used as a Gmail notifier, Address Book importer, Gmail terminal and RSS feed converter.
Main features:
- Open source and completely free of charge
- OS-independent standalone application (Java 1.5)
- Bidirectional sync between iCalendar and Google Calendar
- View and edit your Google Calendar offline
- Supports Google Apps for Your Domain
- Supports multiple file listeners with multiple Google Accounts
- Make Gmail contacts accessible via LDAP
- Customizable Gmail notification
- Converts RSS/ATOM feed to iCalendar format
- Reusable mail transfer agent
- Remote control your computer via Gmail
- Multi-user abilities (up to 30-40 HTTP and LDAP clients)
- Run in service mode on Windows NT/2000/XP
- Run in embedded mode in a Servlet Container
- Low memory usage (10-20 MBytes)
- Automatic and fast (3-5 sec/sync)
- Customizable logging system (Log4J / CommonsLogging)
- Ability to do TCP/IP hostname/address filtering
<<less
Download (6.5MB)
Added: 2007-04-18 License: LGPL (GNU Library General Public License, version 2.0) Price:
925 downloads
QmailLdapAdmin 1.0.1

QmailLdapAdmin 1.0.1


QmailLdapAdmin is a tool designed to handle qmail-schema of LDAP. more>>
QmailLdapAdmin is a tool designed to handle qmail-schema of LDAP.
QmailLdapAdmin project provides basic LDAP operations, and it also has a lot of built-in intelligence to support rules to setup email accounts stored in LDAP.
Mailing lists also can be maintained.
Enhancements:
- Setup scritp has been added for automated installation.
- Minor bug fixes.
<<less
Download (0.29MB)
Added: 2006-04-13 License: GPL (GNU General Public License) Price:
1290 downloads
LDAP Account Manager 2.6.0 / 2.7.0 RC1

LDAP Account Manager 2.6.0 / 2.7.0 RC1


LDAP Account Manager RC1 is a webfrontend for managing accounts stored in an LDAP directory. more>> <<less
Added: 2009-07-27 License: GPL Price: FREE
downloads
 
Other version of LDAP Account Manager
LDAP Account Manager 2.6.0LDAP Account Manager is a useful software which helps you manage Unix and Samba user and group ... Added config option to search LAM login users in LDAP (RFE 2494249) Help messages are displayed
Price: FREE
License:GPL
Download
1 downloads
Added: 2009-04-09
LDAP Account Manager 2.0.0LDAP Account Manager is a software with you can manage Unix and Samba ...LDAP Account Manager you can manage Unix and Samba user and group accounts
License:GPL (GNU General Public License)
Download (1.6MB)
816 downloads
Added: 2007-08-09
Single Source information Server 0.1.9

Single Source information Server 0.1.9


Single Source information Server provides a set of applets for sharing information from a single source. more>>
Single Source information Server provides a set of applets for sharing information from a single source.
The Single Source Infomation Server is a suite of applets designed to share information from a single source, a set of MySQL tables, with as many other systems as possible, starting with PHP, Palm OS PDAs, LDAP, and WAP.
The first part of this project will create a set of PHP pages to edit the information inside a simple set of tables.
This will be the first bi-directional applet (DONE). Following on from there will the ability to export some of this data into a format that can be used by the file link feature in HotSync (DONE), a bi-directional PDA sync (DONE) and by an LDAP server applet, the ability to print single address labels onto a Dymo / CoStar label printer, print envelopes and create a mail-merge export for letters.
If we can work out or get the spec, we will write a QuickBooks timer export for the datebook, and allow import/export of vCal, iCal and vCards.
Enhancements:
- This release fixes a number of bugs and adds some new functionality, includine LDAP.
- After this release we will be making a major re-write to the coldsync conduits, so the next release will be an alpha release of Version 0.2
<<less
Download (0.12MB)
Added: 2007-01-30 License: GPL (GNU General Public License) Price:
997 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5