Differences
This shows you the differences between two versions of the page.
|
en:presentation [2009/11/19 22:57] Charles Videau Premier passage de traduction FR -> EN |
en:presentation [2009/12/16 11:32] (current) Julien Danjou |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | **LdapSaisie** is a web application to manage LDAP directory developed in PHP / Javascript and published under license [[http://www.gnu.org/licenses/gpl.html|GNU/GPL]]. This application is designed to abstract the complexity of the directory through an administration interface simple and intuitive. The application was designed with the objective of maximal modularity, allowing easy extension or adaptation with modules, extensions and plugins. This application can be used to manage the information system based on LDAP and also, simultaneously, enabling users to access their data and possibly modify them. | + | **LdapSaisie** is a Web application developed to manage LDAP directory. It has been written in PHP / JavaScript and is published under the [[http://www.gnu.org/licenses/gpl.html|GNU GPL]] license. This application is designed to abstract the complexity of the directory through a simple and intuitive administration interface. It was designed with the objective of maximal modularity and easy extension or adaptation: you can use modules, extensions and plugins. |
| + | **LdapSaisie** allows any system administrator to manage data stored inside a LDAP server, and thus administrate its information system in a simple manner. It's also possible to let users access their own data, with read-only or read-write access. | ||
| ====== Features ====== | ====== Features ====== | ||
| - | * Management of one or several directories not considering their specificies. | + | * Management of one or several directories; |
| - | * Management of simple and multi-branch directories | + | * Management of simple and multi-branch directories; |
| - | * Able to manage unlimited objects types | + | * Able to manage unlimited objects types; |
| - | * Allow unlimited users to connect to the interface | + | * Allow unlimited users to connect to the interface; |
| - | * A smooth rights management allows to manage each object and attributes access rights, and allows to delegate rights | + | * A smooth rights management allows to manage each object and attributes access rights, and allows to delegate rights; |
| - | * Able to manage a lot of attribute type. Each attribute is given specific features which ease application navigation (Automatic password generation, field auto-completion) | + | * Able to manage a lot of attribute type. Each attribute is given specific features which ease application navigation (Automatic password generation, field auto-completion); |
| - | * Able to manage high rate of attributes verification rules | + | * Able to manage high rate of attributes verification rules; |
| - | * Easy management of objects relationships | + | * Easy management of objects relationships; |
| - | * Easy modification of application design using templates | + | * Easy modification of application design using templates; |
| - | * Management of personnalized triggers, which allows to execute you own scripts, functions or methods at any action. The trigers scope is set to able a whole modification of application behavior. | + | * Management of personalized triggers, which allows to execute you own scripts, functions or methods at any action. The triggers scope is set to able a whole modification of application behavior; |
| - | * Smooth attributes visualization management, allowing to auto-modify attributes according to others. | + | * Smooth attributes visualization management, allowing to auto-modify attributes according to others; |
| * Possibility to manage hidden attributes. | * Possibility to manage hidden attributes. | ||