Main > Free Download Search >

Free ldap 0.50 software for linux

ldap 0.50

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 303
Persistent::LDAP 0.50

Persistent::LDAP 0.50


Persistent::LDAP is a persistent class implemented using a LDAP directory. more>>
Persistent::LDAP is a persistent class implemented using a LDAP directory.

SYNOPSIS

use Persistent::LDAP;
use English; # import readable variable names like $EVAL_ERROR

eval { ### in case an exception is thrown ###

### allocate a persistent object ###
my $person =
new Persistent::LDAP(localhost, 389,
cn=Directory Manager, test1234,
ou=Engineering,o=Big Snow Org,c=US);

### declare attributes of the object ###
$person->add_attribute(uid, ID, String);
$person->add_attribute(userpassword, Persistent, String);
$person->add_attribute(objectclass, Persistent, String);
$person->add_attribute(givenname, Persistent, String);
$person->add_attribute(sn, Persistent, String);
$person->add_attribute(cn, Persistent, String);
$person->add_attribute(mail, Persistent, String);
$person->add_attribute(telephonenumber, Persistent, String);

### query the datastore for some objects ###
$person->restore_where(& (objectclass=person)(mail=*bigsnow.org),
sn, givenname);
while ($person->restore_next()) {
printf("name = %s, email = %sn",
$person->givenname . . $person->sn,
$person->mail);
}
};

if ($EVAL_ERROR) { ### catch those exceptions! ###
print "An error occurred: $EVAL_ERRORn";
}

ABSTRACT

This is a Persistent class that uses a LDAP directory to store and retrieve objects. This class can be instantiated directly or subclassed. The methods described below are unique to this class, and all other methods that are provided by this class are documented in the Persistent documentation. The Persistent documentation has a very thorough introduction to using the Persistent framework of classes.

<<less
Download (0.015MB)
Added: 2007-05-19 License: Perl Artistic License Price:
889 downloads
LDAPab 0.1

LDAPab 0.1


LDAPab is a Web-based address book for small companies. more>>
LDAPab is a Web-based address book for small companies. LDAPab features a public address book which is writable for all company staff and a personal address book for each staff member. LDAPab requires an existing LDAP server to authenticate users.

<<less
Download (0.10MB)
Added: 2005-11-16 License: GPL (GNU General Public License) Price:
1437 downloads
apgWeb 0.50

apgWeb 0.50


apgWeb is a simple AJAX front end for the Automated Password Generator (apg). more>>
apgWeb is a simple AJAX front end for the Automated Password Generator (apg).

<<less
Download (0.018MB)
Added: 2006-07-04 License: MIT/X Consortium License Price:
1207 downloads
LPMtool 0.50

LPMtool 0.50


LPMtool is a package management tool. more>>
LPMtool project is a package management tool. At this time, LPMtool has been developed and tested on Linux. LPMtool could probably be ported to other platforms with a minimum of effort, but at this time no porting effort has been made.
LPMtool is capable of handling all package management chores for an entire Linux system by itself; but it can also play second fiddle alongside the existing system package manager.
LPMtool is not just a basic package manager, that merely keeps track of installed software. LPMtool includes tools for setting up web-based package repositories and publishing packages.
LPMtool publishes an efficient package repository on a web server. The package repository may contain different versions of the same software package built for different Linux distributions, and LPMtool will download the appropriate version, for the Linux distribution LPMtool is running on.
LPMtool aims to simply the task of distributing and installing software packages. Consider a complicated application that uses additional software components from third party sources. LPMtool eliminates the "dependency hell" of pouring through the softwares documentation looking for third party components the software depends on, and figuring out if you already have them installed, and if not where they must be downloaded from.
LPMtool downloads the required software components, automatically, after displaying the third party softwares URL and asking for permission to download the required software from it (of course, the third party components must also be built with LPMtool, in order for this to work).
LPMtool keeps a list of known repositories where software was installed from. A single command checks if newer versions of existing software packages are available, downloads them, and installs them.
Main features:
- A more flexible dependency model. New versions of a package can use a different architecture (such as updating an i686 package to an x86_64 package, or the other way around). Also, it is not necessary to "bump" a packages release after upgrading to a new version of the base Linux distribution. LPMtool knows to update packages built for a different (previous) Linux distribution even if the current distribution carries an older version of the package.
- No configuration files that require manual editing. All configuration settings are adjusted by command options.
- LPMtool includes a lot of documentation. This documentation includes everything needed to use LPMtool, and to set up web-pased package repositories to publish LPMtool packages on the web. This documentation also briefly discusses many internal LPMtool objects and algorithms.
- LPMtool includes a graphical front-end (requires Gnome and Python).
<<less
Download (1.8MB)
Added: 2006-01-10 License: W3C License Price:
1382 downloads
pam_ldap 0.1

pam_ldap 0.1


