to manage group policy you must log on to the computer with a domain user account
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 10664
Sleep Dummy Shell for liunx 0.0.2
Simple login shell substitute for Linux or Unix more>> This is a simple do-nothing, sleep-forever program that can be used as a login shell (in Linux or Unix) to keep the connection open but without interactive shell. We use it to create SSH accounts for users who will only use them for SSH-tunneling; to create an encrypted tunnel to our servers (for example to connect securely to database servers like mySQL, PostgreSQL, etc).
Most restricted shells still allow execution of local commands from the SSH account. Setting the account shell to something like /bin/false (or any other simple programs) usually wont work because the tunnel is closed as soon as the program finish its execution. Sleep Dummy Shell just sleeps until its execution is terminated by the user or the tunnel is closed.
The Sleep Dummy Shell is the perfect solution for extranet, intranet and public hosting providers who wish to provide their customers with SSH accounts for encripted tunneling, without worrying about extra security.
Compiled, no scripting runtime needed.
For Linux and other Unix.
Minimal memory and CPU time usage.
Simple to install.
Open source. Released under the GPL license.<<less
Download (13KB)
Added: 2009-04-15 License: Freeware Price:
191 downloads
GNU Hosting Helper 2.03
GNU Hosting Helper is a Web-based Web hosting management system that provides an administration system. more>>
GNU Hosting Helper is a web hosting management package. It is distributed under the GNU GPL (General Public License) Agreement.
This package provides tools to manage many of the aspects of a hosting environment.
GNU Hosting Helper also provides a client utility to reduce the need for staff to perform tasks that a client needs such as managing email accounts.
Main features:
Administrative Features
The features provided through the administrative interface include (but not limited to):
- Server Tasks
- Security Management
- Server Monitor
- Ticket Center
- News Management
- Knowledge Base
- Fraudscreen
- Domain Management
- User Management
- Billing/Accounting
- Account Information Tools
- Miscellaneous Functions
- Package Management
- Manage Hosting Servers
- Manage Client Interfaces
- Manage Mail Servers
- Manage Name Servers
- Manage Signup Servers
- Manage Server Pools
- Manage Administrators
- Manage Admin Daemon
- System Config
Client Features
The features provided thru the client interface include (but not limited to):
- Account Quickview
- Account Resources
- System Information
- Email Functions
- Virtual FTP Management
- Sub Domain Management
- SSL Certificate Management
- Website Management
- Front Page Extensions Management
- Stats and Logs access
- Account Management
- Account Billing
System/Network Support
GNU Hosting Helper currently supports management for the following software:
- Apache 1.3x and 2x
- Sendmail and Postfix
- Most major FPTD software
- BIND 8x and BIND 9x
- MySQL 3x and 4.0.x
Enhancements:
- Fixes an error with MyDNS where straight domains wouldnt resolve.
- Fixes an error with some systems rnd file creation for creating SSL CSR.
- Fixes an error representing bandwidth allotment, usage, and remaining.
- Fixes an error in the init.d file for the admin server daemon.
- Fixes an error with encryption when editing Webmail, signup, mail, and hosting servers.
- Adds SSH port specification and SSH daemon management to all managed servers.
<<lessThis package provides tools to manage many of the aspects of a hosting environment.
GNU Hosting Helper also provides a client utility to reduce the need for staff to perform tasks that a client needs such as managing email accounts.
Main features:
Administrative Features
The features provided through the administrative interface include (but not limited to):
- Server Tasks
- Security Management
- Server Monitor
- Ticket Center
- News Management
- Knowledge Base
- Fraudscreen
- Domain Management
- User Management
- Billing/Accounting
- Account Information Tools
- Miscellaneous Functions
- Package Management
- Manage Hosting Servers
- Manage Client Interfaces
- Manage Mail Servers
- Manage Name Servers
- Manage Signup Servers
- Manage Server Pools
- Manage Administrators
- Manage Admin Daemon
- System Config
Client Features
The features provided thru the client interface include (but not limited to):
- Account Quickview
- Account Resources
- System Information
- Email Functions
- Virtual FTP Management
- Sub Domain Management
- SSL Certificate Management
- Website Management
- Front Page Extensions Management
- Stats and Logs access
- Account Management
- Account Billing
System/Network Support
GNU Hosting Helper currently supports management for the following software:
- Apache 1.3x and 2x
- Sendmail and Postfix
- Most major FPTD software
- BIND 8x and BIND 9x
- MySQL 3x and 4.0.x
Enhancements:
- Fixes an error with MyDNS where straight domains wouldnt resolve.
- Fixes an error with some systems rnd file creation for creating SSL CSR.
- Fixes an error representing bandwidth allotment, usage, and remaining.
- Fixes an error in the init.d file for the admin server daemon.
- Fixes an error with encryption when editing Webmail, signup, mail, and hosting servers.
- Adds SSH port specification and SSH daemon management to all managed servers.
Download (0.18MB)
Added: 2006-04-18 License: GPL (GNU General Public License) Price:
1286 downloads
Oxylus Newsletters System 0.2
Oxylus Newsletters System is a complex newsletter system. It allows you to manage multiple groups. more>>
Oxylus Newsletters System is a complex newsletter system. It allows you to manage multiple groups.
You can import and export users, and public subscription is allowed. Oxylus Newsletters System project allows linux users to schedule newsletters for a specific date using a crontab job.
For each sent newsletter, you can see its history and whether it was successfully sent.
Enhancements:
- This version is fully compatible with PHP5.
- The mails are sent just once to all the users.
- The SQL error which occurred when new groups are created was fixed.
- Various framework bugfixes were made.
<<lessYou can import and export users, and public subscription is allowed. Oxylus Newsletters System project allows linux users to schedule newsletters for a specific date using a crontab job.
For each sent newsletter, you can see its history and whether it was successfully sent.
Enhancements:
- This version is fully compatible with PHP5.
- The mails are sent just once to all the users.
- The SQL error which occurred when new groups are created was fixed.
- Various framework bugfixes were made.
Download (0.20MB)
Added: 2005-11-25 License: GPL (GNU General Public License) Price:
1435 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
Group User Folder 3.54.2
Group User Folder provides a Zope Product that manages Groups of Users. more>>
Group User Folder provides a Zope Product that manages Groups of Users.
GroupUserFolder is a kind of user folder that provides a special kind of user management. Some users are "flagged" as GROUP and then normal users will be able to belong to one or serveral groups.
Enhancements:
- Fix _getMemberIds for LDAPUserFolder 2.7 when groups are stored in LDAPUF [encolpe]
- Got rid of zLOG in favor of logging. [stefan]
<<lessGroupUserFolder is a kind of user folder that provides a special kind of user management. Some users are "flagged" as GROUP and then normal users will be able to belong to one or serveral groups.
Enhancements:
- Fix _getMemberIds for LDAPUserFolder 2.7 when groups are stored in LDAPUF [encolpe]
- Got rid of zLOG in favor of logging. [stefan]
Download (0.50MB)
Added: 2007-02-09 License: GPL (GNU General Public License) Price:
988 downloads
Domain Technologie Control 0.23.0-0
Domain Technologie Control is a web-based control panel for admin and accounting for hosting services. more>>
Domain Technologie Control (DTC) is a GPL control panel for hosting. Using a web GUI for admin and accounting all hosting services, DTC can delegate the task of creating subdomains, email, and FTP accounts to users for the domain names they own.
DTC manages a MySQL database containing all the hosting information. It has support for many programs (bind 8 and 9 and compatibles, MySQL, Apache 1.3, php4, qmail, postfix 2, courier, dovecot, proftpd, webalizer, mod-log-sql, etc.) through config files and/or MySQL plugins (when the service is non-critical).
Domain Technologie Control project can also generate backup scripts, calculation scripts, and config files using a single system UID/GID and monitor all traffic accounting per user and per service. Since version 0.12, DTC is fully skinable and translated in 8 language (Chinese, English, Spanish, French, Deuch, German, Italian and Russian).
DTC has been tested and works well with FreeBSD, Debian stable testing and unstable and now handles SBOX cgi-wrapper to provide chroot environment to users binaries. There is a RPM for DTC that has been done under RedHat 7, but its not well tested (I need feedback on this one as I dont use RPM based distributions myself).
Enhancements:
- This version adds support for Xen VPS connecting to dtc-xen (SOAP server) and the cyrus.
- It includes support tickets, renewal with email reminders, a new, easier to understand layout, (unfinished) import/export functions, domain parking (for DNS, Apache, and mail), daily stats (instead of each month), and some more package installers (Joomla, Vtiger, WANewsletter, and drupal).
<<lessDTC manages a MySQL database containing all the hosting information. It has support for many programs (bind 8 and 9 and compatibles, MySQL, Apache 1.3, php4, qmail, postfix 2, courier, dovecot, proftpd, webalizer, mod-log-sql, etc.) through config files and/or MySQL plugins (when the service is non-critical).
Domain Technologie Control project can also generate backup scripts, calculation scripts, and config files using a single system UID/GID and monitor all traffic accounting per user and per service. Since version 0.12, DTC is fully skinable and translated in 8 language (Chinese, English, Spanish, French, Deuch, German, Italian and Russian).
DTC has been tested and works well with FreeBSD, Debian stable testing and unstable and now handles SBOX cgi-wrapper to provide chroot environment to users binaries. There is a RPM for DTC that has been done under RedHat 7, but its not well tested (I need feedback on this one as I dont use RPM based distributions myself).
Enhancements:
- This version adds support for Xen VPS connecting to dtc-xen (SOAP server) and the cyrus.
- It includes support tickets, renewal with email reminders, a new, easier to understand layout, (unfinished) import/export functions, domain parking (for DNS, Apache, and mail), daily stats (instead of each month), and some more package installers (Joomla, Vtiger, WANewsletter, and drupal).
Download (16.5MB)
Added: 2006-10-24 License: GPL (GNU General Public License) Price:
1100 downloads
GeboGebo Wiki 1.2.1
GeboGebo is a wiki system written for tdbengine. more>>
GeboGebo is a wiki system written for tdbengine. It stores all data in a local database structure and thus provides an indexed fulltext search.
GeboGebo is available for free download. It runs on Linux and with a little handwork on Windows 32-Bit as well. The name GeboGebo derives from the Germanic rune gebo, which means as much as "Giving and taking". This is the philosphy of a WikiWiki and is so perfectly with this name.
Due to massive spamming we decided to lock pages for anonymous edit. If you would like to test GeboGebo please register and then login or use the user account "Guest" whose password is "Guest". The sandbox is waiting for you to play around.
For installation of GeboGebo:
Ensure you have a working tdbengine installation. If you dont, better read those Link instructions or this Link German tutorial for IIS setup (with loads of screenshots).
unpack the gzipped tar-archive into your www-root directory
enter the gebo directory on console and run ./make.sh
open your web browser and enter the URL leading to your GeboGebo installation directory
Main features:
- The Automatic Link System links pages by their names without explicitely having to be marked as link
- GeboGebo stores all data in a database structure providing high performance data access by using intelligent indexes.
- brings its own mini http server which makes installation very easy
- The indexed fulltext search makes information retrieval a breeze.
- Pages can be renamed at any point of time, without any loss of information.
- All activities get locked and earlier revisions of pages can be restored from each pages infinite history.
- GeboGebo is capable of providing all information as static pages for faster read access and better indexing possibilities for 3rd party diggers.
- The user management is simple but effective: allow or disallow anonymous access in whole or for several pages and enable or disable self registration of new users.
- The User list provides information on registered users and points to their personal wiki pages.
- A list of missing and a list of unreferenced pages help filling content gaps in your wiki
- Fill a blacklist with patterns of wiki page names that may not be edited, if already existing, or even may not be created, if they do not already exist.
- File and Image uploading makes GeboGebo the perfect system for your simple document management.
- Users can subscribe to pages and get informed via EMail when those pages are changed.
- RSS feeds for your news aggregator
- Namespaces support you in dividing your Wiki into independend sections.
- Macros and plugins open all possibilities of tdbengine programming to you and your Wiki
- Link meatball>InterWiki links help you to reference information in other widely known wikis
- GeboGebo is released under the terms of the GNU General Public License (GPL).
Enhancements:
- due to a missing sub directory the minihttp server could not start before gebogebo had been running at least once on another web server before. Fixed.
- new switch CreateStaticIndex in the configuration now allows decisions made concerning the automatic index.html file creation (thanks for the tip to Malcolm)
- bug fix for the subscription list which before returned a blank page caused by an internal error (thanks to Malcolm)
<<lessGeboGebo is available for free download. It runs on Linux and with a little handwork on Windows 32-Bit as well. The name GeboGebo derives from the Germanic rune gebo, which means as much as "Giving and taking". This is the philosphy of a WikiWiki and is so perfectly with this name.
Due to massive spamming we decided to lock pages for anonymous edit. If you would like to test GeboGebo please register and then login or use the user account "Guest" whose password is "Guest". The sandbox is waiting for you to play around.
For installation of GeboGebo:
Ensure you have a working tdbengine installation. If you dont, better read those Link instructions or this Link German tutorial for IIS setup (with loads of screenshots).
unpack the gzipped tar-archive into your www-root directory
enter the gebo directory on console and run ./make.sh
open your web browser and enter the URL leading to your GeboGebo installation directory
Main features:
- The Automatic Link System links pages by their names without explicitely having to be marked as link
- GeboGebo stores all data in a database structure providing high performance data access by using intelligent indexes.
- brings its own mini http server which makes installation very easy
- The indexed fulltext search makes information retrieval a breeze.
- Pages can be renamed at any point of time, without any loss of information.
- All activities get locked and earlier revisions of pages can be restored from each pages infinite history.
- GeboGebo is capable of providing all information as static pages for faster read access and better indexing possibilities for 3rd party diggers.
- The user management is simple but effective: allow or disallow anonymous access in whole or for several pages and enable or disable self registration of new users.
- The User list provides information on registered users and points to their personal wiki pages.
- A list of missing and a list of unreferenced pages help filling content gaps in your wiki
- Fill a blacklist with patterns of wiki page names that may not be edited, if already existing, or even may not be created, if they do not already exist.
- File and Image uploading makes GeboGebo the perfect system for your simple document management.
- Users can subscribe to pages and get informed via EMail when those pages are changed.
- RSS feeds for your news aggregator
- Namespaces support you in dividing your Wiki into independend sections.
- Macros and plugins open all possibilities of tdbengine programming to you and your Wiki
- Link meatball>InterWiki links help you to reference information in other widely known wikis
- GeboGebo is released under the terms of the GNU General Public License (GPL).
Enhancements:
- due to a missing sub directory the minihttp server could not start before gebogebo had been running at least once on another web server before. Fixed.
- new switch CreateStaticIndex in the configuration now allows decisions made concerning the automatic index.html file creation (thanks for the tip to Malcolm)
- bug fix for the subscription list which before returned a blank page caused by an internal error (thanks to Malcolm)
Download (0.43MB)
Added: 2006-06-23 License: GPL (GNU General Public License) Price:
1218 downloads
Postaci Webmail 2.0.1
Postaci Webmail is a multiplatform PHP webmail software. more>>
Postaci (Turkish word for Postman) is a multiplatform PHP webmail software which is database independent, IMAP/POP3, multilanguage(32 languages) and fully MIME compatible. While using POP3 mode to fetch messages it uses database fields to simulate IMAP folders, on which you can save, move, delete,read e-mail.
It is a easy to set up, really secure environment and been downloaded by more than hundred thousand users all around the world. It also is bundled with a simple adressbook, a notebook, a bookmark manager application.
Postaci includes multidomain(virtual) support. Domains are stored in a DB table and all users must be linked to a domain. It can be done at tblDomains and tblUsers tables at the database. If you have a single domain on your server you won t need to do this. There must be at least one domain at the database and its index should be 1. This is the default domain for any user. You can change your default domain at the tblDomain.sql file at the queries folder.
Enhancements:
- SMTP authentication for those who need to authenticate to send email.
- An Email Address field in Preferences allows you to manually set your From: email address.
- A problem in moving messages when using IMAP has been fixed.
<<lessIt is a easy to set up, really secure environment and been downloaded by more than hundred thousand users all around the world. It also is bundled with a simple adressbook, a notebook, a bookmark manager application.
Postaci includes multidomain(virtual) support. Domains are stored in a DB table and all users must be linked to a domain. It can be done at tblDomains and tblUsers tables at the database. If you have a single domain on your server you won t need to do this. There must be at least one domain at the database and its index should be 1. This is the default domain for any user. You can change your default domain at the tblDomain.sql file at the queries folder.
Enhancements:
- SMTP authentication for those who need to authenticate to send email.
- An Email Address field in Preferences allows you to manually set your From: email address.
- A problem in moving messages when using IMAP has been fixed.
Download (0.20MB)
Added: 2006-10-01 License: GPL (GNU General Public License) Price:
1122 downloads
eXtended Account Management System 0.0.18
eXtended Account Management System is a PHP-based application suite for managing electronic mail accounts. more>>
eXtended Account Management System is a PHP-based application suite made for managing electronic mail accounts on multiple domains in a virtual hosting environment.
The XAMS eMail management system primarily consists of a powerful administration panel for managing users, aliases, mailbox quotas, and other mail-related functions.
Main features:
- Manage any number of domains, mailboxes and aliases
- Multiple domains can be grouped as a "site".
- If you have, for example, two domains domain1.tld and domain2.tld within site site1
- then mails to either of the two email addresses for user user (user@domain1.tld
- or user@domain2.tld) will be delivered to one mailbox.
- Autoreply (out of office) support
- Mail accounts are independent from system accounts
- Mailboxes can have quotas, which you can manage by reseller, site or user.
- Four different user-levels: Administrators, Resellers, Customers and Users
- - each user-level and each user can have individual restrictions
- Easy to use, web based GUI (front end)
- GUI based BIND (DNS server) configuration
- Supports the Exim mail transfer agent
- Supports the Courier-IMAP mailbox server, which provides POP and IMAP access
- Supports the MailScanner virus scanner
- Supports MailScanner and SpamAssassin
- Supports any web-based mail user agent that uses POP or IMAP (Squirrelmail preferred)
- Supports following SMTP-AUTH modes: PLAIN, LOGIN and CRAM-MD5 with or without TLS
- Uses MySQL or PostgreSQL for account storage
- Uses CDB for fast domain lookups in Exim
- Source package includes PAM (Pluggable Authentication Modules) module and Squirrelmail plugins
- Provides easy to use debian packages (.deb files)
XAMS manages these domains and user accounts in a database, entirely separate from your Unix system environment.
XAMS ties together and integrates with these packages to provide a coherent virtual hosting solution for e-mail:
- Exim, a flexible mail transfer agent (MTA) with an intuitive and flexible configuration system
- The Courier IMAP/POP server for mailbox access
- MySQL, a powerful, free database server, used for storing domain and account information.
XAMS does not currently manage FTP or HTTP servers. The XAMS graphical user interface is written in PHP, runs on top of Apache, and produces XHTML 1.1 compliant pages.
Enhancements:
- Several bugs were fixed regarding Exim configuration, SQL, and more.
<<lessThe XAMS eMail management system primarily consists of a powerful administration panel for managing users, aliases, mailbox quotas, and other mail-related functions.
Main features:
- Manage any number of domains, mailboxes and aliases
- Multiple domains can be grouped as a "site".
- If you have, for example, two domains domain1.tld and domain2.tld within site site1
- then mails to either of the two email addresses for user user (user@domain1.tld
- or user@domain2.tld) will be delivered to one mailbox.
- Autoreply (out of office) support
- Mail accounts are independent from system accounts
- Mailboxes can have quotas, which you can manage by reseller, site or user.
- Four different user-levels: Administrators, Resellers, Customers and Users
- - each user-level and each user can have individual restrictions
- Easy to use, web based GUI (front end)
- GUI based BIND (DNS server) configuration
- Supports the Exim mail transfer agent
- Supports the Courier-IMAP mailbox server, which provides POP and IMAP access
- Supports the MailScanner virus scanner
- Supports MailScanner and SpamAssassin
- Supports any web-based mail user agent that uses POP or IMAP (Squirrelmail preferred)
- Supports following SMTP-AUTH modes: PLAIN, LOGIN and CRAM-MD5 with or without TLS
- Uses MySQL or PostgreSQL for account storage
- Uses CDB for fast domain lookups in Exim
- Source package includes PAM (Pluggable Authentication Modules) module and Squirrelmail plugins
- Provides easy to use debian packages (.deb files)
XAMS manages these domains and user accounts in a database, entirely separate from your Unix system environment.
XAMS ties together and integrates with these packages to provide a coherent virtual hosting solution for e-mail:
- Exim, a flexible mail transfer agent (MTA) with an intuitive and flexible configuration system
- The Courier IMAP/POP server for mailbox access
- MySQL, a powerful, free database server, used for storing domain and account information.
XAMS does not currently manage FTP or HTTP servers. The XAMS graphical user interface is written in PHP, runs on top of Apache, and produces XHTML 1.1 compliant pages.
Enhancements:
- Several bugs were fixed regarding Exim configuration, SQL, and more.
Download (0.34MB)
Added: 2007-04-08 License: GPL (GNU General Public License) Price:
930 downloads
phpIP Management 4.3.2
phpIP Management is a complete IPv4 address management suite. more>>
phpIP Management is a complete IPv4 address management suite, built to handle the complexity of managing todays IP address space.
phpIP Management project was built to scale and address the full lifecycle of IP address space using techniques that are not administratively intensive.
Main features:
CIDR
- Full IPv4 CIDR support.
LDAP
- Support for LDAP based user accounts.
Licensed under GNU General Public License
- This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
IPv4
- Full IPv4 support using Pear Net_IPv4 class.
User Management
- User based management allows administrators to create users and assign different levels of permissions to the phpIP Management interface. Each user can set their own display preference.
<<lessphpIP Management project was built to scale and address the full lifecycle of IP address space using techniques that are not administratively intensive.
Main features:
CIDR
- Full IPv4 CIDR support.
LDAP
- Support for LDAP based user accounts.
Licensed under GNU General Public License
- This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
IPv4
- Full IPv4 support using Pear Net_IPv4 class.
User Management
- User based management allows administrators to create users and assign different levels of permissions to the phpIP Management interface. Each user can set their own display preference.
Download (0.12MB)
Added: 2006-11-07 License: GPL (GNU General Public License) Price:
1083 downloads
User Account Information 0.0.1 Beta2
User Account Information provides an ethernet users/customers traffic counter. more>>
User Account Information provides an ethernet users/customers traffic counter.
User Account Information is lightweight system for accounting for ethernet traffic on a per-user basis.
It includes a Web-based interface for allowing users to view their own network accounting information.
This product was designed and was tested in RedHat Linux 6.2 and in SlackWare Linux 7.0.
Main features:
- For each customer (who have IP adress in your local network area) are added two ipchains rule for counting input and output traffic.
- Each customer can look his own account information through WEB-interface.
- You ( as system administrator) can correct anything You want or anything you dont like in this program.
Enhancements:
- A date format error solely affecting output with DD/MM/YYYY action dates was corrected in the cgi-bin part.
<<lessUser Account Information is lightweight system for accounting for ethernet traffic on a per-user basis.
It includes a Web-based interface for allowing users to view their own network accounting information.
This product was designed and was tested in RedHat Linux 6.2 and in SlackWare Linux 7.0.
Main features:
- For each customer (who have IP adress in your local network area) are added two ipchains rule for counting input and output traffic.
- Each customer can look his own account information through WEB-interface.
- You ( as system administrator) can correct anything You want or anything you dont like in this program.
Enhancements:
- A date format error solely affecting output with DD/MM/YYYY action dates was corrected in the cgi-bin part.
Download (0.083MB)
Added: 2007-03-29 License: GPL (GNU General Public License) Price:
942 downloads

