Skip to content

awasthi/aguilas

Repository files navigation

Summary

Aguilas is a centralized registration system that allows users to create and manage their accounts on an LDAP authentication platform and (in some cases) using MYSQL databases to store temporary records. It's mostly written in PHP, and depends heavily on the use of LDAP and MYSQL servers. It has the following features:

  • Creates user accounts based on determined LDAP attributes.
  • Resends confirmation email in case it gets lost on spam folders.
  • Changes user password, if the user knows it.
  • Resets user password, using email as confirmation.
  • Reminds username.
  • Deletes user accounts.
  • Edits user profile (ajax enabled).
  • Lists all registered users.
  • Searches for a term in the user database.

Installing

This is a extremely quick installation howto, read more at the wiki for details.

First, you have to install the software dependencies:

aptitude install apache2 php5 php5-gd php5-ldap php5-mcrypt php5-mysql php5-suhosin php5-cli make bash gettext python-sphinx icoutils python-docutils libmagickcore-extra imagemagick apache2 mysql-server slapd postfix

Then, download and unpack the aguilas source, ussually a orig.tar.gz listed at the aguilas download page.

To compile the sources, enter the folder you just unpacked and enter the following command:

make

Finally, obtain superuser powers and install:

make install

Documentation

Take a look at the wiki.

Contributing

  • Report bugs and request features in our ticket tracker.
  • Submit patches or pull requests for new and/or fixed behavior.
  • Join the Aguilas mailing list and share your ideas.
  • Improve Aguilas documentation by reading, writing new articles or correcting existing ones.
  • Translate Aguilas into your local language, by joining our translation team.

You can find more details at the wiki.

Translating

More information on the wiki.

--

  • AGUILAS is the achronym for "Aplicación para la Gestión de Usuarios con Interfaz para LDAP Amigable y Segura" in spanish. The original author is from Caracas, Venezuela.

About

Automatically exported from code.google.com/p/aguilas

Resources

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
LICENSE
Unknown
COPYING

Stars

Watchers

Forks

Packages

No packages published