pam_ldap module provides the means for Solaris and Linux servers and workstations to authenticate against LDAP directories. more>>
pam_ldap module provides the means for Solaris and Linux servers and workstations to authenticate against LDAP directories, and to change their passwords in the directory.
Main features:
- Uses the Pluggable Authentication Module API defined in OSF DCE RFC 86.0.
- Can utilize transport layer security (such as SSL or TLS) to encrypt transactions between the workstation and the LDAP server and provide strongly authenticated sign-on
- Support for SASL interactive authentication for strong authentication without the overhead of SSL/TLS
- Shares configuration information with nss_ldap module
- Supports PADL NIS/LDAP Gateway locator for finding LDAP servers
- Supports Netscape and IETF password policies
- Supports host- and group-based logon authorization
<<less
Download (0.12MB)
Added: 2006-05-17 License: LGPL (GNU Lesser General Public License) Price:
1255 downloads
Samba::LDAP 0.03

Samba::LDAP 0.03


Samba::LDAP is a Perl module to manage a Samba PDC with an LDAP Backend. more>>
Samba::LDAP is a Perl module to manage a Samba PDC with an LDAP Backend.

SYNOPSIS

use Carp;
use Samba::LDAP;

my $samba = Samba::LDAP->new()
or croak "Cant create objectn";
my $domain = $samba->get_local_sid();

<<less
Download (0.080MB)
Added: 2007-01-12 License: Perl Artistic License Price:
1016 downloads
swpkg 0.50

swpkg 0.50


swpkg is a collection of small tools which allow a system administrator to build, install, and maintain software packages. more>>
swpkg project is a collection of small tools based on a fairly simple philosophy and designed to simplify the management of third party software packages including their inter-dependencies. These tools cover every aspect of building, installing and maintaining software packages and include the ability of having multiple versions of a single software package installed concurrently.
In a nutshell, each software is installed in a separate directory, and symbolic links are used to populate common directories (typically /usr/local/bin, /usr/local/sbin, ..) which are then referenced by users (in their PATH and so on). The directories where the software actually lives are never referenced directly by users.
Along with its basic ideas, swpkg tries to promote a number of principles in the form of guidelines and methods to improve the quality of third party software locally installed every day by system administrators around the world. The value of these should be easy to appreciate to most, even if those who have been lucky enough to never inherit systems with a huge /usr/local containing hundreds of software installed over many years by many different people, some packages for which sources are long lost.
While things may seem overly complicated or obscure at first, once understood, the "swpkg philosophy" is fairly easy to apply. In particular, for the vast majority of third party (and in particular free) software, setup and installation is as straight forward as if you were installing them directly in /usr/local. For some other packages, a little thinking and extra work is required.
Enhancements:
- The old tools related to building software packages have been deprecated, and replaced by a single tool that aims to promote automated and repeatable software builds.
- More work is needed, but this is a giant step towards a 1.0 release.
<<less
Download (0.082MB)
Added: 2007-05-03 License: GPL (GNU General Public License) Price:
904 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
Blahz-DNS 0.50

Blahz-DNS 0.50


Blahz-DNS is a PHP/MySQL-based DNS administration. more>>
Blahz-DNS is PHP/MySQL based DNS (BIND 9/tinydns) administration with support for primary and secondary zones, user authentication, User and Admin account types (with read-only versions), and restricted access for user accounts to certain primary and secondary zones.
Enhancements:
Bugfixes:
- Search and replace now places updated zones into the updated table
Additions:
- Added import functionality. Will allow you to import zone files
- This is done by performing a dig @< dnsserver > < domain > AXFR and then parsing that output and inserting values into the DB.
- Added Search UI mode. Allows traditional listing mode and Search mode.
Changes:
- Swapped position of Write Zones and Restart server buttons since the old order didnt makes sense as you have to write the zones before restarting the server.
<<less
Download (0.023MB)
Added: 2005-04-26 License: GPL (GNU General Public License) Price:
1643 downloads
mod_mldap 0.71

mod_mldap 0.71


mod_mldap is a simple LDAP authentication module for Apache 2. more>>
mod_mldap is a simple LDAP authentication module for Apache 2.

Quick installtion of the dynamic module:

As root, run:
make install

It may be necessary to edit the include and APXS paths in
the Makefile.

Config options:

* MLDAP_URL LDAP URL.

* MLDAP_userAttr LDAP user name attibute. The default is "uid".

* MLDAP_pwAttr LDAP encrypted password attribute. Default
"UserPassword".

* MLDAP_logLevel Set to 1000 or above for debug messages.
The default is 0 (only error messages).

* MLDAP_Authoritative Set to "Off" to pass control to other authentication
modules if authentication fails. Default is "On".

Example (.htaccess):

AuthType Basic
AuthName TopSecret
MLDAP_URL ldap://127.0.0.1/dc=narpes,dc=com??sub?(objectClass=uidObject)
Require valid-user

