Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.392.393 Times

Ldap Administrator Client freeware
Filter: All | Freeware | Demo
 

Ldap Administrator Client

< 1 2 3 4 5 > 
Added: September 04, 2010 | Visits: 1.291

POE::Component::Client::Halo POE::Component::Client::Halo is an implementation of the Halo query protocol. SYNOPSIS use Data::Dumper; # for the sample below use POE qw(Component::Client::Halo); my $halo = new POE::Component::Client::Halo( Alias => halo, Timeout => 15, Retry => 2, ); $kernel->post(halo, info,...



Platforms: *nix

License: Freeware Size: 7.17 KB Download (163): POE::Component::Client::Halo Download

Added: May 15, 2010 | Visits: 1.048

POE::Component::Client::Rcon POE::Component::Client::Rcon is an implementation of the Rcon remote console protocol. SYNOPSIS use POE qw(Component::Client::Rcon); my $rcon = new POE::Component::Client::Rcon(Alias => rcon, Timeout => 15, Retry => 2, Bytes => 8192, ); $kernel->post(rcon, rcon, hl, 127.0.0.1, 27015,...





Platforms: *nix

License: Freeware Size: 6.14 KB Download (115): POE::Component::Client::Rcon Download

Added: January 26, 2010 | Visits: 1.096

POE::Component::Client::Traceroute POE::Component::Client::Traceroute is a non-blocking traceroute client. SYNOPSIS use POE qw(Component::Client::Traceroute); POE::Component::Client::Traceroute->spawn( Alias => tracer, # Defaults to tracer FirstHop => 1, # Defaults to 1 MaxTTL => 16, # Defaults to 32 hops Timeout => 0, #...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (90): POE::Component::Client::Traceroute Download

Added: September 01, 2010 | Visits: 1.009

Samba::LDAP::Config Samba::LDAP::Config is a Perl module to config file related tasks for Samba::LDAP. SYNOPSIS use Samba::LDAP::Config; my $config = Samba::LDAP::Config->new() or die "Cant create objectn"; # Returns where smbldap.conf, smbldap_bind.conf and # smb.conf are located my $smbldap_conf =...


Platforms: *nix

License: Freeware Size: 81.92 KB Download (105): Samba::LDAP::Config Download

Added: March 11, 2010 | Visits: 1.394

Samba::LDAP::User Samba::LDAP::User is a Perl module to manipulate a Samba LDAP User. SYNOPSIS use Carp; use Samba::LDAP::User; # create Template object my $user = Samba::LDAP::User->new() or croak "Cant create objectn"; Various methods to manipulate a Samba LDAP user. Add, delete, modify, show and...


Platforms: *nix

License: Freeware Size: 81.92 KB Download (101): Samba::LDAP::User Download

Added: March 05, 2010 | Visits: 1.331

Samba::LDAP 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();.


Platforms: *nix

License: Freeware Size: 81.92 KB Download (102): Samba::LDAP Download

Added: January 27, 2010 | Visits: 1.300

FUSE::Client FUSE::Client is a Perl-FUSE client. SYNOPSIS use FUSE::Client; $c = FUSE::Client->new({ Port=>35008, Quiet=>1, }); $c->connect(); $c->send("COMMAND","parameter"); $c->disconnect(); The FUSE::Client module will create a TCP FUSE client to test sending messages to a FUSE server. The...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (182): FUSE::Client Download

Added: July 02, 2010 | Visits: 1.000

MudMagic Mud Client MudMagic Mud Client is a client for connecting to online text games..


Platforms: *nix

License: Freeware Size: 634.88 KB Download (95): MudMagic Mud Client Download

Added: September 13, 2010 | Visits: 1.021

Reality Cyanide client Reality Cyanide project is a client for Cyanide, a graphical virtual reality multiplayer role-playing game. Cyanide is intended to be the most dynamic multi-player online role-playing game ever made. This client uses an isometric perspective to present scenes. It is programmed with Python,...


Platforms: *nix

License: Freeware Size: 645.12 KB Download (96): Reality Cyanide client Download

Added: August 09, 2010 | Visits: 1.223

Festival::Client::Async Festival::Client::Async is a non-blocking interface to a Festival server. SYNOPSIS use Festival::Client::Async qw(parse_lisp); my $fest = Festival::Client::Async->new($host, $port); $fest->server_eval_sync($lisp, %actions); # blocking $fest->server_eval($lisp); # just queues $lisp for...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (101): Festival::Client::Async Download

Added: February 10, 2010 | Visits: 1.804

Mail::Client::Yahoo Mail::Client::Yahoo is a Perl module with programmatically access Yahoos web-based email. SYNOPSIS use Mail::Client::Yahoo; $y = Mail::Client::Yahoo->login( username => bob, password => secret, secure => 1, # for the paranoid and patient ); $y->select_folder(Inbox); $m =...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (210): Mail::Client::Yahoo Download

Added: August 18, 2010 | Visits: 955

Persistent::LDAP 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...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (88): Persistent::LDAP Download

Added: January 08, 2010 | Visits: 2.221

PXES Universal Linux Thin Client PXES project is a micro Linux thin client distribution. PXES will boot a real thin client or will help to convert in minutes any compliant hardware (see list bellow) into a versatile thin client. They will be capable of accessing any XDM server presenting the graphical login screen or any...


Platforms: *nix

License: Freeware Size: 23 MB Download (524): PXES Universal Linux Thin Client Download

Added: May 25, 2010 | Visits: 2.232

Curl HTTP Client Curl HTTP Client is a PHP class that implements an HTTP client using the PHP Curl library extension. Frequently, in my daytime job I have to fetch data from various url’s, either by sending get or post request, binding to different IP address etc. Long time I used my own socket based HTTP...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (126): Curl HTTP Client Download

Added: June 04, 2010 | Visits: 934

Oww Client Oww Client is a graphical client program for One-Wire Weather (Oww) servers. Oww Client is based on GTK+, displaying lists of collected weather data from one or more servers. Whats New in This Release: - Owwl was enhanced to include new sensor types (mainly for cryogenic readout). - A status...


Platforms: *nix

License: Freeware Size: 38.91 KB Download (96): Oww Client Download

Added: October 14, 2010 | Visits: 1.047

Oracle client Oracle client is a simplistic Perl-based Oracle client that tries to mimic some of the functionality of PostgreSQL and MySQLs text-based SQL clients. It is relatively simplistic, but much more useful than dbishell or sqlplus. The project supports readline, history, desc, and various shorthand...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (151): Oracle client Download

Added: January 24, 2010 | Visits: 2.049

ProFTPD Quota LDAP module ProFTPD Quota LDAP module provides a ProFTPD module that imposes quotas based on LDAP user accounts. This module is designed to impose quotas, on FTP accounts, based on user accounts. It is based on the ideas contained in Eric Estabrooks mod_quota and TJ Saunders mod_quotatab; however, this...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (106): ProFTPD Quota LDAP module Download

Added: June 16, 2010 | Visits: 1.908

OpenSSH LDAP Public Key patch 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...


Platforms: *nix

License: Freeware Size: 60.42 KB Download (135): OpenSSH LDAP Public Key patch Download

Added: August 04, 2010 | Visits: 1.207

LIRC Client Daemon LIRC Client Daemon project is an attempt to solve certain problems in LIRC. The LIRC Client Daemon is a per-user daemon that sits between the LIRC daemon (from the Linux InfraRed Control project) and any other programs that use LIRC. It ships with a replacement library for LIRCs...


Platforms: *nix

License: Freeware Size: 235.52 KB Download (101): LIRC Client Daemon Download

Added: May 21, 2010 | Visits: 2.476

Nixs Web-based SSH client Nixs Web-based SSH client has a backend written in C/glib and a frontend written in PHP. The project talks to the backend via a Unix socket. The backend maintains a number of SSH processes in TTYs, reads their TTYs, and sends the contents to PHP for formatting. PHP accepts input and passes it...


Platforms: *nix

License: Freeware Size: 32.77 KB Download (202): Nixs Web-based SSH client Download

< 1 2 3 4 5 >