LDAPAccountManager/lam
Roland Gruber 5b17baa628 i18n 2020-04-22 18:41:57 +02:00
..
config translation update 2020-03-11 09:01:26 +01:00
docs show license message depending on setting 2020-04-03 16:53:55 +02:00
graphics webauthn 2020-01-05 19:05:55 +01:00
help 7.2 2020-04-21 21:18:39 +02:00
lib fixed issue with LDAP escaping 2020-04-21 20:01:35 +02:00
locale i18n 2020-04-22 18:41:57 +02:00
po added newline 2017-09-16 22:08:57 +02:00
sess drop Apache 2.2 support 2018-08-11 14:57:05 +02:00
style allow to create Unix group when creating a user 2020-04-07 17:52:57 +02:00
templates 7.2 2020-04-21 21:18:39 +02:00
tests show license message depending on setting 2020-04-03 16:53:55 +02:00
tmp ignore logs 2019-06-01 08:31:42 +02:00
.htaccess drop Apache 2.2 support 2018-08-11 14:57:05 +02:00
COPYING added TCPDF 2017-10-22 15:26:52 +02:00
HISTORY 7.2 2020-04-21 20:14:57 +02:00
README 2020 2020-02-02 19:47:09 +01:00
VERSION 7.2 2020-04-02 21:02:06 +02:00
codespell.sh spell checking 2020-03-03 20:54:24 +01:00
composer.json updated dependencies 2020-04-03 17:33:33 +02:00
composer.lock updated dependencies 2020-04-03 17:33:33 +02:00
copyright added PHPMailer 2020-03-06 21:29:16 +01:00
index.html removed XML header 2008-03-22 16:42:02 +00:00
phpdoc.sh docs 2017-12-13 16:09:26 +01:00
pwa_worker.js service worker 2019-05-20 16:30:12 +02:00

README

LAM - Readme
============

  LDAP Account Manager (LAM) manages user, group and host accounts in an LDAP
  directory. LAM runs on any webserver with PHP7 support and connects to your
  LDAP server unencrypted or via SSL/TLS.
  Currently LAM supports these account types: Samba 3/4, Unix, Kolab,
  address book entries, NIS mail aliases and MAC addresses. There is a tree
  viewer included to allow access to the raw LDAP attributes. You can use
  templates for account creation and use multiple configuration profiles.

  https://www.ldap-account-manager.org/

    Copyright (C) 2003 - 2020 Roland Gruber <post@rolandgruber.de>

  Installation and documentation:
    Please see the LAM manual in docs/manual/index.html.

  Default password:
    The default password to edit the configuration options is "lam".

  Download:
    You can get the newest version at https://www.ldap-account-manager.org/.

  License:
    LAM is published under the GNU General Public License.
    The complete list of licenses can be found in the copyright file.


    Have fun!
        The LAM development team