LDAP Account Manager 2.6.0
LDAP Account Manager is a useful software which helps you manage Unix and Samba user and group accounts in a OpenLDAP server more>>
LDAP Account Manager 2.6.0 is a useful software which helps you manage Unix and Samba user and group accounts in a OpenLDAP server. There is also an external script to manage quotas and home directories. The application is written in PHP4.
You can use templates for account creation and use multiple configuration profiles. Account information can be exported as PDF file. It also features an external script for managing quotas and home directories.
Major Features:
- Management of Unix user and group accounts (posixAccount/posixGroup)
- Management of Samba 2.x/3 user and host accounts (sambaAccount/sambaSamAccount)
- Mnagement of Kolab 2 accounts (kolabInetorgPerson)
- Scalix
- Profiles for account creation
- Account creation via file upload
- Automatic creation/deletion of home directories
- Setting quotas
- PDF output for all accounts
- Editor for organizational units (OU)
- schema browser
- Tree view
- Multiple configuration files
- Multi-language support (Catalan, Chinese (Traditional + Simplified), Czech, Dutch, English, French, German, Hungarian, Italian, Japanese, Polish, Portuguese, Russian and Spanish)
- Support for LDAP+SSL/TLS
Enhancements:
- Support NIS netgroups
- Support EDU person accounts (RFE 1413731)
- Personal: support departmentNumber attribute
- DHCP: allow file upload
- Added config option to search LAM login users in LDAP (RFE 2494249)
- Help messages are displayed as tooltips
Added: 2009-04-09 License: GPL Price: FREE
1 downloads
Other version of LDAP Account Manager
License:GPL (GNU General Public License)
Deadlock User Management System 1.0
Deadlock is a powerful, customizable, fully featured user management system which protects Web directories and documents. more>>
Deadlock is a powerful, customizable, fully featured user management system which protects Web directories and documents using Apaches htaccess and htpasswd.
It features email verification and administrator approval capabilities that require the administrator to approve accounts before they become active. Deadlock supports both Basic and Digest authentication.
Main features:
- Administration Panel
- All settings and administrative controls are in the admin panel.
- User Panel
- Gives users the ability to change their password, email address, and any other account information
- Admin Approval
- When this option is enabled, the administrator must approve accounts before they are able to login to the protected area.
- User Email Verification
- Users are sent a confirmation email to the address specified and must click the link in the email to verify that the email provided is their email.
- Multiple Authentication Types
- The administrator has the option to choose between Basic and Digest authentication.
- Auto htpasswd generation
- Automatically generates the .htpasswd file containing the users when a new user is added.
- Auto htaccess generation
- Automatically generates the .htaccess file when the name of the protected area is changed.
- Templatable user panel pages
- The user panel pages are generated with a template engine, allowing you to customize the pages that the user sees by simply editing the html templates.
- Templatable System Emails
- Customize system emails by editing the templates. Deadlock does not yet include an editor in the admin panel.
- Web based configuration
- Configuration options can easily be modified through the administration panel.
- Integrated Email Functionality
- Specific users can be emailed straight through the admin panel, by simply selecting a link.
- Bulk Email all registered users
- Includes bulk email functionality allowing you to email everyone in the database.
- Search through user list
- The user list is searchable, allowing you to find a users account by just entering their last name, first name or username.
- Rollover Information
Enhancements:
- [bug fix] Fixed some problems that occur when gpc magic quotes is enabled
- [bug fix] Added some string escapes to mysql queries to prevent SQL injections
- [bug fix] If user edits their own account, notification email is not sent
- [security] Fixed bug that cuased problems when a user went to edit their account
<<lessIt features email verification and administrator approval capabilities that require the administrator to approve accounts before they become active. Deadlock supports both Basic and Digest authentication.
Main features:
- Administration Panel
- All settings and administrative controls are in the admin panel.
- User Panel
- Gives users the ability to change their password, email address, and any other account information
- Admin Approval
- When this option is enabled, the administrator must approve accounts before they are able to login to the protected area.
- User Email Verification
- Users are sent a confirmation email to the address specified and must click the link in the email to verify that the email provided is their email.
- Multiple Authentication Types
- The administrator has the option to choose between Basic and Digest authentication.
- Auto htpasswd generation
- Automatically generates the .htpasswd file containing the users when a new user is added.
- Auto htaccess generation
- Automatically generates the .htaccess file when the name of the protected area is changed.
- Templatable user panel pages
- The user panel pages are generated with a template engine, allowing you to customize the pages that the user sees by simply editing the html templates.
- Templatable System Emails
- Customize system emails by editing the templates. Deadlock does not yet include an editor in the admin panel.
- Web based configuration
- Configuration options can easily be modified through the administration panel.
- Integrated Email Functionality
- Specific users can be emailed straight through the admin panel, by simply selecting a link.
- Bulk Email all registered users
- Includes bulk email functionality allowing you to email everyone in the database.
- Search through user list
- The user list is searchable, allowing you to find a users account by just entering their last name, first name or username.
- Rollover Information
Enhancements:
- [bug fix] Fixed some problems that occur when gpc magic quotes is enabled
- [bug fix] Added some string escapes to mysql queries to prevent SQL injections
- [bug fix] If user edits their own account, notification email is not sent
- [security] Fixed bug that cuased problems when a user went to edit their account
Download (MB)
Added: 2007-01-01 License: GPL (GNU General Public License) Price:
1028 downloads
Useful Traffic Accounting Dragon 0.4
Useful Traffic Accounting Dragon is a traffic accounter that actually gives useful information about traffic. more>>
Useful Traffic Accounting Dragon is a traffic accounter that actually gives useful information about traffic instead of stupidly counting incoming/outgoing packets.
Dragon accounts traffic by user, program and timestamp and puts this information into useful correlation.
Dragon is implemented as a Perl script for the backend, using /etc/passwd to automatically get information about user accounts, /proc/net/ to get information about open connections and /proc/ to get information about running processes and which processes currently use which network connection.
All this information can be combined so you can actually see what user caused which traffic using what program and when it happened.
All this information is acquired automatically so the minimal configuration necessary is to tell dragon where it can find its MySQL database.
Enhancements:
Features:
- cleanup on CTRL-C
- add patch for Linux Kernel 2.6.17.7
- for now, graphs are disabled in the webfrontend
- webfrontend has now Total, User and Program tabs
Bugfixes:
- forgot to close a filedescriptor fixed
- use leading zeroes on port numbers in messages about connections that no longer exist
- really fix wait for next minute
<<lessDragon accounts traffic by user, program and timestamp and puts this information into useful correlation.
Dragon is implemented as a Perl script for the backend, using /etc/passwd to automatically get information about user accounts, /proc/net/ to get information about open connections and /proc/ to get information about running processes and which processes currently use which network connection.
All this information can be combined so you can actually see what user caused which traffic using what program and when it happened.
All this information is acquired automatically so the minimal configuration necessary is to tell dragon where it can find its MySQL database.
Enhancements:
Features:
- cleanup on CTRL-C
- add patch for Linux Kernel 2.6.17.7
- for now, graphs are disabled in the webfrontend
- webfrontend has now Total, User and Program tabs
Bugfixes:
- forgot to close a filedescriptor fixed
- use leading zeroes on port numbers in messages about connections that no longer exist
- really fix wait for next minute
Download (0.086MB)
Added: 2006-09-07 License: GPL (GNU General Public License) Price:
1145 downloads
Zenith Picture Gallery 0.9.4
Zenith Picture Gallery is a feature-rich picture gallery that organizes uploaded images into searchable categories. more>>
Zenith Picture Gallery is a feature-rich picture gallery that organizes uploaded images into searchable categories, creates thumbnails, and stores individual statistics for each one.
Other features of Zenith Picture Gallery include downloadable categories and sub-categories, user accounts and profiles, batch adding via FTP and batch deleting, user comments and ratings, the ability to add languages and skins, the option to rebuild thumbnails, an IP blacklist, and a comprehensive admin control panel that provides access to a great deal of settings and formatting options.
Main features:
- Everything is done from the browser, from installation to configuration.
- Searcheable records by filters.
- Auto-resizing/resampling of images to thumbnails.
- Easy skinning.
- Categories and sub-categories with display permission options.
- User accounts, user profiles, control panels and user types.
- Easy management of languages.
- Blacklist containing IPs of troublesome users.
- Admin CP allows you to define countless settings and formatting options.
- A notice appears in the nav bar to admins when there are pictures, comments or users awaiting approval.
- Batch add pictures via FTP.
- Batch delete pictures.
- Rebuild thumbnails tool.
- Search result and display page addresses are linkable.
- Gallery can be turned on/off.
- Adding pictures can be disabled for guests.
- Sort pictures by Last comments, Most viewed, Top rated.
- ZIP and download pictures.
- User accounts, profiles and pictures can all be managed in the Admin CP.
- Option to receive an email when a picture is submitted.
- 21. Option to allow only registered users to view the gallery.
- 22. Option to set a timezone offset for picture submission dates.
- Categories are mapped to directories in the file structure.
- Users can choose a skin from the ones uploaded.
- Forgot my Password and Resend Activation Email tools.
- Admins can define custom fields for pictures.
- EXIF support.
<<lessOther features of Zenith Picture Gallery include downloadable categories and sub-categories, user accounts and profiles, batch adding via FTP and batch deleting, user comments and ratings, the ability to add languages and skins, the option to rebuild thumbnails, an IP blacklist, and a comprehensive admin control panel that provides access to a great deal of settings and formatting options.
Main features:
- Everything is done from the browser, from installation to configuration.
- Searcheable records by filters.
- Auto-resizing/resampling of images to thumbnails.
- Easy skinning.
- Categories and sub-categories with display permission options.
- User accounts, user profiles, control panels and user types.
- Easy management of languages.
- Blacklist containing IPs of troublesome users.
- Admin CP allows you to define countless settings and formatting options.
- A notice appears in the nav bar to admins when there are pictures, comments or users awaiting approval.
- Batch add pictures via FTP.
- Batch delete pictures.
- Rebuild thumbnails tool.
- Search result and display page addresses are linkable.
- Gallery can be turned on/off.
- Adding pictures can be disabled for guests.
- Sort pictures by Last comments, Most viewed, Top rated.
- ZIP and download pictures.
- User accounts, profiles and pictures can all be managed in the Admin CP.
- Option to receive an email when a picture is submitted.
- 21. Option to allow only registered users to view the gallery.
- 22. Option to set a timezone offset for picture submission dates.
- Categories are mapped to directories in the file structure.
- Users can choose a skin from the ones uploaded.
- Forgot my Password and Resend Activation Email tools.
- Admins can define custom fields for pictures.
- EXIF support.
Download (0.52MB)
Added: 2007-07-09 License: Other/Proprietary License with Source Price:
902 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 to manage group policy you must log on to the computer with a domain user account 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