<<less
Download (0.005MB)
Added: 2006-05-08 License: MIT/X Consortium License Price:
1264 downloads
GXAnim 0.50

GXAnim 0.50


GXAnim is a graphical interface to XAnim written with the GTK+ toolkit for UNIX platforms. more>>
GXAnim is a graphical interface to XAnim written with the GTK+ toolkit for UNIX platforms. At this time you can quickly find a movie file, play it, and do the usual VCR-like stuff (rewind, fast forward, pause, stop, set volume, etc.), as well as set general play preferences.

GXAnim 0.50 was developed on Mandrake Linux 6.0, kernel version 2.2.9, and version 1.2.5 of the GTK+ widget toolkit.

GXAnim requires a POSIX-compliant UNIX (such as Linux 2.x) and GTK+ 1.2.x to build; it will NOT build on GTK+ 1.0.x releases. GXAnim has been reported to work with Linux, FreeBSD and Sun Solaris with no trouble.

GXAnim is NOT a GNOME application and requires no GNOME libraries to work.

You will also require a XAnim binary (version 2.70.70 and up) in your system path.

<<less
Download (0.034MB)
Added: 2006-07-10 License: GPL (GNU General Public License) Price:
1201 downloads
TkHTMLtidy 0.50

TkHTMLtidy 0.50


TkHTMLtidy is a Tcl/Tk front-end for the W3C tool more>>
TkHTMLtidy is a Tcl/Tk front-end for tidy, the W3C utility to clean up and pretty print HTML/XHTML/XML. It includes support for most of tidys options.

<<less
Download (0.013MB)
Added: 2005-11-04 License: GPL (GNU General Public License) Price:
1449 downloads
Ruby/LDAP 0.9.7

Ruby/LDAP 0.9.7


Ruby/LDAP is an extension module for Ruby. more>>
Ruby/LDAP is an extension module for Ruby that provides the interface to LDAP libraries such as OpenLDAP.

It provides the interface to some LDAP libraries (for example, OpenLDAP, UMich LDAP, Netscape SDK, ActiveDirectory). The common API for application development is described in RFC1823 and most libraries comply with it. Ruby/LDAP supports those libraries.

<<less
Download (0.083MB)
Added: 2006-08-09 License: BSD License Price:
1177 downloads
mod_psldap 0.89

mod_psldap 0.89


mod_psldap is an Apache module that performs authentication authorization against an LDAP server. more>>
mod_psldap is an Apache module that performs authentication authorization against an LDAP server using several different means of managing the authentication and authorization processes.
mod_psldap implementation can also manage records through a Web interface, and authenticate against an LDAP server that restricts the user from reading the password and the implementation of Kerberos-based authentication to connect to the LDAP server itself.
Enhancements:
- This release provides AJAX functionality, allowing for the DSML form of the LDAP records to be browsed offline from either the organizational or management tree views.
- A minor issue with recognition of the search scope as defined in the URI has also been addressed, along with the partial introduction of vcard export capabilities.
<<less
Download (0.13MB)
Added: 2006-02-28 License: GPL (GNU General Public License) Price:
1333 downloads
OpenLDAP 2.3.35

OpenLDAP 2.3.35


OpenLDAP software is an open source implementation of the Lightweight Directory Access Protocol. more>>
OpenLDAP project is an open-standard protocol for accessing X.500 directory services. The protocol runs over Internet transport protocols, such as TCP.

LDAP is a lightweight alternative to the X.500 Directory Access Protocol (DAP) for use on the Internet. It uses TCP/IP stack verses the overly complex OSI stack. It also has other simplications, such as the representing most attribute values and many protocol items as textual strings, that are designed to make clients easier to implement.

The OpenLDAP Project is pleased to announce the availability of OpenLDAP Software 2.3, a suite of the Lightweight Directory Access Protocol (v3) servers, clients, utilities, and development tools.

This release contains the following major enhancements:

Slapd(8) enhancements

Updated slapd "overlay" interface, and several example (and mostly experimental) overlays.
Updated LDAP "sync" Engine with replication support, provider now an "overlay"
Numerous access control enhancements, including experimental "dont disclose on error" capability
Configuration backend

LDAPv3 extensions, including:

LDAP Password Policy
LDAP Component Matching (requires OpenLDAP snacc)
LDAP Modify Increment

This release includes the following major components:

slapd - a stand-alone LDAP directory server
slurpd - a stand-alone LDAP replication server
-lldap - a LDAP client library
-llber - a lightweight BER/DER encoding/decoding library
LDIF tools - data conversion tools for use with slapd
LDAP tools - A collection of command line LDAP utilities
Admin Guide, Manual Pages - associated documentation
SNACC - ASN.1 development tools for OpenLDAP

In addition, there are some contributed components:

LDAPC++ - a LDAP C++ SDK
Various slapd modules and slapi plugins
<<less
Download (3.5MB)
Added: 2007-05-08 License: GPL (GNU General Public License) Price:
560 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5