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.190.135 Times

Ldap Admin Gui software
Filter: All | Freeware | Demo
 

Ldap Admin Gui

< 1 2 3 4 5 > 
Added: September 01, 2010 | Visits: 1.005

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.389

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.327

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 (96): Samba::LDAP Download

Added: November 11, 2010 | Visits: 2.193

Marathon GUI Test Tool Marathon project is a testing framework for GUI applications developed using Java/Swing. Marathon composes of recorder, runner and editor. The testscripts are composed of python code. Marathon focuses on end-user testing. One need not know Java or Swing to record test scripts using Marathon....


Platforms: *nix

License: Freeware Size: 4.6 MB Download (114): Marathon GUI Test Tool Download

Added: March 16, 2010 | Visits: 1.238

Aw::Admin Aw::Admin is a Perl extension for the ActiveWorks C Administration Libraries. SYNOPSIS use Aw MyFavoriteBroker@my.host.net:6449; require Aw::Admin::ServerClient; my $desc = new Aw::ConnectionDescriptor; my $server = new Aw::Admin::ServerClient ( "my.host.net:6449", $desc ); # # fix new...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (98): Aw::Admin Download

Added: August 18, 2010 | Visits: 951

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: October 21, 2010 | Visits: 1.289

Xffm GUI library Xffm-gui library is used by some xffm applications, such as the xffm-filemanager. It was developed as a part of the xffm file manager, and has evolved into a separate package. It has a desk view, icon view, and tree view. Xffm is the integration of xftree, xfsamba and xfglob with additional...


Platforms: *nix

License: Freeware Size: 3 MB Download (91): Xffm GUI library Download

Added: January 24, 2010 | Visits: 2.041

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.903

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 21, 2010 | Visits: 1.202

IMAP::Admin IMAP::Admin is a Perl module for basic IMAP server administration. SYNOPSIS use IMAP::Admin; $imap = IMAP::Admin->new(Server => name.of.server.com, Login => login_of_imap_administrator, Password => password_of_imap_adminstrator, Port => port# (143 is default), Separator => ".", #...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (93): IMAP::Admin Download

Added: August 23, 2010 | Visits: 1.795

CAD::Drawing::GUI::View CAD::Drawing::GUI::View are 2D graphics for CAD built on Tk::Zinc. This module provides methods to turn a CAD::Drawing object into a Zinc canvas. Overridden Methods These make me behave like a Tk widget. ClassInit $view->ClassInit(); InitObject $view->InitObject(); configure...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (145): CAD::Drawing::GUI::View Download

Added: October 15, 2010 | Visits: 927

dtRdr::GUI::Wx::SearchTree dtRdr::GUI::Wx::SearchTree is a Perl module that can display search results as a tree. SYNOPSIS Methods book_root Create a root for the book. $tree->book_root($book); When were displaying multiple books, this will not be the root of the tree? want_item $item =...


Platforms: *nix

License: Freeware Size: 2.8 MB Download (92): dtRdr::GUI::Wx::SearchTree Download

Added: October 26, 2010 | Visits: 998

dtRdr::GUI::Wx::NoteEditorBase dtRdr::GUI::Wx::NoteEditorBase is a base class for the NoteEditor. SYNOPSIS init $editor->init; set_fields $editor->set_fields(title => foo, body => bar); _update_title $self->_update_title; set_saver Set a subref (which takes no arguments) as the handler for the Save action....


Platforms: *nix

License: Freeware Size: 2.8 MB Download (93): dtRdr::GUI::Wx::NoteEditorBase Download

Added: March 07, 2010 | Visits: 1.401

dtRdr::GUI::Wx::Tree::Base dtRdr::GUI::Wx::Tree::Base is a base class for sidebar trees. SYNOPSIS init $tree->init($frame); select_item Select the tree item for a given $id. $tree->select_item($id) The id is probably the id of whatever your widget associated with each tree item. Convenience id_or_id...


Platforms: *nix

License: Freeware Size: 2.8 MB Download (99): dtRdr::GUI::Wx::Tree::Base Download

Added: July 11, 2010 | Visits: 940

dtRdr::GUI::Wx::BVManager dtRdr::GUI::Wx::BVManager is a container of sorts. SYNOPSIS Inheritance Wx::Panel Constructor new Creates a frame. $bv = dtRdr::GUI::Wx::BVManager->new($parent, @blahblahblah); Setup init $bvm->init($frame); show_welcome $bvm->show_welcome; GUI Control enable...


Platforms: *nix

License: Freeware Size: 2.8 MB Download (91): dtRdr::GUI::Wx::BVManager Download

Added: April 12, 2010 | Visits: 1.623

dtRdr::GUI::Wx::Plugins dtRdr::GUI::Wx::Plugins are plugins for the wx gui. SYNOPSIS This is quite a bit different than the other plugins. init Find, plus construct and/or init plugins and pass each one the frame object. $plugins->init($frame); query_plugin Plugins must answer to NAME and DESCRIPTION...


Platforms: *nix

License: Freeware Size: 2.8 MB Download (302): dtRdr::GUI::Wx::Plugins Download

Added: February 03, 2010 | Visits: 1.430

SQL Admin SQL Admin is a Java client application to connect and send queries to different databases through JDBC. SQLAdmin uses the brand new SWT Toolkit. The main idea is to create a multiplatform and multidatabase thin client. For example, you can connect to an Microsoft SQL Server from a Linux...


Platforms: *nix

License: Freeware Size: 89.09 KB Download (113): SQL Admin Download

Added: September 13, 2010 | Visits: 1.527

Java Gui Builder The Java Gui Builder program is designed to decouple the GUI building code from the rest of the application code, without hand-writing code. It allows one to describe the layout of windows and controls using an XML file. A full DTD was written to allow on-the-fly validation. Using an XML file...


Platforms: *nix

License: Freeware Size: 696.32 KB Download (121): Java Gui Builder Download

Added: July 14, 2010 | Visits: 1.641

F-Prot GUI F-Prot GUI is a graphical user interface for great (and free for individual users) command line antivirus called F-Prot. F-Prot GUI is a very simple script but not featureless, I hope it will be useful. For home users using the Linux open-source operating system, we offer F-Prot Antivirus for...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (227): F-Prot GUI Download

Added: February 03, 2010 | Visits: 1.045

Net::LDAP::Control::VLV Net::LDAP::Control::VLV is an LDAPv3 Virtual List View control object. SYNOPSIS use Net::LDAP; use Net::LDAP::Control::VLV; use Net::LDAP::Constant qw( LDAP_CONTROL_VLVRESPONSE ); $ldap = Net::LDAP->new( "ldap.mydomain.eg" ); # Get the first 20 entries $vlv =...


Platforms: *nix

License: Freeware Size: 245.76 KB Download (103): Net::LDAP::Control::VLV Download

< 1 2 3 4 5 >