web frontend ldap
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 4713
Web Foot Avio 1.0
Web Foot Avio is a GDM theme based on wallpaper Blue Web Foot - Gnome. more>>
Web Foot Avio is a GDM theme based on wallpaper Blue Web Foot - Gnome.
<<less Download (0.20MB)
Added: 2007-06-07 License: GPL (GNU General Public License) Price:
874 downloads
Romeo MAME frontend 0.1.3pre4
Romeo MAME frontend project is a Java frontend to MAME. more>>
Romeo MAME frontend project is a Java frontend to MAME.
It supports XMame and the Windows command line, and it has a lot of features.
This application is skinnable. It can automatically download ROMs, screenshots, flyers, and other related types of media.
A different config file can be used for each game.
<<lessIt supports XMame and the Windows command line, and it has a lot of features.
This application is skinnable. It can automatically download ROMs, screenshots, flyers, and other related types of media.
A different config file can be used for each game.
Download (4.7MB)
Added: 2006-12-06 License: GPL (GNU General Public License) Price:
630 downloads
FLTK burncd GUI frontend 0.1
FLTK burncd GUI frontend is a very simple GUI for burning ISO images created by mkisofs or other software. more>>
This program is very simple for burning iso images created by mkisofs or any other foftware. It use burncd as write program.
This is initial release and it can write only data images in single or multisession mode.
Main features:
- Quick erase for CD-RW disks
- Full erase for CD-RW disks
- DAO writing mode
- Multi device support in one moment
- Very simple and fast(using FLTK 1.1.6 library)
<<lessThis is initial release and it can write only data images in single or multisession mode.
Main features:
- Quick erase for CD-RW disks
- Full erase for CD-RW disks
- DAO writing mode
- Multi device support in one moment
- Very simple and fast(using FLTK 1.1.6 library)
Download (0.015MB)
Added: 2005-07-12 License: BSD License Price:
1567 downloads
vnstat PHP frontend 1.2.1
vnstat PHP frontend project is a PHP fronted end to vnStat, a network traffic logger. more>>
vnstat PHP frontend project is a PHP fronted end to vnStat, a network traffic logger. Since vnStat is console mode only I created this script to make a nice report of the data collected by vnStat.
This script requires a working PHP setup with GD image libraries. Also vnStat must be properly installed and collecting data. For information about how to set those up please check their respective homepages (see links section).
<<lessThis script requires a working PHP setup with GD image libraries. Also vnStat must be properly installed and collecting data. For information about how to set those up please check their respective homepages (see links section).
Download (0.012MB)
Added: 2007-03-27 License: GPL (GNU General Public License) Price:
949 downloads
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.
<<lessSYNOPSIS
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.
Download (0.015MB)
Added: 2007-05-19 License: Perl Artistic License Price:
889 downloads
web_traceroute 0.5
web_traceroute provides a Web frontend for traceroute. more>>
web_traceroute provides a Web frontend for traceroute.
web_traceroute is a simple program to allow your users to see the status of the network between your server and themselves.
a simple program to allow web users to see the status of the network between your server and themselves. "Bad" -- i.e., slow (>= $threshold ms) -- hops are
highlighted in red.
You set that number to whatever you think is best for your network/situation.
This tool is useful in dealing with "Your site is down" complaints when your site is *not* down, but rather there is congestion somewhere on the Internet.
<<lessweb_traceroute is a simple program to allow your users to see the status of the network between your server and themselves.
a simple program to allow web users to see the status of the network between your server and themselves. "Bad" -- i.e., slow (>= $threshold ms) -- hops are
highlighted in red.
You set that number to whatever you think is best for your network/situation.
This tool is useful in dealing with "Your site is down" complaints when your site is *not* down, but rather there is congestion somewhere on the Internet.
Download (0.008MB)
Added: 2007-04-06 License: Artistic License Price:
931 downloads
Userfriendly Iptables Frontend 1.0.4
Userfriendly Iptables Frontend provides a tool for generating optimized packet filter rules. more>>
Userfriendly Iptables Frontend provides a tool for generating optimized packet filter rules.
The Userfriendly Iptables Frontend is used to generate optimized iptables packet filter rules, using a simple description file specified by the user.
Generated rules are provided in iptables- save style.
UIF can be used to read or write rulesets to or from LDAP servers in your network, which provides a global storing mechanism.
Its aim is to be an easy to configure, human readable packet filter.
<<lessThe Userfriendly Iptables Frontend is used to generate optimized iptables packet filter rules, using a simple description file specified by the user.
Generated rules are provided in iptables- save style.
UIF can be used to read or write rulesets to or from LDAP servers in your network, which provides a global storing mechanism.
Its aim is to be an easy to configure, human readable packet filter.
Download (0.027MB)
Added: 2007-02-21 License: GPL (GNU General Public License) Price:
986 downloads
Web Business Pro 4a
Web Business Pro is a Web application designed for everyday business activities. more>>
Web Business Pro is a Web application designed for everyday business activities. The project includes support for customer lists, inventory, receipt printing, and accounting. Fully featured search functions and filters make it easy to find what you need quickly.
<<less Download (1.3MB)
Added: 2007-07-22 License: LGPL (GNU Lesser General Public License) Price:
828 downloads
Frontend for ffmpeg2theora 2.0
Frontend for ffmpeg2theora is a graphical user interface for tool ffmpeg2theora. more>>
Frontend for ffmpeg2theora is a graphical user interface for tool ffmpeg2theora. Frontend for ffmpeg2theora converts any video which ffmpeg can decode into Ogg/Theora format.
For full readme and translations, please visit my homepage
Build instructions:
At first, unpack downloaded archive (e.g. using midnight commander) and move to program directory (ffmpeg2theora_fe). This program uses build system qmake. Default installation path is set to /usr/bin To change it, edit line DESTDIR in project file ffmpeg2theora_fe.pro Now, it is time to generate Makefile. Simply run
qmake -o Makefile ffmpeg2theora_fe.pro
su -c "make"
To uninstall program, run
su -c "make distclean"
<<lessFor full readme and translations, please visit my homepage
Build instructions:
At first, unpack downloaded archive (e.g. using midnight commander) and move to program directory (ffmpeg2theora_fe). This program uses build system qmake. Default installation path is set to /usr/bin To change it, edit line DESTDIR in project file ffmpeg2theora_fe.pro Now, it is time to generate Makefile. Simply run
qmake -o Makefile ffmpeg2theora_fe.pro
su -c "make"
To uninstall program, run
su -c "make distclean"
Download (0.030MB)
Added: 2007-03-19 License: GPL (GNU General Public License) Price:
953 downloads
pyctd 0.3.3 (PHP frontend)
pyctd is a XML-RPC service for monitoring and altering Netfilter connections for network admins. more>>
pyctd is a XML-RPC service for monitoring and altering Netfilter connections for network admins.
It has the following functionnalities :
Connections listing (with byte rate of connections)
Entries removal
Modification of mark and timeout
pyctd is a free software released under GNU General Public License. Please see COPYING file for further informations.
<<lessIt has the following functionnalities :
Connections listing (with byte rate of connections)
Entries removal
Modification of mark and timeout
pyctd is a free software released under GNU General Public License. Please see COPYING file for further informations.
Download (0.022MB)
Added: 2007-05-29 License: GPL (GNU General Public License) Price:
881 downloads
XMMSd web control plug-in 0.3
XMMSd web control plug-in allows XMMS to be controlled with a Web browser. more>>
XMMSd web control plug-in allows XMMS to be controlled with a Web browser. It makes it easier for languages like PHP to remotely control XMMS.
<<less Download (0.063MB)
Added: 2006-04-12 License: GPL (GNU General Public License) Price:
1294 downloads
ProFTPD Quota LDAP module 1.0.1
ProFTPD Quota LDAP module provides a ProFTPD module that imposes quotas based on LDAP user accounts. more>>
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 module has been written from scratch to implement quotas in a very different manner.
Installation
To install mod_quota_ldap, follow these instructions. After unpacking the tarball, copy the mod_quota_ldap.c file into:
{proftpd-dir}/contrib/
after unpacking the latest proftpd-1.2 source code. Follow the usual steps for using third-party modules in proftpd:
$ ./configure --with-modules=mod_quota_ldap make make install
Enhancements:
- Release works with proFTPd-1.2.8 or higher
- Bug#679338 & Bug#679343 - quota_ldap_getconf() bug solved
<<lessThis 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 module has been written from scratch to implement quotas in a very different manner.
Installation
To install mod_quota_ldap, follow these instructions. After unpacking the tarball, copy the mod_quota_ldap.c file into:
{proftpd-dir}/contrib/
after unpacking the latest proftpd-1.2 source code. Follow the usual steps for using third-party modules in proftpd:
$ ./configure --with-modules=mod_quota_ldap make make install
Enhancements:
- Release works with proFTPd-1.2.8 or higher
- Bug#679338 & Bug#679343 - quota_ldap_getconf() bug solved
Download (0.014MB)
Added: 2007-04-30 License: GPL (GNU General Public License) Price:
915 downloads
ABCWebClient 1.1
ABCWebClient is a minimal, fast, and full functionally torrent Web client-frontend to ABC. more>>
ABCWebClient is a minimal, fast, and full functionally torrent Web client-frontend to ABC (Yet Another Bittorrent Client) v2.69-3.1.
ABCWebClient includes minimal user management and the ability to connect to multiple servers from a list.
Compatibility tested with:
- Apache 1.3/2.0 + mod_php4
- PHP4 + PEAR-PHP ITX_Template
- browser: firefox, konqueror currently only
<<lessABCWebClient includes minimal user management and the ability to connect to multiple servers from a list.
Compatibility tested with:
- Apache 1.3/2.0 + mod_php4
- PHP4 + PEAR-PHP ITX_Template
- browser: firefox, konqueror currently only
Download (0.025MB)
Added: 2006-06-02 License: GPL (GNU General Public License) Price:
1239 downloads
WebCit 6.84
WebCit is a Web-based frontend to the Citadel groupware/collaboration system. more>>
WebCit is a Web-based frontend to the Citadel groupware/collaboration system. WebCit project is an attractive Web middleware layer that allows user-friendly access.
By combining WebCit and Citadel, you can have a versatile online environment with many users concurrently accessing the same system using the user interface of their choice (text, Web, or downloaded client software).
Enhancements:
- Handling of the local "default" timezone was improved for calendar items that dont specify one.
- This version also adds group select (shift-click) for bulk delete and drag/drop in the mailbox view.
- Finally, this version introduces access to Citadels full text index search right from its own Web pages.
<<lessBy combining WebCit and Citadel, you can have a versatile online environment with many users concurrently accessing the same system using the user interface of their choice (text, Web, or downloaded client software).
Enhancements:
- Handling of the local "default" timezone was improved for calendar items that dont specify one.
- This version also adds group select (shift-click) for bulk delete and drag/drop in the mailbox view.
- Finally, this version introduces access to Citadels full text index search right from its own Web pages.
Download (1.3MB)
Added: 2006-09-06 License: GPL (GNU General Public License) Price:
1144 downloads
Python-LDAP 2.3.1
Python-LDAP provides an object-oriented API to access LDAP directory servers from Python programs. more>>
Python-LDAP provides an object-oriented API to access LDAP directory servers from Python programs. Mainly it wraps the OpenLDAP 2.x libs for that purpose.
Additionally the package contains modules for other LDAP-related stuff (e.g. processing LDIF, LDAPURLs, LDAPv3 schema, etc.).
<<lessAdditionally the package contains modules for other LDAP-related stuff (e.g. processing LDIF, LDAPURLs, LDAPv3 schema, etc.).
Download (0.073MB)
Added: 2007-07-25 License: Python License Price:
506 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above web frontend ldap search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed