Compare commits

...

No commits in common. "develop" and "gh-pages" have entirely different histories.

5292 changed files with 556 additions and 905054 deletions

3
.github/FUNDING.yml vendored
View File

@ -1,3 +0,0 @@
github: [LDAPAccountManager]

View File

@ -1,11 +0,0 @@
name: "LAM CodeQL config"
queries:
- uses: security-and-quality
paths-ignore:
- '**/3rdParty/**/*.*'
- '**/lib/extra/**/*.*'
- '**/lib/*jquery*.js'
paths:
- lam

View File

@ -1,56 +0,0 @@
name: "CodeQL"
on:
push:
branches: [develop]
pull_request:
# The branches below must be a subset of the branches above
branches: [develop]
schedule:
- cron: '0 10 * * 0'
jobs:
analyse:
name: Analyse
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
fetch-depth: 2
# If this run was triggered by a pull request event, then checkout
# the head of the pull request instead of the merge commit.
- run: git checkout HEAD^2
if: ${{ github.event_name == 'pull_request' }}
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
# Override language selection by uncommenting this and choosing your languages
# with:
# languages: go, javascript, csharp, python, cpp, java
with:
config-file: ./.github/codeql/codeql-config.yml
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v1
# Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
# and modify them (or add more) to build your code if your project
# uses a compiled language
#- run: |
# make bootstrap
# make release
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v1

9
.gitignore vendored
View File

@ -1,9 +0,0 @@
/.settings/
/.buildpath
/.project
/.Readme.md.html
/vendor/
/composer.lock
/code-coverage/
/.phpunit.result.cache
/lam/lib/3rdParty/composer/bin/

View File

@ -1,18 +0,0 @@
language: php
addons:
sonarcloud:
organization: "ldap-account-manager"
php:
- '7.3'
cache:
directories:
- '$HOME/.sonar/cache'
script:
- phpunit
- ls -l code-coverage/*
- sonar-scanner
- pip install --user codespell
- cd lam
- ./codespell.sh

View File

@ -1,28 +0,0 @@
LDAP Account Manager
====================
LDAP Account Manager (LAM) is a webfrontend for managing entries (e.g. users, groups, DHCP settings) stored in an LDAP directory. LAM was designed to make LDAP management as easy as possible for the user. It abstracts from the technical details of LDAP and allows persons without technical background to manage LDAP entries. If needed, power users may still directly edit LDAP entries via the integrated LDAP browser.
![LAM](https://www.ldap-account-manager.org/lamcms/sites/default/files/styles/slideshow/public/userList.png)
![LAM](https://www.ldap-account-manager.org/lamcms/sites/default/files/styles/slideshow/public/user_0.png)
# Download
You can get the newest version at https://www.ldap-account-manager.org/.
# Documentation
Please see the [documentation area](https://www.ldap-account-manager.org/lamcms/documentation).
# Source code
There are two modules. Usually, you only need the files inside "lam".
* [lam](lam): LAM main source code
* [lam-packaging](lam-packaging): build scripts
# License
LAM is published under the GNU General Public License.
The complete list of licenses can be found in the copyright file.
Copyright (C) 2003 - 2020 Roland Gruber <post@rolandgruber.de>

View File

@ -1,9 +0,0 @@
# Security Policy
## Supported Versions
Security updates are always created based on the latest release.
## Reporting a Vulnerability
Please report all security issues to post@rolandgruber.de. Reports will be answered within 48h.

View File

@ -1,10 +0,0 @@
{
"require-dev" : {
"phpunit/phpunit" : "8.5.2",
"squizlabs/php_codesniffer" : "3.4.0"
},
"require": {
"ext-ldap": "*",
"ext-json": "*"
}
}

View File

@ -1 +0,0 @@
Please see lam/copyright.

BIN
images/checker.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 B

58
index.html Normal file
View File

@ -0,0 +1,58 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Lam by LDAPAccountManager</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-dark.css">
<script src="javascripts/scale.fix.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>Lam</h1>
<p>LDAP Account Manager</p>
<p class="view"><a href="https://github.com/LDAPAccountManager/lam">View the Project on GitHub <small>LDAPAccountManager/lam</small></a></p>
<ul>
<li><a href="https://github.com/LDAPAccountManager/lam/zipball/master">Download <strong>ZIP File</strong></a></li>
<li><a href="https://github.com/LDAPAccountManager/lam/tarball/master">Download <strong>TAR Ball</strong></a></li>
<li><a href="https://github.com/LDAPAccountManager/lam">View On <strong>GitHub</strong></a></li>
</ul>
</header>
<section>
<h2>
<a id="easy-ldap-management" class="anchor" href="#easy-ldap-management" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Easy LDAP management</h2>
<p>LDAP Account Manager (LAM) is a webfrontend for managing entries (e.g. users, groups, DHCP settings) stored in an LDAP directory. LAM was designed to make LDAP management as easy as possible for the user. It abstracts from the technical details of LDAP and allows persons without technical background to manage LDAP entries. If needed, power users may still directly edit LDAP entries via the integrated LDAP browser.</p>
<h3>
<a id="account-management" class="anchor" href="#account-management" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Account management</h3>
<ul>
<li>manages Unix, Samba 3/4, Kolab 2/3, Zarafa, DHCP, SSH keys, group of names and much more</li>
<li>profiles for account creation</li>
<li>CSV file upload</li>
<li>automatic creation/deletion of home directories</li>
<li>setting file system quotas</li>
<li>PDF output for all accounts</li>
<li>schema and LDAP browser</li>
<li>manages multiple servers with different configurations</li>
<li>multi-language support</li>
</ul>
</section>
</div>
<footer>
<p>Project maintained by <a href="https://github.com/LDAPAccountManager">LDAPAccountManager</a></p>
<p>Hosted on GitHub Pages &mdash; Theme by <a href="https://github.com/orderedlist">orderedlist</a></p>
</footer>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
</html>

20
javascripts/scale.fix.js Normal file
View File

@ -0,0 +1,20 @@
fixScale = function(doc) {
var addEvent = 'addEventListener',
type = 'gesturestart',
qsa = 'querySelectorAll',
scales = [1, 1],
meta = qsa in doc ? doc[qsa]('meta[name=viewport]') : [];
function fix() {
meta.content = 'width=device-width,minimum-scale=' + scales[0] + ',maximum-scale=' + scales[1];
doc.removeEventListener(type, fix, true);
}
if ((meta = meta[meta.length - 1]) && addEvent in doc) {
fix();
scales = [.25, 1.6];
doc[addEvent](type, fix, true);
}
};

View File

@ -1,44 +0,0 @@
Alias /lam /usr/share/ldap-account-manager
<Directory /usr/share/ldap-account-manager>
Options +FollowSymLinks
AllowOverride All
Require all granted
DirectoryIndex index.html
</Directory>
<Directory /var/lib/ldap-account-manager/tmp>
Options -Indexes
</Directory>
<Directory /var/lib/ldap-account-manager/tmp/internal>
Options -Indexes
Require all denied
</Directory>
<Directory /var/lib/ldap-account-manager/sess>
Options -Indexes
Require all denied
</Directory>
<Directory /var/lib/ldap-account-manager/config>
Options -Indexes
Require all denied
</Directory>
<Directory /usr/share/ldap-account-manager/lib>
Options -Indexes
Require all denied
</Directory>
<Directory /usr/share/ldap-account-manager/help>
Options -Indexes
Require all denied
</Directory>
<Directory /usr/share/ldap-account-manager/locale>
Options -Indexes
Require all denied
</Directory>

View File

@ -1,19 +0,0 @@
location /lam {
index index.html;
alias /usr/share/ldap-account-manager;
autoindex off;
location ~ \.php$ {
fastcgi_split_path_info ^(.+\.php)(/.+)$;
fastcgi_pass unix:/var/run/php7-fpm.sock;
fastcgi_index index.php;
include fastcgi_params;
fastcgi_param SCRIPT_FILENAME $request_filename;
}
location ~ /lam/(tmp/internal|sess|config|lib|help|locale) {
deny all;
return 403;
}
}

View File

@ -1,191 +0,0 @@
%define httpd_confdir @@HTTP_CONF_DIR@@
%define lam_dir ldap-account-manager
%define lam_uid @@USER@@
%define lam_gid @@GROUP@@
%define lam_distribution @@DISTRIBUTION@@
%define is_suse %(test suse = %lam_distribution && echo 1 || echo 0)
%define is_fedora %(test fedora = %lam_distribution && echo 1 || echo 0)
%define _binary_payload w9.bzdio
%define _source_payload w9.bzdio
Name: ldap-account-manager
License: GPL
Group: Productivity/Networking/Web/Frontends
Version: @@VERSION@@
Release: 0.%lam_distribution.1
Source0: ldap-account-manager-%{version}.tar.bz2
URL: https://www.ldap-account-manager.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}
Summary: Administration of LDAP users, groups and hosts via Web GUI
Summary(de): Administration von Benutzern, Gruppen und Hosts für LDAP-Server
Vendor: Roland Gruber
Packager: Roland Gruber <post@rolandgruber.de>
BuildArch: noarch
AutoReqProv: no
Source1: lam.nginx.conf
Source2: lam.apache.conf
%description
LDAP Account Manager (LAM) runs on an existing webserver.
It manages user, group and host accounts. Currently LAM supports
these account types: Samba 3/4, Unix, Kolab 2/3, address book
entries, NIS mail aliases and MAC addresses. There is an integrated LDAP browser
to allow access to the raw LDAP attributes. You
can use templates for account creation and use multiple configuration
profiles. Account information can be exported as PDF file. There is also
a script included which manages quota and homedirectories.
%description -l de
LDAP Account Manager (LAM) läuft auf einem exisierenden Webserver.
LAM verwaltet Benutzer, Gruppen und Hosts. Zur Zeit werden folgende Account-Typen
unterstützt: Samba 3/4, Unix, Kolab 2/3, Addressbuch Einträge, NIS
mail Aliase und MAC-Addressen. Es gibt einen integrierten LDAP-Browser mit dem
man die LDAP-Einträge direkt bearbeiten kann. Zum Anlegen von Accounts können
Vorlagen definiert werden. Es können mehrere Konfigurations-Profile
definiert werden. Account-Informationen können als PDF exportiert
werden. Außerdem exisitiert ein Script mit dem man Quotas und
Home-Verzeichnisse verwalten kann.
%package lamdaemon
Summary: Quota and home directory management for LDAP Account Manager
Summary(de): Verwaltung von Quotas und Heimatverzeichnissen für LDAP Account Manager
Group: Productivity/Networking/Web/Frontends
AutoReqProv: no
%if %is_suse
Requires: perl
Requires: sudo
%endif
%if %is_fedora
Requires: perl
Requires: perl-Sys-Syslog
Requires: sudo
%endif
%description lamdaemon
Lamdaemon is part of LDAP Account Manager. This package
needs to be installed on the server where the home directories
reside and/or quotas should be managed.
%description lamdaemon -l de
Lamdaemon ist Teil von LDAP Account Manager. Dieses Paket
wird auf dem Server installiert, auf dem Quotas und
Heimatverzeichnisse verwaltet werden sollen.
%files lamdaemon
%dir /usr/share/%{lam_dir}
%dir /usr/share/%{lam_dir}/lib
/usr/share/%{lam_dir}/lib/lamdaemon.pl
%doc COPYING HISTORY README VERSION
%prep
%setup -n ldap-account-manager-%{version}
%build
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/usr/share/%{lam_dir}
cp -dR * $RPM_BUILD_ROOT/usr/share/%{lam_dir}
mkdir -p $RPM_BUILD_ROOT/var/lib/%{lam_dir}
mv $RPM_BUILD_ROOT/usr/share/%{lam_dir}/config $RPM_BUILD_ROOT/var/lib/%{lam_dir}
ln -s /var/lib/%{lam_dir}/config $RPM_BUILD_ROOT/usr/share/%{lam_dir}/config
mkdir -p $RPM_BUILD_ROOT/var/lib/%{lam_dir}/config/pdf
mkdir -p $RPM_BUILD_ROOT/var/lib/%{lam_dir}/config/profiles
mv $RPM_BUILD_ROOT/usr/share/%{lam_dir}/tmp $RPM_BUILD_ROOT/var/lib/%{lam_dir}
ln -s /var/lib/%{lam_dir}/tmp $RPM_BUILD_ROOT/usr/share/%{lam_dir}/tmp
mv $RPM_BUILD_ROOT/usr/share/%{lam_dir}/sess $RPM_BUILD_ROOT/var/lib/%{lam_dir}
ln -s /var/lib/%{lam_dir}/sess $RPM_BUILD_ROOT/usr/share/%{lam_dir}/sess
mkdir -p $RPM_BUILD_ROOT%{httpd_confdir}
cp $RPM_SOURCE_DIR/lam.apache.conf $RPM_BUILD_ROOT%{httpd_confdir}/
mkdir -p $RPM_BUILD_ROOT/etc/%{lam_dir}
cp $RPM_SOURCE_DIR/lam.nginx.conf $RPM_BUILD_ROOT/etc/%{lam_dir}/
%clean
[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT
%post
if [ ! -f /var/lib/%{lam_dir}/config/config.cfg ]; then
cp /var/lib/%{lam_dir}/config/config.cfg.sample /var/lib/%{lam_dir}/config/config.cfg
chmod 600 /var/lib/%{lam_dir}/config/config.cfg
chown %{lam_uid}:%{lam_gid} /var/lib/%{lam_dir}/config/config.cfg
if [ ! -f /var/lib/%{lam_dir}/config/lam.conf ]; then
cp /var/lib/%{lam_dir}/config/unix.conf.sample /var/lib/%{lam_dir}/config/lam.conf
chmod 600 /var/lib/%{lam_dir}/config/lam.conf
chown %{lam_uid}:%{lam_gid} /var/lib/%{lam_dir}/config/lam.conf
fi
fi
for server in apache2 httpd nginx; do
if [ `which systemctl 2< /dev/null` ]; then
if [ "`systemctl is-active ${server}.service`" = "active" ]; then
systemctl reload ${server}.service
fi
elif [ -e /etc/init.d/${server} ]; then
/etc/init.d/$server reload > /dev/null 2>&1 || :
fi
done
%postun
for server in apache2 httpd nginx; do
if [ `which systemctl 2< /dev/null` ]; then
if [ "`systemctl is-active ${server}.service`" = "active" ]; then
systemctl reload ${server}.service
fi
elif [ -e /etc/init.d/${server} ]; then
/etc/init.d/$server reload > /dev/null 2>&1 || :
fi
done
%files
%defattr(-, root, root)
%dir %attr(700, %{lam_uid}, %{lam_gid}) /var/lib/%{lam_dir}
%doc COPYING HISTORY README VERSION docs/*
%attr(700, %{lam_uid}, %{lam_gid}) /var/lib/%{lam_dir}/sess
%attr(700, %{lam_uid}, %{lam_gid}) /var/lib/%{lam_dir}/tmp
%dir %attr(700, %{lam_uid}, %{lam_gid}) /var/lib/%{lam_dir}/config
%dir %attr(700, %{lam_uid}, %{lam_gid}) /var/lib/%{lam_dir}/config/templates/pdf
%dir %attr(700, %{lam_uid}, %{lam_gid}) /var/lib/%{lam_dir}/config/templates/profiles
%dir %attr(700, %{lam_uid}, %{lam_gid}) /var/lib/%{lam_dir}/config/selfService
/var/lib/%{lam_dir}/config/*.sample
/var/lib/%{lam_dir}/config/.htaccess
/var/lib/%{lam_dir}/config/language
%dir %attr(700, %{lam_uid}, %{lam_gid}) /var/lib/%{lam_dir}/config/pdf
%dir %attr(700, %{lam_uid}, %{lam_gid}) /var/lib/%{lam_dir}/config/profiles
%attr(-, %{lam_uid}, %{lam_gid}) /var/lib/%{lam_dir}/config/templates/pdf/logos
%config(noreplace) %attr(-, %{lam_uid}, %{lam_gid}) /var/lib/%{lam_dir}/config/templates/pdf/default.*
%config(noreplace) %attr(-, %{lam_uid}, %{lam_gid}) /var/lib/%{lam_dir}/config/templates/profiles/default.*
%config(noreplace) %attr(-, %{lam_uid}, %{lam_gid}) /var/lib/%{lam_dir}/config/selfService/.placeholder
/usr/share/%{lam_dir}
%{httpd_confdir}
/etc/%{lam_dir}/lam.nginx.conf
%changelog
* Sun Oct 28 2012 - Roland Gruber post@rolandgruber.de
- Config file changes
* Sun Oct 07 2012 - Roland Gruber post@rolandgruber.de
- Apache reload instead of restart
* Wed Jun 08 2011 - Roland Gruber post@rolandgruber.de
- Install into /usr/share/ldap-account-manager
* Sat Apr 09 2011 - Roland Gruber post@rolandgruber.de
- Do not overwrite config files
* Sat Nov 07 2009 - Roland Gruber post@rolandgruber.de
- Added LAM manuals
* Sat Jul 26 2008 - Roland Gruber post@rolandgruber.de
- Added subpackage for lamdaemon
* Wed Jan 11 2006 - Iain Lea iain@bricbrac.de
- Updated for 1.0 series on Fedora Core
* Mon Dec 12 2005 - Iain Lea iain@bricbrac.de
- Updated for 0.5.x series on Fedora Core
* Sun Mar 21 2004 - TiloLutz@gmx.de
- Initial release 0.1.0 - 0.4.5

View File

@ -1,134 +0,0 @@
#
# Tim Rice Wed Aug 10 10:36:25 PDT 2005
#
# Tim Rice <tim@multitalents.net>
#
SHELL = /bin/sh
# We'll use tar instead of install-sh to preserve time stamps
#INSTALL = @INSTALL@
LN_S = @LN_S@
CHMOD = @CHMOD@
CHOWN = @CHOWN@
COPY = @COPY_PROG@
GREP = @GREP@
ID = @ID@
MKDIR = @MKDIR@
PERL = @PERL_PATH@
RM = @RM@
TAR = @TAR@
prefix=@prefix@
exec_prefix=@exec_prefix@
sbindir=@sbindir@
datarootdir=@datarootdir@
sysconfdir=@sysconfdir@
localstatedir=@localstatedir@
mandir=@mandir@
docdir=@prefix@/docs
web_root=@WEB_ROOT@
srcdir=@srcdir@
top_srcdir=@top_srcdir@
VPATH=@srcdir@
top_builddir = .
HTTPD_USER = @HTTPD_USER@
HTTPD_GROUP = @HTTPD_GROUP@
DOCS = COPYING HISTORY README copyright docs/schema/dhcp.schema
HTML_DOCS = devel manual
LIST1 = graphics help index.html lib locale style templates VERSION pwa_worker.js
LIST2 = sess tmp tmp/internal
LIST3 = config
RAR = run-as-root.sh
all:
install: install-lam install-htdocs
install-lam:
@HERE=`pwd` ; \
[ -d $(DESTDIR)$(prefix) ] || \
$(MKDIR) -p $(DESTDIR)$(prefix) || exit 1 ; \
[ -d $(DESTDIR)$(web_root) ] || \
$(MKDIR) -p $(DESTDIR)$(web_root) || exit 1 ; \
[ -d $(DESTDIR)$(localstatedir) ] || \
$(MKDIR) -p $(DESTDIR)$(localstatedir) || exit 1 ; \
[ -d $(DESTDIR)$(sysconfdir) ] || \
$(MKDIR) -p $(DESTDIR)$(sysconfdir) || exit 1 ; \
cd $(DESTDIR)$(web_root) || exit 1 ; \
for i in $(LIST2) ; do \
[ -d $(DESTDIR)$(localstatedir)/$${i} ] || \
$(MKDIR) -p $(DESTDIR)$(localstatedir)/$${i} || exit 1 ; \
$(CHMOD) 750 $(DESTDIR)$(localstatedir)/$${i} ; \
[ -d $${i} ] || \
$(LN_S) $(localstatedir)/$${i} $${i} ; \
(cd $(srcdir) ; $(COPY) $${i}/.htaccess \
$(DESTDIR)$(localstatedir)/$${i}) ; \
done ; \
LIST4="`(cd $(srcdir)/$(LIST3) ; ls -d *)`" ; \
(cd $(srcdir)/$(LIST3) ; $(TAR) cf - .) | \
(cd $(DESTDIR)$(sysconfdir) ; $(TAR) xf -) ; \
[ -e ${LIST3} ] || $(LN_S) $(sysconfdir) ${LIST3} ; \
(cd $(srcdir) ; $(TAR) cf - $(LIST1)) | $(TAR) xf - ; \
[ -d $(DESTDIR)$(prefix)/docs ] || \
$(MKDIR) -p $(DESTDIR)$(prefix)/docs || exit 1 ; \
(cd $(srcdir) ; $(COPY) $(DOCS) $(DESTDIR)$(prefix)/docs) ; \
$(PERL) -pi -e "s~/usr/bin/perl~$(PERL)~" \
$(DESTDIR)$(web_root)/lib/lamdaemon.pl ; \
cd $${HERE} ; \
if [ `$(ID) -u` = 0 ] ; then \
$(MAKE) DESTDIR=$(DESTDIR) do-chown ; \
else \
$(MAKE) DESTDIR=$(DESTDIR) echo-chown ; \
fi ; \
echo "" ; \
echo "LAM installed in $(DESTDIR)$(prefix)"
do-chown:
@for i in $(LIST2) ; do \
$(CHOWN) $(HTTPD_USER):$(HTTPD_GROUP) $(DESTDIR)$(localstatedir)/$${i} ; \
done ; \
LIST4="`(cd $(srcdir)/$(LIST3) ; ls -d *)`" ; \
for i in $${LIST4} ; do \
$(CHOWN) -R $(HTTPD_USER):$(HTTPD_GROUP) $(DESTDIR)$(sysconfdir)/$${i} ; \
done
$(CHOWN) $(HTTPD_USER):$(HTTPD_GROUP) $(DESTDIR)$(sysconfdir)
echo-chown:
@$(RM) -f $(RAR) ; \
for i in $(LIST2) ; do \
echo "$(CHOWN) $(HTTPD_USER):$(HTTPD_GROUP) $(DESTDIR)$(localstatedir)/$${i}" \
>> $(RAR) ; \
done ; \
LIST4="`(cd $(srcdir)/$(LIST3) ; ls -d *)`" ; \
for i in $${LIST4} ; do \
echo "$(CHOWN) -R $(HTTPD_USER):$(HTTPD_GROUP) $(DESTDIR)$(sysconfdir)/$${i}" \
>> $(RAR) ; \
done ; \
echo $(CHOWN) $(HTTPD_USER):$(HTTPD_GROUP) $(DESTDIR)$(sysconfdir)
echo "Switch user to root and run $(RAR)"
install-htdocs:
@[ -d $(DESTDIR)$(docdir) ] || \
$(MKDIR) -p $(DESTDIR)$(docdir) || exit 1 ; \
(cd $(srcdir)/docs ; $(TAR) cf - $(HTML_DOCS)) | \
(cd $(DESTDIR)$(docdir) ; $(TAR) xf -) ; \
echo "Documentation installed in $(docdir)" ; \
echo ""
clean:
$(RM) -f $(RAR)
distclean: clean
$(RM) -f Makefile config.log config.status

View File

@ -1,139 +0,0 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
#
# Tim Rice <tim@multitalents.net>
#
# $Id$
#
# Copyright (c) 2005, 2006, 2010 Tim Rice
#
# 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.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
#
#The complete license can be found in the file COPYING.
AC_PREREQ(2.53)
AC_INIT(ldap-account-manager, @@VERSION@@, lam-public@lists.sourceforge.net)
AC_CONFIG_SRCDIR(README)
AC_PREFIX_DEFAULT(/usr/local/lam)
# work around those that want to build in srcdir
if test x$srcdir = "x." ; then
srcdir=`pwd`
fi
# Does make set variable $(MAKE)
AC_PROG_MAKE_SET
# Checks for programs.
AC_PROG_LN_S
AC_PROG_INSTALL
AC_PATH_PROG(CHMOD, chmod)
AC_PATH_PROG(CHOWN, chown)
AC_PATH_PROG(GREP, grep)
AC_PATH_PROG(ID, id)
AC_PATH_PROG(MKDIR, mkdir)
AC_PATH_PROG(RM, rm)
AC_PATH_PROG(TAR, tar)
# Find a sutable copy command
AC_PATH_PROG(COPY, copy)
AC_PATH_PROG(CP, cp)
if test x$COPY = x ; then
touch conf-cp-tst
$CP --preserve=timestamps conf-cp-tst conf-cp-tst2 2>/dev/null
if test -f conf-cp-tst2 ; then
COPY_PROG="$CP --preserve=timestamps"
rm conf-cp-tst2
fi
rm conf-cp-tst
else
COPY_PROG="$COPY -m"
fi
AC_SUBST(COPY_PROG)
HTTPD_USER=httpd
AC_ARG_WITH(httpd-user,
[ --with-httpd-user=user Specify the user your http daemon runs as.
default is http ],
[
if test -n "$withval" && test "x$withval" != "xno" && \
test "x${withval}" != "xyes"; then
HTTPD_USER=$withval
fi
]
)
AC_SUBST(HTTPD_USER)
HTTPD_GROUP=httpd
AC_ARG_WITH(httpd-group,
[ --with-httpd-group=group Specify the group your http daemon runs as.
default is http ],
[
if test -n "$withval" && test "x$withval" != "xno" && \
test "x${withval}" != "xyes"; then
HTTPD_GROUP=$withval
fi
]
)
AC_SUBST(HTTPD_GROUP)
if test ${prefix} = NONE; then
WEB_ROOT=${ac_default_prefix}
else
WEB_ROOT=${prefix}
fi
AC_ARG_WITH(web-root,
[ --with-web-root=PATH Specify where the LAM files that the web server
uses should be installed.
default is ${prefix} ],
[
if test -n "$withval" && test "x$withval" != "xno" && \
test "x${withval}" != "xyes"; then
WEB_ROOT=$withval
fi
]
)
AC_SUBST(WEB_ROOT)
AC_ARG_WITH(perl,
[ --with-perl=PATH Specify path to perl program ],
[
if test -n "$withval" && test "x$withval" != "xno" && \
test "x${withval}" != "xyes"; then
perl_path=$withval
fi
],
[
# We search these paths before $PATH to find a more up-to-date/capable
# version of perl than the system installed one.
TestPath="/opt/bin"
TestPath="${TestPath}${PATH_SEPARATOR}/opt/sfw/bin"
TestPath="${TestPath}${PATH_SEPARATOR}/usr/local/bin"
TestPath="${TestPath}${PATH_SEPARATOR}$PATH"
AC_PATH_PROGS(perl_path, perl5 perl, , $TestPath)
]
)
if test -z "$perl_path" ; then
PERL_PATH="/usr/bin/perl"
AC_MSG_WARN([*** lamdaemon.pl requires perl ***])
else
PERL_PATH=$perl_path
fi
AC_SUBST(PERL_PATH)
AC_CONFIG_FILES([Makefile])
AC_OUTPUT

View File

@ -1,236 +0,0 @@
#!/bin/bash
#
# Builds LDAP Account Manager packages.
if [ $# -lt 1 ]
then
echo -e "Usage: buildPackage <tag>, buildPackage develop, buildPackage -b branch"
exit
fi
set -e
cd /daten/projekte/lam/pakete
if [ "$1" = "develop" ]
then
export REPO_BRANCH="develop"
elif [ "$1" = "-b" ]
then
export REPO_BRANCH="$2"
else
export REPO_BRANCH="$1"
fi
# minifies the JavaScript files
function minify {
local dir="$1"
echo "Minify JS files in $dir"
local outFile=$dir/100_lam.${VERSION}.min.js
local files=`ls $dir/*.js`
local jsFiles=""
for file in $files; do
jsFiles="$jsFiles $file"
done
uglifyjs -o $outFile $jsFiles
rm $files
# add final new line to supress Debian warnings
echo "" >> $outFile
}
# minifies the CSS files
function minifyCSS {
local dir="$1"
echo "Minify CSS files in $dir"
local outFile=$dir/100_lam.${VERSION}.min.css
local files=`ls $dir/*.css`
cat $files | cleancss --skip-rebase -o $outFile
rm $files
# add final new line to supress Debian warnings
echo "" >> $outFile
}
echo "Getting files..."
git clone --depth 1 -b $REPO_BRANCH --single-branch git@github.com:LDAPAccountManager/lam.git github
cd github
mv lam ../
mv lam-packaging ../
cd ..
rm -rf github
git clone --depth 1 -b $REPO_BRANCH --single-branch git@gitlab.com:LDAPAccountManager/lamPro.git lamPro
cd lamPro
rm -rf .git
rm -rf docker
cd ..
cp lam-packaging/getVersion ./
export VERSION=`./getVersion`
# remove files which are not in the final release
rm -r lam/po
rm -r lam/tests
rm -f lam/lib/3rdParty/tcpdf/fonts/*.ttf
rm -r lam/templates/lib/extra/ckeditor/plugins/*/dev
find . -name .svnignore -exec rm {} \;
find . -name .gitignore -exec rm {} \;
mv lam ldap-account-manager-$VERSION
# create LAM manual
cd ldap-account-manager-$VERSION/docs/manual-sources
./make.sh
cd ../../..
rm -r ldap-account-manager-$VERSION/docs/manual-sources
# create LAM Pro build directory
mkdir LAMPro
cp -a ldap-account-manager-$VERSION LAMPro/ldap-account-manager-$VERSION
cp -a lamPro/* LAMPro/ldap-account-manager-$VERSION
rm -r lamPro
# create Debian build dirs
mkdir Debian
mkdir LAMPro/Debian
rm ldap-account-manager-$VERSION/phpdoc.sh
rm LAMPro/ldap-account-manager-$VERSION/phpdoc.sh
# tar.bz2
cp lam-packaging/autoconf/configure.ac ldap-account-manager-$VERSION/
cp lam-packaging/autoconf/Makefile.in ldap-account-manager-$VERSION/
cd ldap-account-manager-$VERSION
touch install.sh
perl -pi -e "s/\\@\\@VERSION\\@\\@/$VERSION/g" configure.ac
autoconf
rm -r autom4te.cache
cd ..
# Debian gets orig.tar.bz2 with original JS files
tar cfj ldap-account-manager-$VERSION.tar.bz2 --owner=root --group=root --mtime=now ldap-account-manager-$VERSION
mv ldap-account-manager-$VERSION.tar.bz2 Debian/ldap-account-manager_$VERSION.orig.tar.bz2
cp -ar ldap-account-manager-$VERSION Debian/
# build other packages with minified JS files
minify ldap-account-manager-$VERSION/templates/lib
minifyCSS ldap-account-manager-$VERSION/style
tar cfj ldap-account-manager-$VERSION.tar.bz2 --owner=root --group=root --mtime=now ldap-account-manager-$VERSION
rm -r ldap-account-manager-$VERSION
# tar.bz2 of LAM Pro
cd LAMPro
cp ../lam-packaging/autoconf/configure.ac ldap-account-manager-$VERSION/
cp ../lam-packaging/autoconf/Makefile.in ldap-account-manager-$VERSION/
cd ldap-account-manager-$VERSION
touch install.sh
perl -pi -e "s/\\@\\@VERSION\\@\\@/$VERSION/g" configure.ac
autoconf
rm -r autom4te.cache
cd ..
# Debian gets orig.tar.bz2 with original JS files
tar cfj ldap-account-manager-$VERSION.tar.bz2 --owner=root --group=root --mtime=now ldap-account-manager-$VERSION
mv ldap-account-manager-$VERSION.tar.bz2 Debian/ldap-account-manager_$VERSION.orig.tar.bz2
cp -ar ldap-account-manager-$VERSION Debian/
# build other packages with minified JS files
minify ldap-account-manager-$VERSION/templates/lib
minifyCSS ldap-account-manager-$VERSION/style
tar cfj ldap-account-manager-$VERSION.tar.bz2 --owner=root --group=root --mtime=now ldap-account-manager-$VERSION
rm -r ldap-account-manager-$VERSION
cd ..
# Debian
cp -r lam-packaging/debian Debian/ldap-account-manager-$VERSION/
cp -ar Debian Debian-Upload
cd Debian/ldap-account-manager-$VERSION
debuild -k478730308FBD512ADF09D38E7F3D136B2BCD7990
cd ..
rm -r ldap-account-manager-$VERSION
cd ..
cd Debian-Upload/ldap-account-manager-$VERSION
debuild -S -k478730308FBD512ADF09D38E7F3D136B2BCD7990
cd ..
rm -r ldap-account-manager-$VERSION
cd ..
# Debian for LAM Pro
cd LAMPro
cp -r ../lam-packaging/debian Debian/ldap-account-manager-$VERSION/
cd Debian/ldap-account-manager-$VERSION
debuild -k478730308FBD512ADF09D38E7F3D136B2BCD7990
cd ..
rm -r ldap-account-manager-$VERSION
cd ..
cd ..
# RPM
perl -pi -e "s/\\@\\@VERSION\\@\\@/$VERSION/g" lam-packaging/RPM/ldap-account-manager.spec
cp lam-packaging/RPM/ldap-account-manager.spec lam-packaging/RPM/ldap-account-manager-fedora.spec
perl -pi -e "s/\\@\\@DISTRIBUTION\\@\\@/fedora/g" lam-packaging/RPM/ldap-account-manager-fedora.spec
perl -pi -e "s/\\@\\@USER\\@\\@/apache/g" lam-packaging/RPM/ldap-account-manager-fedora.spec
perl -pi -e "s/\\@\\@GROUP\\@\\@/apache/g" lam-packaging/RPM/ldap-account-manager-fedora.spec
perl -pi -e "s/\\@\\@HTTP_CONF_DIR\\@\\@/\\/etc\\/httpd\\/conf.d/g" lam-packaging/RPM/ldap-account-manager-fedora.spec
cp lam-packaging/RPM/ldap-account-manager.spec lam-packaging/RPM/ldap-account-manager-suse.spec
perl -pi -e "s/\\@\\@DISTRIBUTION\\@\\@/suse/g" lam-packaging/RPM/ldap-account-manager-suse.spec
perl -pi -e "s/\\@\\@USER\\@\\@/wwwrun/g" lam-packaging/RPM/ldap-account-manager-suse.spec
perl -pi -e "s/\\@\\@GROUP\\@\\@/www/g" lam-packaging/RPM/ldap-account-manager-suse.spec
perl -pi -e "s/\\@\\@HTTP_CONF_DIR\\@\\@/\\/etc\\/apache2\\/conf.d/g" lam-packaging/RPM/ldap-account-manager-suse.spec
mkdir RPM
mkdir LAMPro/RPM
# Fedora RPM
cp ldap-account-manager-$VERSION.tar.bz2 ~/rpmbuild/SOURCES
cp lam-packaging/RPM/lam.apache.conf ~/rpmbuild/SOURCES
cp lam-packaging/RPM/lam.nginx.conf ~/rpmbuild/SOURCES
rpmbuild --clean --rmsource -bb lam-packaging/RPM/ldap-account-manager-fedora.spec
mv ~/rpmbuild/RPMS/noarch/ldap-account-manager*-$VERSION-*1.noarch.rpm RPM/
# Fedora RPM for LAM Pro
cd LAMPro
cp ldap-account-manager-$VERSION.tar.bz2 ~/rpmbuild/SOURCES/ldap-account-manager-$VERSION.tar.bz2
cp ../lam-packaging/RPM/lam.apache.conf ~/rpmbuild/SOURCES
cp ../lam-packaging/RPM/lam.nginx.conf ~/rpmbuild/SOURCES
rpmbuild --clean --rmsource -bb ../lam-packaging/RPM/ldap-account-manager-fedora.spec
mv ~/rpmbuild/RPMS/noarch/ldap-account-manager*-$VERSION-*1.noarch.rpm RPM/
cd ..
# Suse RPM
cp ldap-account-manager-$VERSION.tar.bz2 ~/rpmbuild/SOURCES
cp lam-packaging/RPM/lam.apache.conf ~/rpmbuild/SOURCES
cp lam-packaging/RPM/lam.nginx.conf ~/rpmbuild/SOURCES
rpmbuild --clean --rmsource -bb lam-packaging/RPM/ldap-account-manager-suse.spec
mv ~/rpmbuild/RPMS/noarch/ldap-account-manager*-$VERSION-*1.noarch.rpm RPM/
# Suse RPM for LAM Pro
cd LAMPro
cp ldap-account-manager-$VERSION.tar.bz2 ~/rpmbuild/SOURCES/ldap-account-manager-$VERSION.tar.bz2
cp ../lam-packaging/RPM/lam.apache.conf ~/rpmbuild/SOURCES
cp ../lam-packaging/RPM/lam.nginx.conf ~/rpmbuild/SOURCES
rpmbuild --clean --rmsource -bb ../lam-packaging/RPM/ldap-account-manager-suse.spec
mv ~/rpmbuild/RPMS/noarch/ldap-account-manager*-$VERSION-*1.noarch.rpm RPM/
cd ..
rpmsign --addsign RPM/*.rpm LAMPro/RPM/*.rpm
# generate checksum files
sha256sum *.tar.bz2 >> checksums.txt
cd RPM
sha256sum *.rpm >> ../checksums.txt
cd ../Debian
sha256sum *.deb >> ../checksums.txt
cd ..
# generate checksum files for LAM Pro
cd LAMPro
sha256sum *.tar.bz2 >> checksums.txt
cd RPM
sha256sum *.rpm >> ../checksums.txt
cd ../Debian
sha256sum *.deb >> ../checksums.txt
cd ../..
# clean up
rm -r lam-packaging
rm getVersion
rm -f *.log

View File

@ -1,15 +0,0 @@
This package installs the lamdaemon scripts on the server where
home directories and/or quotas are managed.
The scripts are called by the main LDAP Account Manager installation
via SSH.
You will have to setup sudo for these scripts. Please see the
documentation in package ldap-account-manager for this topic.
Example sudo entry:
someuser ALL= NOPASSWD: /usr/share/ldap-account-manager/lib/lamdaemon.pl *

View File

@ -1,23 +0,0 @@
Access to the webfrontend:
- If you configured Apache at installation you can
access LDAP Account Manager via
http://localhost/lam or https://host.domain/lam.
- Otherwise you will have to setup your webserver
to load /usr/share/ldap-account-manager/index.html
which is the start file.
Configuration:
All settings can be edited via the webfrontend. Please
point your browser to the LAM start page and then select
"LAM configuration".
The default password for the configuration is "lam".
Lamdaemon:
If you want to use the lamdaemon you need to install the
package ldap-account-manager-lamdaemon on the target machine.

View File

@ -1,804 +0,0 @@
ldap-account-manager (7.3.RC1-1) unstable; urgency=medium
* new upstream release
-- Roland Gruber <post@rolandgruber.de> Mon, 10 Aug 2020 19:25:33 +0200
ldap-account-manager (7.2-1) unstable; urgency=medium
* new upstream release
-- Roland Gruber <post@rolandgruber.de> Fri, 01 May 2020 08:04:56 +0200
ldap-account-manager (7.1-1) unstable; urgency=medium
* new upstream release
-- Roland Gruber <post@rolandgruber.de> Mon, 16 Mar 2020 21:24:23 +0100
ldap-account-manager (7.0-1) unstable; urgency=medium
* new upstream release
-- Roland Gruber <post@rolandgruber.de> Sat, 21 Dec 2019 19:53:45 +0100
ldap-account-manager (6.9-1) unstable; urgency=medium
* new upstream release
-- Roland Gruber <post@rolandgruber.de> Sun, 29 Sep 2019 09:12:37 +0200
ldap-account-manager (6.8-1) unstable; urgency=medium
* new upstream release
-- Roland Gruber <post@rolandgruber.de> Tue, 02 Jul 2019 12:26:45 +0200
ldap-account-manager (6.7-1) unstable; urgency=medium
* new upstream release
* Fix "Depends on tcpdf which is considered unfit for buster" removed
dependency and embedded required parts (Closes: #923736)
-- Roland Gruber <post@rolandgruber.de> Mon, 25 Mar 2019 17:21:36 +0100
ldap-account-manager (6.6-1) unstable; urgency=medium
* new upstream release
-- Roland Gruber <post@rolandgruber.de> Fri, 28 Dec 2018 11:08:14 +0100
ldap-account-manager (6.5-1) unstable; urgency=medium
* new upstream release
* Fix "Embedded code copies" by adding dependency to phpseclib
(phpLDAPadmin code is customized and cannot be reused)
(Closes: #781419)
-- Roland Gruber <post@rolandgruber.de> Tue, 25 Sep 2018 17:37:41 +0200
ldap-account-manager (6.4-1) unstable; urgency=medium
* new upstream release
-- Roland Gruber <post@rolandgruber.de> Wed, 20 Jun 2018 09:21:48 +0200
ldap-account-manager (6.3-1) unstable; urgency=medium
* new upstream release
-- Roland Gruber <post@rolandgruber.de> Mon, 19 Mar 2018 16:25:31 +0200
ldap-account-manager (6.2.1-1) unstable; urgency=medium
* new upstream release
-- Roland Gruber <post@rolandgruber.de> Sun, 04 Feb 2018 17:43:51 +0100
ldap-account-manager (6.2-1) unstable; urgency=medium
* new upstream release
* LP: #1673595 PHP 7 support
-- Roland Gruber <post@rolandgruber.de> Wed, 13 Dec 2017 08:02:05 +0200
ldap-account-manager (6.1-1) unstable; urgency=medium
* new upstream release
-- Roland Gruber <post@rolandgruber.de> Tue, 19 Sep 2017 18:24:35 +0200
ldap-account-manager (6.0.1-1) unstable; urgency=medium
* new upstream release
-- Roland Gruber <post@rolandgruber.de> Wed, 19 Jul 2017 20:50:22 +0200
ldap-account-manager (6.0-1) unstable; urgency=medium
* new upstream release
-- Roland Gruber <post@rolandgruber.de> Mon, 26 Jun 2017 18:27:21 +0200
ldap-account-manager (5.7-1) unstable; urgency=medium
* new upstream release
* LP: #1632193 fixed PHP 7 issue
* LP: #1628937 reload only done when apache is active
* Fix "php-xml and php-zip should be dependencies to run ldap-account-
manager" by updating dependencies (Closes: #858232)
-- Roland Gruber <post@rolandgruber.de> Tue, 14 Mar 2017 17:47:23 +0100
ldap-account-manager (5.6-1) unstable; urgency=medium
* new upstream release
-- Roland Gruber <post@rolandgruber.de> Sun, 18 Dec 2016 18:23:35 +0200
ldap-account-manager (5.5-1) unstable; urgency=medium
* new upstream release
-- Roland Gruber <post@rolandgruber.de> Sat, 10 Sep 2016 14:23:35 +0200
ldap-account-manager (5.4-1) unstable; urgency=medium
* Fix "Fragile postinst script" added more checks
(Closes: #819474)
* new upstream release
-- Roland Gruber <post@rolandgruber.de> Tue, 21 Jun 2016 17:38:42 +0200
ldap-account-manager (5.3-2) unstable; urgency=medium
* use patched fpdf from upstream (PHP 7 compatible)
-- Roland Gruber <post@rolandgruber.de> Tue, 10 May 2016 19:23:42 +0200
ldap-account-manager (5.3-1) unstable; urgency=medium
* new upstream release
-- Roland Gruber <post@rolandgruber.de> Mon, 21 Mar 2016 18:43:25 +0100
ldap-account-manager (5.2-2) unstable; urgency=medium
* Fix "ldap-account-manager depends on php5-imagick which is no longer
built" by changing dependencies (Closes: #816041)
-- Roland Gruber <post@rolandgruber.de> Sun, 06 Mar 2016 09:31:23 +0100
ldap-account-manager (5.2-1) unstable; urgency=low
* new upstream release
-- Roland Gruber <post@rolandgruber.de> Tue, 15 Dec 2015 17:44:15 +0100
ldap-account-manager (5.1-1) unstable; urgency=low
* new upstream release
-- Roland Gruber <post@rolandgruber.de> Mon, 31 Aug 2015 16:43:38 +0200
ldap-account-manager (5.0-1) unstable; urgency=low
* new upstream release
-- Roland Gruber <post@rolandgruber.de> Mon, 29 Jun 2015 18:00:31 +0200
ldap-account-manager (4.9-1) unstable; urgency=low
* new upstream release
-- Roland Gruber <post@rolandgruber.de> Tue, 31 Mar 2015 18:56:30 +0100
ldap-account-manager (4.8-1) unstable; urgency=low
* new upstream release
-- Roland Gruber <post@rolandgruber.de> Mon, 15 Dec 2014 19:38:05 +0100
ldap-account-manager (4.7.1-1) unstable; urgency=low
* new upstream release
-- Roland Gruber <post@rolandgruber.de> Sun, 05 Oct 2014 19:34:32 +0200
ldap-account-manager (4.7-1) unstable; urgency=low
* new upstream release
* Fix "symlinks to apache.conf cause dpkg to leave package
uninstalled": changed directory test code (Closes: #758070)
-- Roland Gruber <post@rolandgruber.de> Sun, 28 Sep 2014 09:24:00 +0200
ldap-account-manager (4.6-1) unstable; urgency=low
* new upstream release
-- Roland Gruber <post@rolandgruber.de> Thu, 12 Jun 2014 17:51:20 +0200
ldap-account-manager (4.5-1) unstable; urgency=low
* new upstream release
* Fix "[src:ldap-account-manager] Sourceless file" by minifying JS
files during build (Closes: #736737)
-- Roland Gruber <post@rolandgruber.de> Mon, 17 Mar 2014 19:50:45 +0100
ldap-account-manager (4.4-1) unstable; urgency=low
* Fix "Pre-Authentication Cross-Site-Scripting in current_language
parameter" by updating templates/login.php (Closes: #726976)
* new upstream release
-- Roland Gruber <post@rolandgruber.de> Wed, 18 Dec 2013 17:47:35 +0200
ldap-account-manager (4.3-1) unstable; urgency=low
* new upstream release
-- Roland Gruber <post@rolandgruber.de> Mon, 16 Sep 2013 19:00:04 +0200
ldap-account-manager (4.2.1-2) unstable; urgency=low
* Apache 2.4 support
* Fix "transition towards Apache 2.4"
support conf-enabled (Closes: #669824)
* Fix "[ldap-account-manager] Can't install ldap-account-manager"
support conf-enabled (Closes: #711778)
-- Roland Gruber <post@rolandgruber.de> Sun, 21 Jul 2013 11:15:58 +0200
ldap-account-manager (4.2.1-1) unstable; urgency=low
* new upstream release
-- Roland Gruber <post@rolandgruber.de> Mon, 17 Jun 2013 20:51:20 +0200
ldap-account-manager (4.2-1) unstable; urgency=low
* new upstream release
-- Roland Gruber <post@rolandgruber.de> Tue, 04 Jun 2013 18:02:12 +0200
ldap-account-manager (4.1-1) unstable; urgency=low
* new upstream release
-- Roland Gruber <post@rolandgruber.de> Mon, 18 Mar 2013 19:34:52 +0100
ldap-account-manager (4.0.1-1) unstable; urgency=low
* new upstream release
-- Roland Gruber <post@rolandgruber.de> Sat, 05 Jan 2013 16:20:28 +0100
ldap-account-manager (4.0-1) unstable; urgency=low
* new upstream release
-- Roland Gruber <post@rolandgruber.de> Mon, 17 Dec 2012 19:41:29 +0100
ldap-account-manager (3.9-1) unstable; urgency=low
* new upstream release
-- Roland Gruber <post@rolandgruber.de> Mon, 24 Sep 2012 19:15:30 +0200
ldap-account-manager (3.8-1) unstable; urgency=low
* new upstream release
-- Roland Gruber <post@rolandgruber.de> Sun, 15 Jul 2012 18:32:28 +0200
ldap-account-manager (3.7-2) unstable; urgency=low
* Fix "[INTL:pl] Polish debconf translation" (Closes: #667086)
-- Roland Gruber <post@rolandgruber.de> Sun, 10 Jun 2012 14:17:33 +0200
ldap-account-manager (3.7.1-1) unstable; urgency=low
* new upstream release
* Fix "[INTL:pl] Polish debconf translation" (Closes: #667086)
-- Roland Gruber <post@rolandgruber.de> Wed, 18 Apr 2012 19:41:19 +0200
ldap-account-manager (3.7-1) unstable; urgency=low
* new upstream release
* Fix "[INTL:nl] Dutch translation of debconf templates" (Closes: #658463)
* Fix "[INTL:da] Danish translation of the debconf templates ldap-
account-manager" (Closes: #661950)
-- Roland Gruber <post@rolandgruber.de> Sun, 25 Mar 2012 11:00:20 +0200
ldap-account-manager (3.6-2) unstable; urgency=high
* Fix "Multiple vulnerabilities"
Replace special characters in HTML output. (Closes: #661904)
-- Roland Gruber <post@rolandgruber.de> Sat, 03 Mar 2012 21:41:05 +0100
ldap-account-manager (3.6.1-1) unstable; urgency=low
* new upstream release
-- Roland Gruber <post@rolandgruber.de> Fri, 25 Nov 2011 16:24:37 +0100
ldap-account-manager (3.6-1) unstable; urgency=low
* new upstream release
-- Roland Gruber <post@rolandgruber.de> Sat, 19 Nov 2011 10:05:48 +0100
ldap-account-manager (3.5.0-1) unstable; urgency=low
* new upstream release
* updated to Debian policy 3.9.2
* reincluded JQuery libs into package because LAM is very version specific
-- Roland Gruber <post@rolandgruber.de> Mon, 08 Aug 2011 17:49:29 +0200
ldap-account-manager (3.4.0-1) unstable; urgency=low
* new upstream release
-- Roland Gruber <post@rolandgruber.de> Mon, 25 Apr 2011 15:57:08 +0200
ldap-account-manager (3.3.0-1) unstable; urgency=low
* new upstream release
-- Roland Gruber <post@rolandgruber.de> Sat, 12 Feb 2011 13:37:32 +0100
ldap-account-manager (3.2.0-1) unstable; urgency=low
* new upstream release
* updated to Debian policy 3.9.1
* Fix "Package unremovable"
Removed "set -e" for debconf calls (Closes: #601706)
-- Roland Gruber <post@rolandgruber.de> Thu, 28 Oct 2010 20:15:13 +0200
ldap-account-manager (3.1.1-1) unstable; urgency=low
* fixed LAM Pro self service
* updated to Debian policy 3.9.0
-- Roland Gruber <post@rolandgruber.de> Sat, 03 Jul 2010 15:26:15 +0200
ldap-account-manager (3.1.0-2) testing-proposed-updates; urgency=high
* updated to Debian policy 3.9.1
* Backported fix to be compatible with php-fpdf again from 3.2.0-1
* Backported some fixes in postinst/rules from 3.2.0-1
* Fix "Package unremovable"
Removed "set -e" for debconf calls (Closes: #601706)
-- Roland Gruber <post@rolandgruber.de> Sun, 21 Nov 2010 12:44:12 +0100
ldap-account-manager (3.1.0-1) unstable; urgency=low
* new upstream release
* Switch to dpkg-source 3.0 (quilt) format
-- Roland Gruber <post@rolandgruber.de> Fri, 25 Jun 2010 16:52:41 +0200
ldap-account-manager (3.0.0-2) unstable; urgency=low
* Fix "prompting due to modified conffiles which where not modified by
the user" Removed question about configuration password.
(Closes: #582020)
-- Roland Gruber <post@rolandgruber.de> Thu, 03 Jun 2010 10:47:22 +0200
ldap-account-manager (3.0.0-1) unstable; urgency=low
* new upstream release
-- Roland Gruber <post@rolandgruber.de> Sun, 21 Mar 2010 18:32:14 +0100
ldap-account-manager (2.9.0-1) unstable; urgency=low
* new upstream release
-- Roland Gruber <post@rolandgruber.de> Wed, 16 Dec 2009 19:26:14 +0100
ldap-account-manager (2.8.0-1) unstable; urgency=low
* new upstream release
* Fix "[INTL:fr] French debconf templates translation update"
updated translation (Closes: #540505)
* Fix "[INTL:ru] Russian debconf templates translation"
added translation (Closes: #543182)
* Fix "[INTL:ja] Update po-debconf template translation (ja.po)"
added translation (Closes: #545404)
* Fix "[INTL:vi] Vietnamese debconf templates translation update"
added translation (Closes: #548018)
-- Roland Gruber <post@rolandgruber.de> Fri, 27 Oct 2009 19:29:37 +0100
ldap-account-manager (2.7.0-1) unstable; urgency=low
* new upstream release
* Fix "[INTL:sv] Swedish strings for ldap-account-manager debconf"
updated translation (Closes: #539208)
* Fix "[l10n] Updated Czech translation of ldap-account-manager
debconf messages"
updated translation (Closes: #539437)
* Fix "[INTL:it] Italian debconf templates translation"
updated translation (Closes: #539501)
* Fix "[INTL:es] Spanish debconf template translation for ldap-
account-manager"
updated translation (Closes: #539645)
-- Roland Gruber <post@rolandgruber.de> Sun, 02 Aug 2009 19:06:04 +0200
ldap-account-manager (2.6.0-1) unstable; urgency=low
* new upstream release
-- Roland Gruber <post@rolandgruber.de> Sat, 4 Apr 2009 19:38:50 +0100
ldap-account-manager (2.5.0-1) unstable; urgency=low
* new upstream release
* [INTL:ja] Update po-debconf template translation (ja.po) (Closes:
#510706)
* [INTL:es] Spanish debconf template translation for ldap-account-
manager (Closes: #511917)
-- Roland Gruber <post@rolandgruber.de> Thu, 15 Jan 2009 20:06:43 +0100
ldap-account-manager (2.4.0-1) unstable; urgency=low
* new upstream release
-- Roland Gruber <post@rolandgruber.de> Sun, 13 Oct 2008 19:47:20 +0200
ldap-account-manager (2.3.0-1) unstable; urgency=low
* Installation fails if php4 is not installed (Closes: #471953)
* password quality checking (Closes: #462336)
-- Roland Gruber <post@rolandgruber.de> Tue, 28 Apr 2008 16:44:55 +0200
ldap-account-manager (2.2.0-2) unstable; urgency=low
* overwrites config files on upgrade (Closes: #462192)
-- Roland Gruber <post@rolandgruber.de> Sat, 16 Feb 2008 12:31:38 +0100
ldap-account-manager (2.2.0-1) unstable; urgency=low
* new upstream release
-- Roland Gruber <post@rolandgruber.de> Sun, 20 Jan 2008 18:44:10 +0100
ldap-account-manager (2.1.0-1) unstable; urgency=low
* new upstream release
* debian/watch fails to report upstream version (Closes:
#450281)
-- Roland Gruber <post@rolandgruber.de> Wed, 07 Nov 2007 18:48:59 +0100
ldap-account-manager (2.0.0-1) unstable; urgency=low
* New upstream release
* LAM no longer supports PHP4
* ldap-account-manager has wrong dependencies on php5 (Closes:
#427551)
-- Roland Gruber <post@rolandgruber.de> Mon, 6 Aug 2007 15:21:24 +0200
ldap-account-manager (1.3.0-2) unstable; urgency=low
* depends on non-essential package debconf in postrm (Closes: #416886)
* [INTL:nl] Dutch po-debconf translation (Closes: #421409)
* [INTL:it] Italian debconf templates translation (Closes: #422914)
-- Roland Gruber <post@rolandgruber.de> Sun, 24 Jun 2007 11:58:00 +0200
ldap-account-manager (1.3.0-1) unstable; urgency=low
* New upstream release
* quoting of user description field broken (Closes: #415379)
* [INTL:pt] Portuguese translation for debconf messages (Closes:
#414374)
-- Roland Gruber <post@rolandgruber.de> Sun, 26 Mar 2007 20:30:52 +0100
ldap-account-manager (1.2.0-1) unstable; urgency=low
* New upstream release (1.2.0)
-- Roland Gruber <post@rolandgruber.de> Sun, 14 Jan 2007 19:05:33 +0100
ldap-account-manager (1.1.1-2) testing; urgency=high
* security fix
* quoting of user description field broken (Closes: #415379)
-- Roland Gruber <post@rolandgruber.de> Wed, 21 Mar 2007 14:11:42 +0100
ldap-account-manager (1.1.1-1) unstable; urgency=medium
* new upstream release
* [l10n] Updated Czech translation of ldap-account-manager debconf
mesages (Closes: #389624)
* urgency set to medium to get 1.1.1 into Etch
-- Roland Gruber <post@rolandgruber.de> Sun, 22 Oct 2006 20:30:19 +0200
ldap-account-manager (1.1.0-1) unstable; urgency=low
* New upstream release (1.1.0)
-- Roland Gruber <post@rolandgruber.de> Sat, 9 Sep 2006 13:50:43 +0200
ldap-account-manager (1.0.4-1) unstable; urgency=low
* Updated to new upstream release.
-- Roland Gruber <post@rolandgruber.de> Sun, 30 Jul 2006 14:36:16 +0200
ldap-account-manager (1.0.3-1) unstable; urgency=high
* Updated to new upstream release.
* Account expiration date wierdness (Closes: #368806)
* Incorrect display of password encryption (Closes: #368805)
* [intl:fr] ldap-account-manager debconf templates translation
(Closes: #373181)
* Invalid/Lock password auto reverts (Closes: #375453)
* Invalid/Lock password options conflict (Closes: #375452)
* Ack NMU. (Closes: #368804)
-- Roland Gruber <post@rolandgruber.de> Mon, 3 Jul 2006 22:01:54 +0200
ldap-account-manager (1.0.2-1.1) unstable; urgency=low
* Non-maintainer upload.
* Make the "Invalid password" option set the hash to "{CRYPT}*" (which is an
invalid hash) instead of "*" (which means the plaintext password "*").
(Closes: #368804)
-- Steinar H. Gunderson <sesse@debian.org> Thu, 15 Jun 2006 22:20:21 +0200
ldap-account-manager (1.0.2-1) unstable; urgency=low
* Updated to new upstream release.
-- Roland Gruber <post@rolandgruber.de> Sun, 14 May 2006 14:00:29 +0200
ldap-account-manager (1.0.1-1) unstable; urgency=low
* Updated to new upstream release.
* [intl:fr] ldap-account-manager debconf template translation (Closes:
#356839)
* [l10n] Updated Czech translation of ldap-account-manager debconf
messages (Closes: #360951)
-- Roland Gruber <post@rolandgruber.de> Wed, 5 Apr 2006 19:43:05 +0200
ldap-account-manager (1.0.0-1) unstable; urgency=low
* Updated to new upstream release.
* Please consider adding php5 on dependecies (Closes: #351683)
-- Roland Gruber <post@rolandgruber.de> Tue, 21 Feb 2006 19:53:41 +0100
ldap-account-manager (1.0.rc2-1) experimental; urgency=low
* Updated to new upstream release.
* [INTL:pt_BR] Brazilian Portuguese debconf templates translation
(Closes: #348624)
* [INTL:sv] Swedish debconf templates translation (Closes: #348922)
-- Roland Gruber <post@rolandgruber.de> Sun, 22 Jan 2006 12:58:46 +0100
ldap-account-manager (1.0.rc1-1) experimental; urgency=low
* Updated to new upstream release.
-- Roland Gruber <post@rolandgruber.de> Mon, 9 Jan 2006 15:42:17 +0100
ldap-account-manager (0.5.3-1) unstable; urgency=low
* Updated to new upstream release 0.5.3.
-- Roland Gruber <post@rolandgruber.de> Mon, 5 Dec 2005 20:09:40 +0100
ldap-account-manager (0.5.2-1) unstable; urgency=low
* Updated to new upstream release 0.5.2.
* [intl:fr] ldap-account-manager debconf templates translation
(Closes: #338372)
* Debconf templates do not follow Developer's Reference
recommendations (Closes: #335646)
* [l10n] Initial Czech translation of ldap-account-manager debconf
messages (Closes: #338840)
-- Roland Gruber <post@rolandgruber.de> Sun, 13 Nov 2005 15:08:20 +0100
ldap-account-manager (0.5.1-1) unstable; urgency=low
* Updated to new upstream release 0.5.1.
* Experiencing long delays on session_start (Closes: #332908)
* ldap-account-manager depends on debconf without | debconf-2.0
alternate; blocks cdebconf transition (Closes: #331886)
* Configuration wizard fails silently when samba.schema is not present
(Closes: #332868)
-- Roland Gruber <post@rolandgruber.de> Sun, 16 Oct 2005 13:27:55 +0200
ldap-account-manager (0.5.0-1) unstable; urgency=low
* Updated to new upstream release 0.5.0.
-- Roland Gruber <post@rolandgruber.de> Mon, 26 Sep 2005 13:58:33 +0200
ldap-account-manager (0.4.10+0.5.rc3-1) experimental; urgency=low
* Updated to new upstream release 0.5.rc3.
-- Roland Gruber <post@rolandgruber.de> Thu, 8 Sep 2005 14:14:40 +0200
ldap-account-manager (0.4.10+0.5.rc2-1) experimental; urgency=low
* Updated to new upstream release 0.5.rc2.
-- Roland Gruber <post@rolandgruber.de> Tue, 16 Aug 2005 14:10:37 +0200
ldap-account-manager (0.4.10+0.5.rc1-1) experimental; urgency=low
* Updated to new upstream release 0.5.rc1
* Closes: #273403: Includes a copy of fpdf which is part of php-fpdf
package
* Closes: #308829: Configure for apache2
-- Roland Gruber <post@rolandgruber.de> Mon, 8 Aug 2005 16:39:22 +0200
ldap-account-manager (0.4.10-2) unstable; urgency=low
* fixed debconf dependency
-- Roland Gruber <post@rolandgruber.de> Wed, 3 Aug 2005 15:25:29 +0200
ldap-account-manager (0.4.10-1) unstable; urgency=low
* Updated to new upstream release 0.4.10.
-- Roland Gruber <post@rolandgruber.de> Wed, 27 Jul 2005 11:39:53 +0200
ldap-account-manager (0.4.9+0.5.alpha2-1) experimental; urgency=low
* Updated to new upstream release 0.5.alpha2
-- Roland Gruber <post@rolandgruber.de> Wed, 29 Jun 2005 20:04:11 +0200
ldap-account-manager (0.4.9+0.5.alpha1-1) experimental; urgency=low
* Updated to new upstream release 0.5.alpha1
* Added configuration options for Apache2
* Added template for webserver restart
* Translatable templates
-- Roland Gruber <post@rolandgruber.de> Tue, 10 May 2005 11:38:00 +0200
ldap-account-manager (0.4.9-3) stable; urgency=high
* security fix
* quoting of user description field broken (Closes: #415379)
-- Roland Gruber <post@rolandgruber.de> Wed, 21 Mar 2007 16:07:55 +0100
ldap-account-manager (0.4.9-2) unstable; urgency=low
* Closes: #300007: fixed typo
-- Roland Gruber <post@rolandgruber.de> Thu, 17 Mar 2005 19:20:29 +0100
ldap-account-manager (0.4.9-1) unstable; urgency=low
* Updated to new upstream release
* Closes: #296498: added documentation for samba.schema
-- Roland Gruber <post@rolandgruber.de> Wed, 2 Mar 2005 19:52:29 +0100
ldap-account-manager (0.4.8-1) unstable; urgency=low
* Updated to new upstream version 0.4.8.
-- Roland Gruber <post@rolandgruber.de> Sun, 23 Jan 2005 20:03:36 +0100
ldap-account-manager (0.4.7-1) unstable; urgency=low
* Updated to new upstream version 0.4.7.
-- Roland Gruber <post@rolandgruber.de> Thu, 16 Dec 2004 21:06:58 +0100
ldap-account-manager (0.4.6-3) unstable; urgency=low
* Closes: #281781: syntax error in apache.conf fixed
* added watch file
-- Roland Gruber <post@rolandgruber.de> Sun, 21 Nov 2004 13:18:43 +0100
ldap-account-manager (0.4.6-2) unstable; urgency=low
* Added template to change master configuration password.
* Closes: #257137: Interface configuration has a default password
* Closes: #260733: expanded PHP dependency with libapache2-mod-php4
-- Roland Gruber <post@rolandgruber.de> Fri, 23 Jul 2004 14:50:56 +0200
ldap-account-manager (0.4.6-1) unstable; urgency=low
* Updated to new upstream version 0.4.6.
-- Roland Gruber <post@rolandgruber.de> Thu, 20 May 2004 19:37:53 +0200
ldap-account-manager (0.4.5-1) unstable; urgency=low
* Updated to new upstream version 0.4.5.
-- Roland Gruber <post@rolandgruber.de> Sat, 20 Mar 2004 16:52:00 +0100
ldap-account-manager (0.4.4-1) unstable; urgency=low
* Updated to new upstream version (0.4.4)
* Closes: #232820: config/shells is no longer a symbolic link
-- Roland Gruber <post@rolandgruber.de> Wed, 25 Feb 2004 21:07:36 +0100
ldap-account-manager (0.4.3-1) unstable; urgency=low
* Updated to new upstream version (0.4.3)
-- Roland Gruber <post@rolandgruber.de> Sun, 8 Feb 2004 17:15:47 +0100
ldap-account-manager (0.4.2-1) unstable; urgency=low
* Updated to new upstream version (0.4.2)
-- Roland Gruber <post@rolandgruber.de> Thu, 15 Jan 2004 16:22:15 +0100
ldap-account-manager (0.4.1-1) unstable; urgency=low
* Updated to new upstream version (0.4.1)
-- Roland Gruber <post@rolandgruber.de> Fri, 29 Dec 2003 21:19:27 +0100
ldap-account-manager (0.4-4) unstable; urgency=low
* added debconf template for alias name
-- Roland Gruber <post@rolandgruber.de> Sun, 16 Nov 2003 16:03:55 +0100
ldap-account-manager (0.4-3) unstable; urgency=low
* copied access control from .htaccess files to apache.conf
-- Roland Gruber <post@rolandgruber.de> Sat, 1 Nov 2003 13:22:56 +0100
ldap-account-manager (0.4-2) unstable; urgency=low
* fixed error in postinst script
* added dependency php4-mhash
-- Roland Gruber <post@rolandgruber.de> Thu, 30 Oct 2003 16:19:45 +0100
ldap-account-manager (0.4-1) unstable; urgency=low
* Updated to Beta 1 release (0.4)
-- Roland Gruber <post@rolandgruber.de> Mon, 13 Oct 2003 20:23:29 +0200
ldap-account-manager (0.3-1) unstable; urgency=low
* Updated to Alpha 3 Release.
-- Roland Gruber <linux@rolandgruber.de> Fri, 29 August 2003 17:04:00 +0200
ldap-account-manager (0.2-1) unstable; urgency=low
* Updated to Alpha 2 Release.
-- Roland Gruber <linux@rolandgruber.de> Sat, 2 July 2003 18:42:00 +0200
ldap-account-manager (0.1-2) unstable; urgency=low
* Fixed missing directory config/profiles/groups.
-- Roland Gruber <linux@rolandgruber.de> Sat, 4 June 2003 18:19:00 +0200
ldap-account-manager (0.1-1) unstable; urgency=low
* Initial Release.
-- Roland Gruber <linux@rolandgruber.de> Sat, 3 May 2003 21:14:23 +0200

View File

@ -1 +0,0 @@
9

View File

@ -1,17 +0,0 @@
#!/bin/bash
set -e
. /usr/share/debconf/confmodule
db_version 2.0 || [ 0 -lt 30 ]
db_input medium "ldap-account-manager/config-webserver" || true
db_go
db_input low "ldap-account-manager/alias" || true
db_go
db_input medium "ldap-account-manager/restart-webserver" || true
db_go
#DEBHELPER#
exit 0

View File

@ -1,38 +0,0 @@
Source: ldap-account-manager
Maintainer: Roland Gruber <post@rolandgruber.de>
Section: web
Priority: optional
Standards-Version: 4.5.0
Build-Depends: debhelper (>= 9), po-debconf, cleancss, node-uglify
Homepage: https://www.ldap-account-manager.org/
Package: ldap-account-manager
Architecture: all
Depends: php (>= 7), php-ldap,
php-gd | php-imagick,
php-json, php-curl,
php-zip, php-xml, php-gmp,
libapache2-mod-php | libapache2-mod-fcgid | php-fpm,
php-phpseclib (>= 2.0), php-monolog,
apache2 (>= 2.4.0) | httpd, fonts-dejavu, debconf (>= 0.2.26) | debconf-2.0, ${misc:Depends}
Recommends: php-opcache
Suggests: ldap-server, php-mcrypt, ldap-account-manager-lamdaemon, perl
Conflicts: libapache2-mod-php5, php5, php5-fpm
Description: webfrontend for managing accounts in an LDAP directory
LDAP Account Manager (LAM) runs on an existing webserver.
It manages user, group and host accounts. Currently LAM
supports these account types: Samba 3/4, Unix, Kolab,
address book entries, NIS mail aliases and MAC addresses.
There is an integrated LDAP browser to allow access to the
raw LDAP attributes. You can use templates
for account creation and use multiple configuration profiles.
Account information can be exported as PDF file. There is also
a script included which manages quotas and homedirectories.
Package: ldap-account-manager-lamdaemon
Architecture: all
Depends: perl, sudo, ${misc:Depends}, libquota-perl, libsys-syslog-perl
Description: Quota and home directory management for LDAP Account Manager
Lamdaemon is part of LDAP Account Manager. This package
needs to be installed on the server where the home directories
reside and/or quotas should be managed.

View File

@ -1,992 +0,0 @@
This software is copyright (c) 2003 - 2020 by Roland Gruber
If you purchased a copy of LDAP Account Manager Pro then the following
files are licensed under the conditions which you accepted at purchase
time.
* templates/lists/changePassword.php
* templates/selfService/*
* templates/config/jobs.php
* lib/cron.inc
* lib/database.inc
* lib/env.inc
* lib/jobs.inc
* lib/passwordExpirationJob.inc
* lib/modules/aliasEntry.inc
* lib/modules/automount.inc
* lib/modules/bindDLZ.inc
* lib/modules/customBaseType.inc
* lib/modules/customFields.inc
* lib/modules/customScripts.inc
* lib/modules/device.inc
* lib/modules/autoDelete.inc
* lib/modules/dynamicList.inc
* lib/modules/groupOfNames.inc
* lib/modules/groupOfNamesUser.inc
* lib/modules/groupOfUniqueNames.inc
* lib/modules/heimdalKerberos.inc
* lib/modules/ipHost.inc
* lib/modules/locking389ds.inc
* lib/modules/mitKerberos.inc
* lib/modules/mitKerberosStructural.inc
* lib/modules/namedObject.inc
* lib/modules/nisObject.inc
* lib/modules/nsview.inc
* lib/modules/oracleService.inc
* lib/modules/organizationalRole*.inc
* lib/modules/passwordSelfReset.inc
* lib/modules/ppolicy.inc
* lib/modules/ppolicyUser.inc
* lib/modules/qmailGroup.inc
* lib/modules/qmailUser.inc
* lib/modules/rfc2307bisAutomount.inc
* lib/modules/rfc2307bisPosixGroup.inc
* lib/modules/selfRegistration.inc
* lib/modules/sudoRole.inc
* lib/modules/uidObject.inc
* lib/modules/zarafaAddressList.inc
* lib/modules/zarafaContact.inc
* lib/modules/zarafaDynamicGroup.inc
* lib/modules/zarafaGroup.inc
* lib/modules/zarafaServer.inc
* lib/modules/zarafaUser.inc
* lib/types/alias.inc
* lib/types/automountType.inc
* lib/types/bind.inc
* lib/types/customType.inc
* lib/types/gon.inc
* lib/types/nisObjectType.inc
* lib/types/nsview.inc
* lib/types/oracleContextType.inc
* lib/types/ppolicyType.inc
* lib/types/sudo.inc
* lib/types/zarafaAddressListType.inc
* lib/types/zarafaDynamicGroupType.inc
All other files are licensed under the conditions below.
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 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
The complete license can be found in the file COPYING or in
/usr/share/common-licenses/GPL-3.
Some parts of this package have other, compatible licences. These are:
A:
DejaVu Fonts — License
Fonts are © Bitstream (see below). DejaVu changes are in public domain. Explanation
of copyright is on Gnome page on Bitstream Vera fonts (https://www.gnome.org/fonts/).
Glyphs imported from Arev fonts
(https://dejavu-fonts.github.io/Bitstream_Vera_Derivatives.html) are © Tavmjung Bah
(see below)
Bitstream Vera Fonts Copyright
Copyright (c) 2003 by Bitstream, Inc. All Rights Reserved. Bitstream Vera is a
trademark of Bitstream, Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy of the
fonts accompanying this license ("Fonts") and associated documentation files (the
"Font Software"), to reproduce and distribute the Font Software, including without
limitation the rights to use, copy, merge, publish, distribute, and/or sell copies
of the Font Software, and to permit persons to whom the Font Software is furnished
to do so, subject to the following conditions:
The above copyright and trademark notices and this permission notice shall be included
in all copies of one or more of the Font Software typefaces.
The Font Software may be modified, altered, or added to, and in particular the designs
of glyphs or characters in the Fonts may be modified and additional glyphs or
characters may be added to the Fonts, only if the fonts are renamed to names not
containing either the words "Bitstream" or the word "Vera".
This License becomes null and void to the extent applicable to Fonts or Font Software
that has been modified and is distributed under the "Bitstream Vera" names.
The Font Software may be sold as part of a larger software package but no copy of one
or more of the Font Software typefaces may be sold by itself.
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS FOR
A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER
RIGHT. IN NO EVENT SHALL BITSTREAM OR THE GNOME FOUNDATION BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR
CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER DEALINGS IN
THE FONT SOFTWARE.
Except as contained in this notice, the names of Gnome, the Gnome Foundation, and
Bitstream Inc., shall not be used in advertising or otherwise to promote the sale,
use or other dealings in this Font Software without prior written authorization from
the Gnome Foundation or Bitstream Inc., respectively. For further information,
contact: fonts at gnome dot org.
Arev Fonts Copyright
Copyright (c) 2006 by Tavmjong Bah. All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy of the
fonts accompanying this license ("Fonts") and associated documentation files (the
"Font Software"), to reproduce and distribute the modifications to the Bitstream
Vera Font Software, including without limitation the rights to use, copy, merge,
publish, distribute, and/or sell copies of the Font Software, and to permit persons
to whom the Font Software is furnished to do so, subject to the following
conditions:
The above copyright and trademark notices and this permission notice shall be
included in all copies of one or more of the Font Software typefaces.
The Font Software may be modified, altered, or added to, and in particular the
designs of glyphs or characters in the Fonts may be modified and additional
glyphs or characters may be added to the Fonts, only if the fonts are renamed
to names not containing either the words "Tavmjong Bah" or the word "Arev".
This License becomes null and void to the extent applicable to Fonts or Font
Software that has been modified and is distributed under the "Tavmjong Bah Arev"
names.
The Font Software may be sold as part of a larger software package but no copy of
one or more of the Font Software typefaces may be sold by itself.
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF COPYRIGHT, PATENT, TRADEMARK, OR
OTHER RIGHT. IN NO EVENT SHALL TAVMJONG BAH BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR
CONSEQUENTIAL DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM OTHER
DEALINGS IN THE FONT SOFTWARE.
Except as contained in this notice, the name of Tavmjong Bah shall not be used in
advertising or otherwise to promote the sale, use or other dealings in this Font
Software without prior written authorization from Tavmjong Bah. For further
information, contact: tavmjong @ free . fr.
B:
MIT License
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
C:
New BSD License
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this list
of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice, this
list of conditions and the following disclaimer in the documentation and/or other
materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.
D:
GNU LESSER GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
This version of the GNU Lesser General Public License incorporates
the terms and conditions of version 3 of the GNU General Public
License, supplemented by the additional permissions listed below.
0. Additional Definitions.
As used herein, "this License" refers to version 3 of the GNU Lesser
General Public License, and the "GNU GPL" refers to version 3 of the GNU
General Public License.
"The Library" refers to a covered work governed by this License,
other than an Application or a Combined Work as defined below.
An "Application" is any work that makes use of an interface provided
by the Library, but which is not otherwise based on the Library.
Defining a subclass of a class defined by the Library is deemed a mode
of using an interface provided by the Library.
A "Combined Work" is a work produced by combining or linking an
Application with the Library. The particular version of the Library
with which the Combined Work was made is also called the "Linked
Version".
The "Minimal Corresponding Source" for a Combined Work means the
Corresponding Source for the Combined Work, excluding any source code
for portions of the Combined Work that, considered in isolation, are
based on the Application, and not on the Linked Version.
The "Corresponding Application Code" for a Combined Work means the
object code and/or source code for the Application, including any data
and utility programs needed for reproducing the Combined Work from the
Application, but excluding the System Libraries of the Combined Work.
1. Exception to Section 3 of the GNU GPL.
You may convey a covered work under sections 3 and 4 of this License
without being bound by section 3 of the GNU GPL.
2. Conveying Modified Versions.
If you modify a copy of the Library, and, in your modifications, a
facility refers to a function or data to be supplied by an Application
that uses the facility (other than as an argument passed when the
facility is invoked), then you may convey a copy of the modified
version:
a) under this License, provided that you make a good faith effort to
ensure that, in the event an Application does not supply the
function or data, the facility still operates, and performs
whatever part of its purpose remains meaningful, or
b) under the GNU GPL, with none of the additional permissions of
this License applicable to that copy.
3. Object Code Incorporating Material from Library Header Files.
The object code form of an Application may incorporate material from
a header file that is part of the Library. You may convey such object
code under terms of your choice, provided that, if the incorporated
material is not limited to numerical parameters, data structure
layouts and accessors, or small macros, inline functions and templates
(ten or fewer lines in length), you do both of the following:
a) Give prominent notice with each copy of the object code that the
Library is used in it and that the Library and its use are
covered by this License.
b) Accompany the object code with a copy of the GNU GPL and this license
document.
4. Combined Works.
You may convey a Combined Work under terms of your choice that,
taken together, effectively do not restrict modification of the
portions of the Library contained in the Combined Work and reverse
engineering for debugging such modifications, if you also do each of
the following:
a) Give prominent notice with each copy of the Combined Work that
the Library is used in it and that the Library and its use are
covered by this License.
b) Accompany the Combined Work with a copy of the GNU GPL and this license
document.
c) For a Combined Work that displays copyright notices during
execution, include the copyright notice for the Library among
these notices, as well as a reference directing the user to the
copies of the GNU GPL and this license document.
d) Do one of the following:
0) Convey the Minimal Corresponding Source under the terms of this
License, and the Corresponding Application Code in a form
suitable for, and under terms that permit, the user to
recombine or relink the Application with a modified version of
the Linked Version to produce a modified Combined Work, in the
manner specified by section 6 of the GNU GPL for conveying
Corresponding Source.
1) Use a suitable shared library mechanism for linking with the
Library. A suitable mechanism is one that (a) uses at run time
a copy of the Library already present on the user's computer
system, and (b) will operate properly with a modified version
of the Library that is interface-compatible with the Linked
Version.
e) Provide Installation Information, but only if you would otherwise
be required to provide such information under section 6 of the
GNU GPL, and only to the extent that such information is
necessary to install and execute a modified version of the
Combined Work produced by recombining or relinking the
Application with a modified version of the Linked Version. (If
you use option 4d0, the Installation Information must accompany
the Minimal Corresponding Source and Corresponding Application
Code. If you use option 4d1, you must provide the Installation
Information in the manner specified by section 6 of the GNU GPL
for conveying Corresponding Source.)
5. Combined Libraries.
You may place library facilities that are a work based on the
Library side by side in a single library together with other library
facilities that are not Applications and are not covered by this
License, and convey such a combined library under terms of your
choice, if you do both of the following:
a) Accompany the combined library with a copy of the same work based
on the Library, uncombined with any other library facilities,
conveyed under the terms of this License.
b) Give prominent notice with the combined library that part of it
is a work based on the Library, and explaining where to find the
accompanying uncombined form of the same work.
6. Revised Versions of the GNU Lesser General Public License.
The Free Software Foundation may publish revised and/or new versions
of the GNU Lesser General Public License from time to time. Such new
versions will be similar in spirit to the present version, but may
differ in detail to address new problems or concerns.
Each version is given a distinguishing version number. If the
Library as you received it specifies that a certain numbered version
of the GNU Lesser General Public License "or any later version"
applies to it, you have the option of following the terms and
conditions either of that published version or of any later version
published by the Free Software Foundation. If the Library as you
received it does not specify a version number of the GNU Lesser
General Public License, you may choose any version of the GNU Lesser
General Public License ever published by the Free Software Foundation.
If the Library as you received it specifies that a proxy can decide
whether future versions of the GNU Lesser General Public License shall
apply, that proxy's public statement of acceptance of any version is
permanent authorization for you to choose that version for the
Library.
E:
Duo
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
3. The name of the author may not be used to endorse or promote products
derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
F:
3-Clause BSD License
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
3. Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
G:
2-Clause BSD License
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation and/or
other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA,
OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
H:
GNU LESSER GENERAL PUBLIC LICENSE
Version 2.1, February 1999
Copyright (C) 1991, 1999 Free Software Foundation, Inc.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
[This is the first released version of the Lesser GPL. It also counts
as the successor of the GNU Library Public License, version 2, hence
the version number 2.1.]
Preamble
The licenses for most software are designed to take away your
freedom to share and change it. By contrast, the GNU General Public
Licenses are intended to guarantee your freedom to share and change
free software--to make sure the software is free for all its users.
This license, the Lesser General Public License, applies to some
specially designated software packages--typically libraries--of the
Free Software Foundation and other authors who decide to use it. You
can use it too, but we suggest you first think carefully about whether
this license or the ordinary General Public License is the better
strategy to use in any particular case, based on the explanations below.
When we speak of free software, we are referring to freedom of use,
not price. Our General Public Licenses are designed to make sure that
you have the freedom to distribute copies of free software (and charge
for this service if you wish); that you receive source code or can get
it if you want it; that you can change the software and use pieces of
it in new free programs; and that you are informed that you can do
these things.
To protect your rights, we need to make restrictions that forbid
distributors to deny you these rights or to ask you to surrender these
rights. These restrictions translate to certain responsibilities for
you if you distribute copies of the library or if you modify it.
For example, if you distribute copies of the library, whether gratis
or for a fee, you must give the recipients all the rights that we gave
you. You must make sure that they, too, receive or can get the source
code. If you link other code with the library, you must provide
complete object files to the recipients, so that they can relink them
with the library after making changes to the library and recompiling
it. And you must show them these terms so they know their rights.
We protect your rights with a two-step method: (1) we copyright the
library, and (2) we offer you this license, which gives you legal
permission to copy, distribute and/or modify the library.
To protect each distributor, we want to make it very clear that
there is no warranty for the free library. Also, if the library is
modified by someone else and passed on, the recipients should know
that what they have is not the original version, so that the original
author's reputation will not be affected by problems that might be
introduced by others.
Finally, software patents pose a constant threat to the existence of
any free program. We wish to make sure that a company cannot
effectively restrict the users of a free program by obtaining a
restrictive license from a patent holder. Therefore, we insist that
any patent license obtained for a version of the library must be
consistent with the full freedom of use specified in this license.
Most GNU software, including some libraries, is covered by the
ordinary GNU General Public License. This license, the GNU Lesser
General Public License, applies to certain designated libraries, and
is quite different from the ordinary General Public License. We use
this license for certain libraries in order to permit linking those
libraries into non-free programs.
When a program is linked with a library, whether statically or using
a shared library, the combination of the two is legally speaking a
combined work, a derivative of the original library. The ordinary
General Public License therefore permits such linking only if the
entire combination fits its criteria of freedom. The Lesser General
Public License permits more lax criteria for linking other code with
the library.
We call this license the "Lesser" General Public License because it
does Less to protect the user's freedom than the ordinary General
Public License. It also provides other free software developers Less
of an advantage over competing non-free programs. These disadvantages
are the reason we use the ordinary General Public License for many
libraries. However, the Lesser license provides advantages in certain
special circumstances.
For example, on rare occasions, there may be a special need to
encourage the widest possible use of a certain library, so that it becomes
a de-facto standard. To achieve this, non-free programs must be
allowed to use the library. A more frequent case is that a free
library does the same job as widely used non-free libraries. In this
case, there is little to gain by limiting the free library to free
software only, so we use the Lesser General Public License.
In other cases, permission to use a particular library in non-free
programs enables a greater number of people to use a large body of
free software. For example, permission to use the GNU C Library in
non-free programs enables many more people to use the whole GNU
operating system, as well as its variant, the GNU/Linux operating
system.
Although the Lesser General Public License is Less protective of the
users' freedom, it does ensure that the user of a program that is
linked with the Library has the freedom and the wherewithal to run
that program using a modified version of the Library.
The precise terms and conditions for copying, distribution and
modification follow. Pay close attention to the difference between a
"work based on the library" and a "work that uses the library". The
former contains code derived from the library, whereas the latter must
be combined with the library in order to run.
GNU LESSER GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. This License Agreement applies to any software library or other
program which contains a notice placed by the copyright holder or
other authorized party saying it may be distributed under the terms of
this Lesser General Public License (also called "this License").
Each licensee is addressed as "you".
A "library" means a collection of software functions and/or data
prepared so as to be conveniently linked with application programs
(which use some of those functions and data) to form executables.
The "Library", below, refers to any such software library or work
which has been distributed under these terms. A "work based on the
Library" means either the Library or any derivative work under
copyright law: that is to say, a work containing the Library or a
portion of it, either verbatim or with modifications and/or translated
straightforwardly into another language. (Hereinafter, translation is
included without limitation in the term "modification".)
"Source code" for a work means the preferred form of the work for
making modifications to it. For a library, complete source code means
all the source code for all modules it contains, plus any associated
interface definition files, plus the scripts used to control compilation
and installation of the library.
Activities other than copying, distribution and modification are not
covered by this License; they are outside its scope. The act of
running a program using the Library is not restricted, and output from
such a program is covered only if its contents constitute a work based
on the Library (independent of the use of the Library in a tool for
writing it). Whether that is true depends on what the Library does
and what the program that uses the Library does.
1. You may copy and distribute verbatim copies of the Library's
complete source code as you receive it, in any medium, provided that
you conspicuously and appropriately publish on each copy an
appropriate copyright notice and disclaimer of warranty; keep intact
all the notices that refer to this License and to the absence of any
warranty; and distribute a copy of this License along with the
Library.
You may charge a fee for the physical act of transferring a copy,
and you may at your option offer warranty protection in exchange for a
fee.
2. You may modify your copy or copies of the Library or any portion
of it, thus forming a work based on the Library, and copy and
distribute such modifications or work under the terms of Section 1
above, provided that you also meet all of these conditions:
a) The modified work must itself be a software library.
b) You must cause the files modified to carry prominent notices
stating that you changed the files and the date of any change.
c) You must cause the whole of the work to be licensed at no
charge to all third parties under the terms of this License.
d) If a facility in the modified Library refers to a function or a
table of data to be supplied by an application program that uses
the facility, other than as an argument passed when the facility
is invoked, then you must make a good faith effort to ensure that,
in the event an application does not supply such function or
table, the facility still operates, and performs whatever part of
its purpose remains meaningful.
(For example, a function in a library to compute square roots has
a purpose that is entirely well-defined independent of the
application. Therefore, Subsection 2d requires that any
application-supplied function or table used by this function must
be optional: if the application does not supply it, the square
root function must still compute square roots.)
These requirements apply to the modified work as a whole. If
identifiable sections of that work are not derived from the Library,
and can be reasonably considered independent and separate works in
themselves, then this License, and its terms, do not apply to those
sections when you distribute them as separate works. But when you
distribute the same sections as part of a whole which is a work based
on the Library, the distribution of the whole must be on the terms of
this License, whose permissions for other licensees extend to the
entire whole, and thus to each and every part regardless of who wrote
it.
Thus, it is not the intent of this section to claim rights or contest
your rights to work written entirely by you; rather, the intent is to
exercise the right to control the distribution of derivative or
collective works based on the Library.
In addition, mere aggregation of another work not based on the Library
with the Library (or with a work based on the Library) on a volume of
a storage or distribution medium does not bring the other work under
the scope of this License.
3. You may opt to apply the terms of the ordinary GNU General Public
License instead of this License to a given copy of the Library. To do
this, you must alter all the notices that refer to this License, so
that they refer to the ordinary GNU General Public License, version 2,
instead of to this License. (If a newer version than version 2 of the
ordinary GNU General Public License has appeared, then you can specify
that version instead if you wish.) Do not make any other change in
these notices.
Once this change is made in a given copy, it is irreversible for
that copy, so the ordinary GNU General Public License applies to all
subsequent copies and derivative works made from that copy.
This option is useful when you wish to copy part of the code of
the Library into a program that is not a library.
4. You may copy and distribute the Library (or a portion or
derivative of it, under Section 2) in object code or executable form
under the terms of Sections 1 and 2 above provided that you accompany
it with the complete corresponding machine-readable source code, which
must be distributed under the terms of Sections 1 and 2 above on a
medium customarily used for software interchange.
If distribution of object code is made by offering access to copy
from a designated place, then offering equivalent access to copy the
source code from the same place satisfies the requirement to
distribute the source code, even though third parties are not
compelled to copy the source along with the object code.
5. A program that contains no derivative of any portion of the
Library, but is designed to work with the Library by being compiled or
linked with it, is called a "work that uses the Library". Such a
work, in isolation, is not a derivative work of the Library, and
therefore falls outside the scope of this License.
However, linking a "work that uses the Library" with the Library
creates an executable that is a derivative of the Library (because it
contains portions of the Library), rather than a "work that uses the
library". The executable is therefore covered by this License.
Section 6 states terms for distribution of such executables.
When a "work that uses the Library" uses material from a header file
that is part of the Library, the object code for the work may be a
derivative work of the Library even though the source code is not.
Whether this is true is especially significant if the work can be
linked without the Library, or if the work is itself a library. The
threshold for this to be true is not precisely defined by law.
If such an object file uses only numerical parameters, data
structure layouts and accessors, and small macros and small inline
functions (ten lines or less in length), then the use of the object
file is unrestricted, regardless of whether it is legally a derivative
work. (Executables containing this object code plus portions of the
Library will still fall under Section 6.)
Otherwise, if the work is a derivative of the Library, you may
distribute the object code for the work under the terms of Section 6.
Any executables containing that work also fall under Section 6,
whether or not they are linked directly with the Library itself.
6. As an exception to the Sections above, you may also combine or
link a "work that uses the Library" with the Library to produce a
work containing portions of the Library, and distribute that work
under terms of your choice, provided that the terms permit
modification of the work for the customer's own use and reverse
engineering for debugging such modifications.
You must give prominent notice with each copy of the work that the
Library is used in it and that the Library and its use are covered by
this License. You must supply a copy of this License. If the work
during execution displays copyright notices, you must include the
copyright notice for the Library among them, as well as a reference
directing the user to the copy of this License. Also, you must do one
of these things:
a) Accompany the work with the complete corresponding
machine-readable source code for the Library including whatever
changes were used in the work (which must be distributed under
Sections 1 and 2 above); and, if the work is an executable linked
with the Library, with the complete machine-readable "work that
uses the Library", as object code and/or source code, so that the
user can modify the Library and then relink to produce a modified
executable containing the modified Library. (It is understood
that the user who changes the contents of definitions files in the
Library will not necessarily be able to recompile the application
to use the modified definitions.)
b) Use a suitable shared library mechanism for linking with the
Library. A suitable mechanism is one that (1) uses at run time a
copy of the library already present on the user's computer system,
rather than copying library functions into the executable, and (2)
will operate properly with a modified version of the library, if
the user installs one, as long as the modified version is
interface-compatible with the version that the work was made with.
c) Accompany the work with a written offer, valid for at
least three years, to give the same user the materials
specified in Subsection 6a, above, for a charge no more
than the cost of performing this distribution.
d) If distribution of the work is made by offering access to copy
from a designated place, offer equivalent access to copy the above
specified materials from the same place.
e) Verify that the user has already received a copy of these
materials or that you have already sent this user a copy.
For an executable, the required form of the "work that uses the
Library" must include any data and utility programs needed for
reproducing the executable from it. However, as a special exception,
the materials to be distributed need not include anything that is
normally distributed (in either source or binary form) with the major
components (compiler, kernel, and so on) of the operating system on
which the executable runs, unless that component itself accompanies
the executable.
It may happen that this requirement contradicts the license
restrictions of other proprietary libraries that do not normally
accompany the operating system. Such a contradiction means you cannot
use both them and the Library together in an executable that you
distribute.
7. You may place library facilities that are a work based on the
Library side-by-side in a single library together with other library
facilities not covered by this License, and distribute such a combined
library, provided that the separate distribution of the work based on
the Library and of the other library facilities is otherwise
permitted, and provided that you do these two things:
a) Accompany the combined library with a copy of the same work
based on the Library, uncombined with any other library
facilities. This must be distributed under the terms of the
Sections above.
b) Give prominent notice with the combined library of the fact
that part of it is a work based on the Library, and explaining
where to find the accompanying uncombined form of the same work.
8. You may not copy, modify, sublicense, link with, or distribute
the Library except as expressly provided under this License. Any
attempt otherwise to copy, modify, sublicense, link with, or
distribute the Library is void, and will automatically terminate your
rights under this License. However, parties who have received copies,
or rights, from you under this License will not have their licenses
terminated so long as such parties remain in full compliance.
9. You are not required to accept this License, since you have not
signed it. However, nothing else grants you permission to modify or
distribute the Library or its derivative works. These actions are
prohibited by law if you do not accept this License. Therefore, by
modifying or distributing the Library (or any work based on the
Library), you indicate your acceptance of this License to do so, and
all its terms and conditions for copying, distributing or modifying
the Library or works based on it.
10. Each time you redistribute the Library (or any work based on the
Library), the recipient automatically receives a license from the
original licensor to copy, distribute, link with or modify the Library
subject to these terms and conditions. You may not impose any further
restrictions on the recipients' exercise of the rights granted herein.
You are not responsible for enforcing compliance by third parties with
this License.
11. If, as a consequence of a court judgment or allegation of patent
infringement or for any other reason (not limited to patent issues),
conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot
distribute so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you
may not distribute the Library at all. For example, if a patent
license would not permit royalty-free redistribution of the Library by
all those who receive copies directly or indirectly through you, then
the only way you could satisfy both it and this License would be to
refrain entirely from distribution of the Library.
If any portion of this section is held invalid or unenforceable under any
particular circumstance, the balance of the section is intended to apply,
and the section as a whole is intended to apply in other circumstances.
It is not the purpose of this section to induce you to infringe any
patents or other property right claims or to contest validity of any
such claims; this section has the sole purpose of protecting the
integrity of the free software distribution system which is
implemented by public license practices. Many people have made
generous contributions to the wide range of software distributed
through that system in reliance on consistent application of that
system; it is up to the author/donor to decide if he or she is willing
to distribute software through any other system and a licensee cannot
impose that choice.
This section is intended to make thoroughly clear what is believed to
be a consequence of the rest of this License.
12. If the distribution and/or use of the Library is restricted in
certain countries either by patents or by copyrighted interfaces, the
original copyright holder who places the Library under this License may add
an explicit geographical distribution limitation excluding those countries,
so that distribution is permitted only in or among countries not thus
excluded. In such case, this License incorporates the limitation as if
written in the body of this License.
13. The Free Software Foundation may publish revised and/or new
versions of the Lesser General Public License from time to time.
Such new versions will be similar in spirit to the present version,
but may differ in detail to address new problems or concerns.
Each version is given a distinguishing version number. If the Library
specifies a version number of this License which applies to it and
"any later version", you have the option of following the terms and
conditions either of that version or of any later version published by
the Free Software Foundation. If the Library does not specify a
license version number, you may choose any version ever published by
the Free Software Foundation.
14. If you wish to incorporate parts of the Library into other free
programs whose distribution conditions are incompatible with these,
write to the author to ask for permission. For software which is
copyrighted by the Free Software Foundation, write to the Free
Software Foundation; we sometimes make exceptions for this. Our
decision will be guided by the two goals of preserving the free status
of all derivatives of our free software and of promoting the sharing
and reuse of software generally.
NO WARRANTY
15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGES.
Programs and licenses with other licenses and/or authors than the
main license and authors:
lib/3rdParty/composer/beberlei G 2013 Benjamin Eberlei
lib/3rdParty/composer/composer B Nils Adermann, Jordi Boggiano
lib/3rdParty/composer/fgrosse B 2015 Friedrich Große
lib/3rdParty/composer/nyholm B 2016 Tobias Nyholm
lib/3rdParty/composer/paragonie B 2015 Paragon Initiative Enterprises
lib/3rdParty/composer/pear-pear.horde.org/Horde_Crypt_Blowfish H
lib/3rdParty/composer/pear-pear.horde.org/Horde_Exception H
lib/3rdParty/composer/pear-pear.horde.org/Horde_Idna G
lib/3rdParty/composer/pear-pear.horde.org/Horde_Imap_Client H
lib/3rdParty/composer/pear-pear.horde.org/Horde_ListHeaders H
lib/3rdParty/composer/pear-pear.horde.org/Horde_Mail G
lib/3rdParty/composer/pear-pear.horde.org/Horde_Mime H
lib/3rdParty/composer/pear-pear.horde.org/Horde_Secret H
lib/3rdParty/composer/pear-pear.horde.org/Horde_Socket_Client H
lib/3rdParty/composer/pear-pear.horde.org/Horde_Stream H
lib/3rdParty/composer/pear-pear.horde.org/Horde_Stream_Filter H
lib/3rdParty/composer/pear-pear.horde.org/Horde_Stream_Wrapper G
lib/3rdParty/composer/pear-pear.horde.org/Horde_Support G
lib/3rdParty/composer/pear-pear.horde.org/Horde_Text_Flowed H
lib/3rdParty/composer/pear-pear.horde.org/Horde_Translation H
lib/3rdParty/composer/pear-pear.horde.org/Horde_Util H
lib/3rdParty/composer/php-http B 2015 PHP HTTP Team
lib/3rdParty/composer/phpmailer H
lib/3rdParty/composer/psr B 2018 PHP Framework Interoperability Group
lib/3rdParty/composer/ramsey B 2018 Ben Ramsey
lib/3rdParty/composer/spomky-labs B 2018 Spomky-Labs
lib/3rdParty/composer/symfony B 2019 Fabien Potencier
lib/3rdParty/composer/web-auth B 2018 Spomky-Labs
lib/3rdParty/tcpdf D 2020 Nicola Asuni - Tecnick.com LTD
lib/3rdParty/tcpdf/fonts/dejavu*.z A Public Domain, Bitstream, Inc., Tavmjong Bah
lib/3rdParty/phpseclib B 2019 TerraFrost and other contributors
lib/3rdParty/Monolog B 2011 Jordi Boggiano
lib/3rdParty/Psr B 2012 PHP Framework Interoperability Group
lib/3rdParty/yubico/Yubico.php C 2015 Yubico AB
templates/lib/*jquery*.js B 2018 jQuery Foundation and other contributors
style/120_jquery-ui*.css B 2016 jQuery Foundation and other contributors
templates/lib/*jquery-dropmenu-*.js B 2010 Fred Heusschen
style/150_jquery-dropmenu*.css B 2010 Fred Heusschen
templates/lib/*jquery-fineuploader-*.js B 2010 Andrew Valums
style/150_jquery-fineuploader*.css B 2010 Andrew Valums
templates/lib/*jquery-validationEngine-*.js B 2010 Cedric Dugas and Olivier Refalo
style/150_jquery-validationEngine*.css B 2010 Cedric Dugas and Olivier Refalo
templates/lib/extra/cropperjs B 2018 Chen Fengyuan
style/600_cropper*.css B 2018 Chen Fengyuan
templates/lib/extra/duo/*.js E 2019 Duo Security
lib/3rdParty/duo/*.php E 2019 Duo Security
graphics/webauthn.svg F 2017 Duo Security, Inc.
templates/lib/600_jquery.magnific-popup.js B 2016 Dmitry Semenov
style/610_magnific-popup.css B 2016 Dmitry Semenov
style/responsive/105_normalize.css B Nicolas Gallagher and Jonathan Neal
style/responsive/110_grid.css B

View File

@ -1,44 +0,0 @@
Alias /lam /usr/share/ldap-account-manager
<Directory /usr/share/ldap-account-manager>
Options +FollowSymLinks
AllowOverride All
Require all granted
DirectoryIndex index.html
</Directory>
<Directory /var/lib/ldap-account-manager/tmp>
Options -Indexes
</Directory>
<Directory /var/lib/ldap-account-manager/tmp/internal>
Options -Indexes
Require all denied
</Directory>
<Directory /var/lib/ldap-account-manager/sess>
Options -Indexes
Require all denied
</Directory>
<Directory /var/lib/ldap-account-manager/config>
Options -Indexes
Require all denied
</Directory>
<Directory /usr/share/ldap-account-manager/lib>
Options -Indexes
Require all denied
</Directory>
<Directory /usr/share/ldap-account-manager/help>
Options -Indexes
Require all denied
</Directory>
<Directory /usr/share/ldap-account-manager/locale>
Options -Indexes
Require all denied
</Directory>

View File

@ -1,17 +0,0 @@
location /lam {
index index.html;
alias /usr/share/ldap-account-manager;
autoindex off;
location ~ \.php$ {
include snippets/fastcgi-php.conf;
fastcgi_pass unix:/var/run/php/php7.0-fpm.sock;
fastcgi_param SCRIPT_FILENAME $request_filename;
}
location ~ /lam/(tmp/internal|sess|config|lib|help|locale) {
deny all;
return 403;
}
}

View File

@ -1,42 +0,0 @@
usr/share/ldap-account-manager
usr/share/ldap-account-manager/graphics
usr/share/ldap-account-manager/help
usr/share/ldap-account-manager/lib
usr/share/ldap-account-manager/lib/font
usr/share/ldap-account-manager/lib/modules
usr/share/ldap-account-manager/lib/tools
usr/share/ldap-account-manager/locale
usr/share/ldap-account-manager/locale/ca_ES
usr/share/ldap-account-manager/locale/ca_ES/LC_MESSAGES
usr/share/ldap-account-manager/locale/de_DE
usr/share/ldap-account-manager/locale/de_DE/LC_MESSAGES
usr/share/ldap-account-manager/locale/es_ES
usr/share/ldap-account-manager/locale/es_ES/LC_MESSAGES
usr/share/ldap-account-manager/locale/fr_FR
usr/share/ldap-account-manager/locale/fr_FR/LC_MESSAGES
usr/share/ldap-account-manager/locale/hu_HU
usr/share/ldap-account-manager/locale/hu_HU/LC_MESSAGES
usr/share/ldap-account-manager/locale/it_IT
usr/share/ldap-account-manager/locale/it_IT/LC_MESSAGES
usr/share/ldap-account-manager/locale/ja_JP
usr/share/ldap-account-manager/locale/ja_JP/LC_MESSAGES
usr/share/ldap-account-manager/style
usr/share/ldap-account-manager/templates
usr/share/ldap-account-manager/templates/account
usr/share/ldap-account-manager/templates/config
usr/share/ldap-account-manager/templates/lists
usr/share/ldap-account-manager/templates/pdfedit
usr/share/ldap-account-manager/templates/profedit
usr/share/ldap-account-manager/templates/schema
usr/share/ldap-account-manager/templates/tree
usr/share/ldap-account-manager/templates/tree/templates
usr/share/ldap-account-manager/templates/tree/templates/creation
etc/ldap-account-manager
var/lib/ldap-account-manager
var/lib/ldap-account-manager/config
var/lib/ldap-account-manager/config/templates/pdf
var/lib/ldap-account-manager/config/templates/pdf/logos
var/lib/ldap-account-manager/config/templates/profiles
var/lib/ldap-account-manager/sess
var/lib/ldap-account-manager/tmp
var/lib/ldap-account-manager/tmp/internal

View File

@ -1,2 +0,0 @@
README
docs/

View File

@ -1,24 +0,0 @@
#!/bin/bash
set -e
outFile=templates/lib/100_lam.${SOURCE_DATE_EPOCH}.min.js
if [ ! -e $outFile ]; then
files=`ls templates/lib/*.js`
jsFiles=""
for file in $files; do
jsFiles="$jsFiles $file"
done
uglifyjs -o $outFile $jsFiles
rm $files
# add final new line to supress Debian warnings
echo "" >> $outFile
fi
files=`ls style/*.css`
outFile=style/100_lam.${SOURCE_DATE_EPOCH}.min.css
if [ ! -e $outFile ]; then
cat $files | cleancss --skip-rebase -o ${outFile}
rm $files
# add final new line to supress Debian warnings
echo "" >> $outFile
fi

View File

@ -1 +0,0 @@
[type: gettext/rfc822deb] templates

View File

@ -1,61 +0,0 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: ldap-account-manager@packages.debian.org\n"
"POT-Creation-Date: 2010-06-03 12:36+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#. Type: multiselect
#. Description
#: ../templates:1001
msgid "Web server configuration:"
msgstr "Configuració del servidor Web"
#. Type: multiselect
#. Description
#: ../templates:1001
msgid ""
"LDAP Account Manager supports any webserver that supports PHP5, but this "
"automatic configuration process only supports Apache2. If you choose to "
"configure Apache2 then LAM can be accessed at http(s)://localhost/lam"
msgstr "LDAP Account Manager suporta qualsevol servidor web que disposi de PHP5 "
"però aquest procés de configuració automàtic només funciona amb Apache2. Si esculls "
"configurar Apache2, llavors LAM serà accessible des de http(s)://localhost/lam"
#. Type: string
#. Description
#: ../templates:2001
msgid "Alias name:"
msgstr "Nom d'àlies:"
#. Type: string
#. Description
#: ../templates:2001
msgid ""
"LAM will add an alias to your httpd.conf which allows you to access LAM at "
"http(s)://localhost/lam. You may select an alias other than \"lam\"."
msgstr "LAM afegirà un alias al teu httpd.conf que et permetrà accedir a LAM "
"mitjançant l'adreça http(s)://localhost/lam. També pots escollir un àlies diferent de \"lam\"."
#. Type: boolean
#. Description
#: ../templates:3001
msgid "Would you like to restart your webserver(s) now?"
msgstr "Vols reiniciar el servidor web ara mateix?"
#. Type: boolean
#. Description
#: ../templates:3001
msgid "Your webserver(s) need to be restarted in order to apply the changes."
msgstr "El servidor web necessita ser reiniciat per poder aplicar els canvis."

View File

@ -1,104 +0,0 @@
# Czech translation of ldap-account-manager debconf messages.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ldap-acount-manager package.
# Miroslav Kure <kurem@debian.cz>, 2006-2009.
#
msgid ""
msgstr ""
"Project-Id-Version: ldap-account-manager\n"
"Report-Msgid-Bugs-To: ldap-account-manager@packages.debian.org\n"
"POT-Creation-Date: 2010-06-03 12:36+0200\n"
"PO-Revision-Date: 2009-07-31 22:23+0200\n"
"Last-Translator: Miroslav Kure <kurem@debian.cz>\n"
"Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#. Type: multiselect
#. Description
#: ../templates:1001
msgid "Web server configuration:"
msgstr "Nastavení webového serveru:"
#. Type: multiselect
#. Description
#: ../templates:1001
msgid ""
"LDAP Account Manager supports any webserver that supports PHP5, but this "
"automatic configuration process only supports Apache2. If you choose to "
"configure Apache2 then LAM can be accessed at http(s)://localhost/lam"
msgstr ""
"LDAP Account Manager podporuje libovolný webový server, pod kterým běží "
"PHP5, avšak automatické nastavení umí pouze ve spojení se Apache2. Zvolíte-"
"li nastavení Apache2, LAM bude přístupný na adrese http(s)://localhost/lam."
#. Type: string
#. Description
#: ../templates:2001
msgid "Alias name:"
msgstr "Alias:"
#. Type: string
#. Description
#: ../templates:2001
msgid ""
"LAM will add an alias to your httpd.conf which allows you to access LAM at "
"http(s)://localhost/lam. You may select an alias other than \"lam\"."
msgstr ""
"LAM přidá do vašeho httpd.conf alias, který vám umožní přistupovat k LAM "
"přes adresu http(s)://localhost/lam. Můžete zadat i jiný alias než „lam“."
#. Type: boolean
#. Description
#: ../templates:3001
msgid "Would you like to restart your webserver(s) now?"
msgstr "Chcete nyní restartovat svůj webový server (servery)?"
#. Type: boolean
#. Description
#: ../templates:3001
msgid "Your webserver(s) need to be restarted in order to apply the changes."
msgstr ""
"Aby se vaše nové nastavení aktivovalo, musí se webové servery restartovat."
#~ msgid "Master configuration password (clear text):"
#~ msgstr "Hlavní konfigurační heslo (nešifrovaný text):"
#~ msgid ""
#~ "The configuration profiles are secured by a master password. You will "
#~ "need it to create and delete profiles. As default it is set to \"lam\" "
#~ "and can be changed directly in LAM."
#~ msgstr ""
#~ "Konfigurační profily jsou chráněny hlavním heslem. Toto heslo budete "
#~ "potřebovat při vytváření a mazání profilů. Výchozí hodnota je „lam“ a "
#~ "můžete ji změnit kdykoliv později přímo v LAM."
#~ msgid "Upgrade from pre-0.5.0 versions"
#~ msgstr "Přechod z verzí před 0.5.0"
#~ msgid ""
#~ "Please note that this version uses new file formats for configuration and "
#~ "account profiles. You will have to update your configuration and create "
#~ "new account profiles."
#~ msgstr ""
#~ "Poznamenejme, že tato verze používá nový formát konfiguračních souborů a "
#~ "souborů s profily. To znamená, že budete muset vytvořit nové profily účtů "
#~ "a aktualizovat své konfigurační soubory."
#~ msgid "Upgrade from pre-1.0.0 versions"
#~ msgstr "Přechod z verzí před 1.0.0"
#~ msgid ""
#~ "Please note that this version uses new file formats for the configuration "
#~ "profiles. Please edit your configuration files and save the new settings."
#~ msgstr ""
#~ "Vemte prosím na vědomí, že tato verze používá nový formát konfiguračních "
#~ "profilů. Upravte prosím své konfigurační soubory a toto nové nastavení "
#~ "uložte ."
#~ msgid "Enter alias:"
#~ msgstr "Zadejte alias:"
#~ msgid "Which webserver would you like to configure automatically?"
#~ msgstr "Který webový server chcete nastavit automaticky?"

View File

@ -1,65 +0,0 @@
# Danish translation ldap-account-manager.
# Copyright (C) 2012 ldap-account-manager & nedenstående oversættere.
# This file is distributed under the same license as the ldap-account-manager package.
# Joe Hansen (joedalton2@yahoo.dk), 2012.
#
msgid ""
msgstr ""
"Project-Id-Version: ldap-account-manager\n"
"Report-Msgid-Bugs-To: ldap-account-manager@packages.debian.org\n"
"POT-Creation-Date: 2010-06-03 12:36+0200\n"
"PO-Revision-Date: 2012-03-02 12:42+0000\n"
"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
"Language-Team: Danish <debian-l10n-danish@lists.debian.org>\n"
"Language: da\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#. Type: multiselect
#. Description
#: ../templates:1001
msgid "Web server configuration:"
msgstr "Konfiguration af internetserver:"
#. Type: multiselect
#. Description
#: ../templates:1001
msgid ""
"LDAP Account Manager supports any webserver that supports PHP5, but this "
"automatic configuration process only supports Apache2. If you choose to "
"configure Apache2 then LAM can be accessed at http(s)://localhost/lam"
msgstr ""
"LDAP Account Manager understøtter alle internetservere som understøtter "
"PHP5, men denne automatiske konfigurationsproces understøtter kun Apache2. "
"Hvis du vælger at konfigurere Apache2, så kan LAM tilgås på "
"http(s)://localhost/lam"
#. Type: string
#. Description
#: ../templates:2001
msgid "Alias name:"
msgstr "Aliasnavn:"
#. Type: string
#. Description
#: ../templates:2001
msgid ""
"LAM will add an alias to your httpd.conf which allows you to access LAM at "
"http(s)://localhost/lam. You may select an alias other than \"lam\"."
msgstr ""
"LAM vil tilføje et alias til din httpd.conf, hvilket gør det muligt for dig "
"at tilgå LAM på http(s)://localhost/lam. Du kan vælge et andet alias end »lam«."
#. Type: boolean
#. Description
#: ../templates:3001
msgid "Would you like to restart your webserver(s) now?"
msgstr "Ønsker du at genstarte dine internetservere nu?"
#. Type: boolean
#. Description
#: ../templates:3001
msgid "Your webserver(s) need to be restarted in order to apply the changes."
msgstr "Dine internetservere skal genstartes før at ændringerne træder i kraft."

View File

@ -1,87 +0,0 @@
# translation of de.po to Deutsch
#
# Translators, if you are not familiar with the PO format, gettext
# documentation is worth reading, especially sections dedicated to
# this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
#
# Some information specific to po-debconf are available at
# /usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
#
# Developers do not need to manually edit POT or PO files.
#
# Roland Gruber <post@rolandgruber.de>, 2005, 2009.
msgid ""
msgstr ""
"Project-Id-Version: de\n"
"Report-Msgid-Bugs-To: ldap-account-manager@packages.debian.org\n"
"POT-Creation-Date: 2010-06-03 12:36+0200\n"
"PO-Revision-Date: 2009-07-29 20:43+0200\n"
"Last-Translator: Roland Gruber <post@rolandgruber.de>\n"
"Language-Team: Deutsch <lam-i18n@lists.sourceforge.net>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.11.4\n"
#. Type: multiselect
#. Description
#: ../templates:1001
msgid "Web server configuration:"
msgstr "Konfiguration des Webservers:"
#. Type: multiselect
#. Description
#: ../templates:1001
msgid ""
"LDAP Account Manager supports any webserver that supports PHP5, but this "
"automatic configuration process only supports Apache2. If you choose to "
"configure Apache2 then LAM can be accessed at http(s)://localhost/lam"
msgstr ""
"LDAP Account Manager unterstützt alle Webserver mit PHP5-Unterstützung, aber "
"diese automatische Konfiguration funktioniert nur mit Apache2. Nach der "
"Auswahl von Apache2 kann LAM unter http(s)://localhost/lam erreicht werden."
#. Type: string
#. Description
#: ../templates:2001
msgid "Alias name:"
msgstr "Aliasname:"
#. Type: string
#. Description
#: ../templates:2001
msgid ""
"LAM will add an alias to your httpd.conf which allows you to access LAM at "
"http(s)://localhost/lam. You may select an alias other than \"lam\"."
msgstr ""
"LAM wird der httpd.conf einen Alias hinzufügen, der es erlaubt LAM über http"
"(s)://localhost/lam zu erreichen. Wenn Sie einen anderen Alias als \"lam\" "
"wünschen, können Sie ihn hier angeben."
#. Type: boolean
#. Description
#: ../templates:3001
msgid "Would you like to restart your webserver(s) now?"
msgstr "Soll(en) der/die Webserver jetzt neugestartet werden?"
#. Type: boolean
#. Description
#: ../templates:3001
msgid "Your webserver(s) need to be restarted in order to apply the changes."
msgstr ""
"Sie müssen ihre(n) Webserver neustarten um die Änderungen zu übernehmen."
#~ msgid "Master configuration password (clear text):"
#~ msgstr "Hauptpasswort für die Konfiguration (im Klartext):"
#~ msgid ""
#~ "The configuration profiles are secured by a master password. You will "
#~ "need it to create and delete profiles. As default it is set to \"lam\" "
#~ "and can be changed directly in LAM."
#~ msgstr ""
#~ "Die Konfigurationsprofile werden über ein Hauptpasswort gesichert. Es "
#~ "wird benötigt um Profile anzulegen und zu löschen. Der Standardwert dafür "
#~ "ist \"lam\" und kann innerhalb von LAM geändert werden."

View File

@ -1,125 +0,0 @@
# ldap-account-manager translation to Spanish
# Copyright (C) 2005, 2007, 2009 Free Software Foundation, Inc.
# This file is distributed under the same license as the ldap-account-manager package.
#
# Changes:
# - Initial translation
# César Gómez Martí­n , 2005
#
# - Updates
# Manuel Porras Peralta <venturi.debian@gmail.com>, 2007
# Francisco Javier Cuadrado <fcocuadrado@gmail.com>, 2009
#
# Traductores, si no conocen el formato PO, merece la pena leer la
# documentación de gettext, especialmente las secciones dedicadas a este
# formato, por ejemplo ejecutando:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
#
# Equipo de traducción al español, por favor lean antes de traducir
# los siguientes documentos:
#
# - El proyecto de traducción de Debian al español
# http://www.debian.org/intl/spanish/
# especialmente las notas y normas de traducción en
# http://www.debian.org/intl/spanish/notas
#
# - La guí­a de traducción de po's de debconf:
# /usr/share/doc/po-debconf/README-trans
# o http://www.debian.org/intl/l10n/po-debconf/README-trans
#
msgid ""
msgstr ""
"Project-Id-Version: ldap-account-manager 2.7.0.RC1-1\n"
"Report-Msgid-Bugs-To: ldap-account-manager@packages.debian.org\n"
"POT-Creation-Date: 2010-06-03 12:36+0200\n"
"PO-Revision-Date: 2009-07-30 08:37+0100\n"
"Last-Translator: Francisco Javier Cuadrado <fcocuadrado@gmail.com>\n"
"Language-Team: Debian l10n Spanish <debian-l10n-spanish@lists.debian.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#. Type: multiselect
#. Description
#: ../templates:1001
msgid "Web server configuration:"
msgstr "Configuración del servidor web:"
#. Type: multiselect
#. Description
#: ../templates:1001
msgid ""
"LDAP Account Manager supports any webserver that supports PHP5, but this "
"automatic configuration process only supports Apache2. If you choose to "
"configure Apache2 then LAM can be accessed at http(s)://localhost/lam"
msgstr ""
"El gestor de cuentas LDAP es compatible con cualquier servidor web que "
"permita usar PHP5, pero este proceso automático de configuración sólo es "
"compatible con Apache2. Si escoge configurar Apache2, podrá acceder a LAM "
"desde «http(s)://localhost/lam»."
#. Type: string
#. Description
#: ../templates:2001
msgid "Alias name:"
msgstr "Alias:"
#. Type: string
#. Description
#: ../templates:2001
msgid ""
"LAM will add an alias to your httpd.conf which allows you to access LAM at "
"http(s)://localhost/lam. You may select an alias other than \"lam\"."
msgstr ""
"LAM añadirá un alias a su archivo «httpd.conf», que le permitirá acceder a "
"LAM desde «http(s)://localhost/lam». Puede elegir un alias distinto a «lam»."
#. Type: boolean
#. Description
#: ../templates:3001
msgid "Would you like to restart your webserver(s) now?"
msgstr "¿Desea reiniciar ahora su(s) servidor(es) web?"
#. Type: boolean
#. Description
#: ../templates:3001
msgid "Your webserver(s) need to be restarted in order to apply the changes."
msgstr ""
"Su(s) servidor(es) web necesitan reiniciarse para que se apliquen los "
"cambios."
#~ msgid "Master configuration password (clear text):"
#~ msgstr "Contraseña maestra de la configuración (texto en claro):"
#~ msgid ""
#~ "The configuration profiles are secured by a master password. You will "
#~ "need it to create and delete profiles. As default it is set to \"lam\" "
#~ "and can be changed directly in LAM."
#~ msgstr ""
#~ "Los perfiles de configuración se protegen con una contraseña maestra. La "
#~ "necesitará para crear y borrar perfiles. Por omisión se establece a «lam» "
#~ "y puede cambiarse directamente en LAM."
#~ msgid "Upgrade from pre-0.5.0 versions"
#~ msgstr "Actualizar desde versiones anteriores a la 0.5.0"
#~ msgid ""
#~ "Please note that this version uses new file formats for configuration and "
#~ "account profiles. You will have to update your configuration and create "
#~ "new account profiles."
#~ msgstr ""
#~ "Por favor, tenga en cuenta que esta versión usa formatos nuevos de "
#~ "archivo para la configuración y los perfiles de usuario. Tendrá que "
#~ "actualizar su configuración y crear nuevos perfiles de usuario."
#~ msgid "Upgrade from pre-1.0.0 versions"
#~ msgstr "Actualizar desde versiones anteriores a la 1.0.0"
#~ msgid ""
#~ "Please note that this version uses new file formats for the configuration "
#~ "profiles. Please edit your configuration files and save the new settings."
#~ msgstr ""
#~ "Por favor, tenga en cuenta que esta versión usa formatos nuevos de "
#~ "archivo para los perfiles de configuración. Edite sus archivos de "
#~ "configuración y guarde los cambios."

View File

@ -1,108 +0,0 @@
# Translation of ldap-account-manager debconf templates to French
# Copyright (C) 2006-2009 Debian French l10n team <debian-l10n-french@lists.debian.org>
# This file is distributed under the same license as the ldap-account-manager package.
#
# Translators:
# Steve Petruzzello <dlist@bluewin.ch> 2006-2009
msgid ""
msgstr ""
"Project-Id-Version: ldap-account-manager_1.0.2-1\n"
"Report-Msgid-Bugs-To: ldap-account-manager@packages.debian.org\n"
"POT-Creation-Date: 2010-06-03 12:36+0200\n"
"PO-Revision-Date: 2006-05-26 11:45+0100\n"
"Last-Translator: Steve Petruzzello <dlist@bluewin.ch>\n"
"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#. Type: multiselect
#. Description
#: ../templates:1001
msgid "Web server configuration:"
msgstr "Configuration du serveur web :"
#. Type: multiselect
#. Description
#: ../templates:1001
msgid ""
"LDAP Account Manager supports any webserver that supports PHP5, but this "
"automatic configuration process only supports Apache2. If you choose to "
"configure Apache2 then LAM can be accessed at http(s)://localhost/lam"
msgstr ""
"LDAP Account Manager s'occupe de tous les serveurs web qui gérent PHP5, mais "
"ce processus de configuration ne fonctionne qu'avec Apache2. Si vous "
"choisissez de configurer Apache2, vous pourrez accéder à LAM via l'adresse "
"http(s)://localhost/lam."
#. Type: string
#. Description
#: ../templates:2001
msgid "Alias name:"
msgstr "Alias :"
#. Type: string
#. Description
#: ../templates:2001
msgid ""
"LAM will add an alias to your httpd.conf which allows you to access LAM at "
"http(s)://localhost/lam. You may select an alias other than \"lam\"."
msgstr ""
"LAM ajoute un alias au fichier httpd.conf, ce qui permet d'accéder à LAM à "
"l'adresse http(s)://localhost/lam. Si vous désirez un alias différent de "
 lam », veuillez l'indiquer ici."
#. Type: boolean
#. Description
#: ../templates:3001
msgid "Would you like to restart your webserver(s) now?"
msgstr "Faut-il redémarrer le(s) serveur(s) web maintenant ?"
#. Type: boolean
#. Description
#: ../templates:3001
msgid "Your webserver(s) need to be restarted in order to apply the changes."
msgstr ""
"Le(s) serveur(s) web doivent être redémarrés afin que les changements soient "
"appliqués."
#~ msgid "Master configuration password (clear text):"
#~ msgstr "Mot de passe principal (en clair) :"
#~ msgid ""
#~ "The configuration profiles are secured by a master password. You will "
#~ "need it to create and delete profiles. As default it is set to \"lam\" "
#~ "and can be changed directly in LAM."
#~ msgstr ""
#~ "Les profils de configuration sont protégés par un mot de passe principal. "
#~ "Vous en aurez besoin pour créer et effacer des profils. Sa valeur par "
#~ "défaut est « lam » et vous pourrez le modifier directement dans LAM."
#~ msgid "Upgrade from pre-0.5.0 versions"
#~ msgstr "Mise à niveau depuis les versions pre-0.5.0"
#~ msgid ""
#~ "Please note that this version uses new file formats for configuration and "
#~ "account profiles. You will have to update your configuration and create "
#~ "new account profiles."
#~ msgstr ""
#~ "Veuillez noter que la nouvelle version utilise de nouveaux formats de "
#~ "fichiers pour la configuration et les profils. Vous devez mettre à jour "
#~ "votre configuration et créer de nouveaux profils de compte."
#~ msgid "Upgrade from pre-1.0.0 versions"
#~ msgstr "Mise à niveau depuis les versions pre-1.0.0"
#~ msgid ""
#~ "Please note that this version uses new file formats for the configuration "
#~ "profiles. Please edit your configuration files and save the new settings."
#~ msgstr ""
#~ "Veuillez noter que cette nouvelle version utilise de nouveaux formats de "
#~ "fichiers pour la configuration des profils. Vous devez mettre à jour "
#~ "votre configuration et sauver les nouveaux réglages."
#~ msgid "Enter alias:"
#~ msgstr "Alias :"
#~ msgid "Which webserver would you like to configure automatically?"
#~ msgstr "Serveur web à configurer automatiquement :"

View File

@ -1,132 +0,0 @@
#
# Translators, if you are not familiar with the PO format, gettext
# documentation is worth reading, especially sections dedicated to
# this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
#
# Some information specific to po-debconf are available at
# /usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
#
# Developers do not need to manually edit POT or PO files.
# Dr. Nagy Elemér Károly <eknagy@omikk.bme.hu>, 2013.
#
msgid ""
msgstr ""
"Project-Id-Version: LAM 0.4.2\n"
"Report-Msgid-Bugs-To: ldap-account-manager@packages.debian.org\n"
"POT-Creation-Date: 2010-06-03 12:36+0200\n"
"PO-Revision-Date: 2013-05-14 18:57+0200\n"
"Last-Translator: Dr. Nagy Elemér Károly <eknagy@omikk.bme.hu>\n"
"Language-Team: Hungarian <debian-l10n-hungarian@lists.d.o>\n"
"Language: hu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: UTF-8\n"
"X-Poedit-Language: Hungarian\n"
"X-Poedit-Country: HUNGARY\n"
"X-Poedit-SourceCharset: utf-8\n"
"Plural-Forms: ???\n"
#. Type: multiselect
#. Description
#: ../templates:1001
msgid "Web server configuration:"
msgstr "Web szolgáltató beállítás:"
#. Type: multiselect
#. Description
#: ../templates:1001
#| msgid ""
#| "LDAP Account Manager supports any webserver that supports PHP4, but this "
#| "automatic configuration process only supports Apache and Apache2. If you "
#| "choose to configure Apache(2) LAM can be accessed at http(s)://localhost/"
#| "lam"
msgid ""
"LDAP Account Manager supports any webserver that supports PHP5, but this "
"automatic configuration process only supports Apache2. If you choose to "
"configure Apache2 then LAM can be accessed at http(s)://localhost/lam"
msgstr ""
"Az LDAP Account Manager bármely PHP5-képes webszervert támogat, de az "
"automatikus beállítási művelet csak az Apache2-ben támogatott. Ha az Apache2 "
"beállítását választja, akkor a LAM-ot a http(s)://localhost/lam címen érheti "
"el."
#. Type: string
#. Description
#: ../templates:2001
msgid "Alias name:"
msgstr "Alias:"
#. Type: string
#. Description
#: ../templates:2001
msgid ""
"LAM will add an alias to your httpd.conf which allows you to access LAM at "
"http(s)://localhost/lam. You may select an alias other than \"lam\"."
msgstr ""
"A LAM egy aliast rak a httpd.conf fájlodba, és így elérheted a LAM-ot a http"
"(s)://localhost/lam címen. Választhatsz másik aliast a \"lam\" helyett."
#. Type: boolean
#. Description
#: ../templates:3001
msgid "Would you like to restart your webserver(s) now?"
msgstr "Szeretnéd most újraindítani a webszervert?"
#. Type: boolean
#. Description
#: ../templates:3001
msgid "Your webserver(s) need to be restarted in order to apply the changes."
msgstr ""
"A webszerveredet újra kell indítanod a változások érvénybe léptetéséhez."
#, fuzzy
#~ msgid "Master configuration password (clear text):"
#~ msgstr "Adja meg a mester beállításokat védő jelszót (clear text):"
#, fuzzy
#~ msgid ""
#~ "The configuration profiles are secured by a master password. You will "
#~ "need it to create and delete profiles. As default it is set to \"lam\" "
#~ "and can be changed directly in LAM."
#~ msgstr ""
#~ "A beállítási profilokat mesterjelszó védi. Ezt a profilok létrehozásához "
#~ "és törléséhez létre kell hoznia. Alapértelmezés szerint a jelszó \"lam\", "
#~ "és a LAM-on belül közvetlenül megváltoztatható. De itt is "
#~ "megváltoztathatja."
#~ msgid ""
#~ "Please note that this version uses new file formats for configuration and "
#~ "account profiles. You will have to update your configuration and create "
#~ "new account profiles."
#~ msgstr ""
#~ "Kérem, jegyezze meg, hogy ez a verzió új file formátumokat használ a "
#~ "beállításokhoz és a témaszám-profilokhoz. Frissítenie kell a beállításait "
#~ "és új témaszámokat kell létrehoznia."
#, fuzzy
#~ msgid ""
#~ "Please note that this version uses new file formats for the configuration "
#~ "profiles. Please edit your configuration files and save the new settings."
#~ msgstr ""
#~ "Kérem, jegyezze meg, hogy ez a verzió új file formátumokat használ a "
#~ "beállításokhoz és a témaszám-profilokhoz. Frissítenie kell a beállításait "
#~ "és új témaszámokat kell létrehoznia."
#~ msgid "Enter alias:"
#~ msgstr "Adja meg az alias-t:"
#~ msgid "Which webserver would you like to configure automatically?"
#~ msgstr "Mely webszervert szeretné automatikusan beállítani?"
#~ msgid ""
#~ "Remember that in order to apply the changes your webserver(s) need to be "
#~ "restarted."
#~ msgstr ""
#~ "Kérem, ne felejtse el, hogy a megváltoztatott beállítások érvénybe "
#~ "lépéséhez a webszerver(eket) újra kell indítania."
#~ msgid "It seems that you are upgrading LAM from a version before 0.5.0."
#~ msgstr "Úgy látszik, hogy Ön egy 0.5.0 előtti verziószámú LAM-ról frissít."

View File

@ -1,75 +0,0 @@
# Italian (it) translation of debconf templates for ldap-account-manager
# Copyright (C) 2007 Free Software Foundation, Inc.
# This file is distributed under the same license as the ldap-account-manager package.
# Luca Monducci <luca.mo@tiscali.it>, 2007 - 2009.
#
msgid ""
msgstr ""
"Project-Id-Version: lam 2.7.0.RC1-1 italian debconf templates\n"
"Report-Msgid-Bugs-To: ldap-account-manager@packages.debian.org\n"
"POT-Creation-Date: 2010-06-03 12:36+0200\n"
"PO-Revision-Date: 2009-08-01 15:48+0200\n"
"Last-Translator: Luca Monducci <luca.mo@tiscali.it>\n"
"Language-Team: Italian <debian-l10n-italian@lists.debian.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#. Type: multiselect
#. Description
#: ../templates:1001
msgid "Web server configuration:"
msgstr "Configurazione del server web:"
#. Type: multiselect
#. Description
#: ../templates:1001
msgid ""
"LDAP Account Manager supports any webserver that supports PHP5, but this "
"automatic configuration process only supports Apache2. If you choose to "
"configure Apache2 then LAM can be accessed at http(s)://localhost/lam"
msgstr ""
"LDAP Account Manager può essere usato su qualsiasi server web con PHP5 ma "
"questo processo di configurazione automatica supporta solo Apache2. Se si "
"sceglie di configurare Apache2, si potrà accedere a LAM da http(s)://"
"localhost/lam"
#. Type: string
#. Description
#: ../templates:2001
msgid "Alias name:"
msgstr "Nome alias:"
#. Type: string
#. Description
#: ../templates:2001
msgid ""
"LAM will add an alias to your httpd.conf which allows you to access LAM at "
"http(s)://localhost/lam. You may select an alias other than \"lam\"."
msgstr ""
"LAM aggiunge un alias in httpd.conf che permette di accedere a LAM da http"
"(s)://localhost/lam. È possibile scegliere un alias diverso da \"lam\"."
#. Type: boolean
#. Description
#: ../templates:3001
msgid "Would you like to restart your webserver(s) now?"
msgstr "Si vuole riavviare il/i server web adesso?"
#. Type: boolean
#. Description
#: ../templates:3001
msgid "Your webserver(s) need to be restarted in order to apply the changes."
msgstr "Per applicare le modifiche è necessario riavviare il/i server web."
#~ msgid "Master configuration password (clear text):"
#~ msgstr "Password di configurazione (in chiaro):"
#~ msgid ""
#~ "The configuration profiles are secured by a master password. You will "
#~ "need it to create and delete profiles. As default it is set to \"lam\" "
#~ "and can be changed directly in LAM."
#~ msgstr ""
#~ "I profili di configurazione sono sicuri grazie a una password, questa "
#~ "password è necessaria per creare e rimuovere i profili. La password "
#~ "predefinita è \"lam\" e può essere cambiata direttamente da LAM."

View File

@ -1,82 +0,0 @@
#
# Translators, if you are not familiar with the PO format, gettext
# documentation is worth reading, especially sections dedicated to
# this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
#
# Some information specific to po-debconf are available at
# /usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
#
# Developers do not need to manually edit POT or PO files.
#
msgid ""
msgstr ""
"Project-Id-Version: ldap-account-manager 2.7.0-1\n"
"Report-Msgid-Bugs-To: ldap-account-manager@packages.debian.org\n"
"POT-Creation-Date: 2010-06-03 12:36+0200\n"
"PO-Revision-Date: 2009-09-07 07:05+0900\n"
"Last-Translator: Hideki Yamane (Debian-JP) <henrich@debian.or.jp>\n"
"Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#. Type: multiselect
#. Description
#: ../templates:1001
msgid "Web server configuration:"
msgstr "ウェブサーバの設定:"
#. Type: multiselect
#. Description
#: ../templates:1001
msgid ""
"LDAP Account Manager supports any webserver that supports PHP5, but this "
"automatic configuration process only supports Apache2. If you choose to "
"configure Apache2 then LAM can be accessed at http(s)://localhost/lam"
msgstr ""
"LDAP Account Manager は PHP5 をサポートする全てのウェブサーバーに対応してます"
"が、この自動構成は Apache2 にのみ対応しています。もしも Apache(2) の構成を選"
"択した場合は、LAMは http(s)://localhost/lam でアクセスできます。"
#. Type: string
#. Description
#: ../templates:2001
msgid "Alias name:"
msgstr "エイリアス名:"
#. Type: string
#. Description
#: ../templates:2001
msgid ""
"LAM will add an alias to your httpd.conf which allows you to access LAM at "
"http(s)://localhost/lam. You may select an alias other than \"lam\"."
msgstr ""
"LAM は http(s)://localhost/lam として LAM にアクセスできるように、httpd.conf "
"にエイリアス名を追加します。\"lam\" 以外のエイリアス名も選べます。"
#. Type: boolean
#. Description
#: ../templates:3001
msgid "Would you like to restart your webserver(s) now?"
msgstr "今すぐウェブサーバを再起動しますか?"
#. Type: boolean
#. Description
#: ../templates:3001
msgid "Your webserver(s) need to be restarted in order to apply the changes."
msgstr "変更を適用するためにウェブサーバを再起動する必要があります。"
#~ msgid "Master configuration password (clear text):"
#~ msgstr "マスター構成パスワード (クリアテキスト):"
#~ msgid ""
#~ "The configuration profiles are secured by a master password. You will "
#~ "need it to create and delete profiles. As default it is set to \"lam\" "
#~ "and can be changed directly in LAM."
#~ msgstr ""
#~ "構成プロファイルはマスターパスワードで保護されています。マスターパスワード"
#~ "は、プロファイルの作成/削除の際に必要となります。マスターパスワードはデ"
#~ "フォルトでは \"lam\" が設定され、LAM にて直接変更が可能です。"

View File

@ -1,66 +0,0 @@
# Dutch translation of ldap-account-manager debconf templates.
# Copyright (C) 2007-2012 THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ldap-account-manager package.
# Bart Cornelis <cobaco@skolelinux.no>, 2007.
# Jeroen Schot <schot@a-eskwadraat.nl>, 2012.
#
msgid ""
msgstr ""
"Project-Id-Version: ldap-account-manager 3.6-1\n"
"Report-Msgid-Bugs-To: ldap-account-manager@packages.debian.org\n"
"POT-Creation-Date: 2010-06-03 12:36+0200\n"
"PO-Revision-Date: 2012-02-03 10:49+0100\n"
"Last-Translator: Jeroen Schot <schot@a-eskwadraat.nl>\n"
"Language-Team: Debian l10n Dutch <debian-l10n-dutch@lists.debian.org>\n"
"Language: nl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#. Type: multiselect
#. Description
#: ../templates:1001
msgid "Web server configuration:"
msgstr "Webserverconfiguratie:"
#. Type: multiselect
#. Description
#: ../templates:1001
msgid ""
"LDAP Account Manager supports any webserver that supports PHP5, but this "
"automatic configuration process only supports Apache2. If you choose to "
"configure Apache2 then LAM can be accessed at http(s)://localhost/lam"
msgstr ""
"LDAP Account Manager ondersteund alle webservers die PHP5 ondersteunen, dit "
"automatische configuratieproces ondersteund alleen Apache2. Als u ervoor "
"kiest om de automatische configuratie uit te voeren wordt LAM beschikbaar op "
"http(s)://localhost/lam."
#. Type: string
#. Description
#: ../templates:2001
msgid "Alias name:"
msgstr "Aliasnaam:"
#. Type: string
#. Description
#: ../templates:2001
msgid ""
"LAM will add an alias to your httpd.conf which allows you to access LAM at "
"http(s)://localhost/lam. You may select an alias other than \"lam\"."
msgstr ""
"LAM voegt een alias toe aan uw httpd.conf, waardoor LAM toegankelijk wordt "
"via http(s)://localhost/lam. U kunt ook een ander alias dan 'lam' kiezen."
#. Type: boolean
#. Description
#: ../templates:3001
msgid "Would you like to restart your webserver(s) now?"
msgstr "Wilt u uw webserver(s) nu herstarten?"
#. Type: boolean
#. Description
#: ../templates:3001
msgid "Your webserver(s) need to be restarted in order to apply the changes."
msgstr ""
"Uw webserver(s) dienen herstart te worden om de veranderingen toe te passen."

View File

@ -1,68 +0,0 @@
# Translation of ldap-account-manager debconf templates to Polish.
# Copyright (C) 2010
# This file is distributed under the same license as the ldap-account-manager package.
#
# Michał Kułach <michal.kulach@gmail.com>, 2012.
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: ldap-account-manager@packages.debian.org\n"
"POT-Creation-Date: 2010-06-03 12:36+0200\n"
"PO-Revision-Date: 2012-04-04 00:01+0200\n"
"Last-Translator: Michał Kułach <michal.kulach@gmail.com>\n"
"Language-Team: Polish <debian-l10n-polish@lists.debian.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pl\n"
"X-Generator: Lokalize 1.2\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
"|| n%100>=20) ? 1 : 2);\n"
#. Type: multiselect
#. Description
#: ../templates:1001
msgid "Web server configuration:"
msgstr "Konfiguracja serwera WWW:"
#. Type: multiselect
#. Description
#: ../templates:1001
msgid ""
"LDAP Account Manager supports any webserver that supports PHP5, but this "
"automatic configuration process only supports Apache2. If you choose to "
"configure Apache2 then LAM can be accessed at http(s)://localhost/lam"
msgstr ""
"LDAP Account Manager obsługuje wszystkie serwery WWW obsługujące PHP5, ale "
"automatyczny proces konfiguracji jest dostępny jedynie dla Apache2. Jeśli ta "
"opcja zostanie wybrana, LAM będzie dostępny pod adresem "
"http(s)://localhost/lam."
#. Type: string
#. Description
#: ../templates:2001
msgid "Alias name:"
msgstr "Nazwa aliasu:"
#. Type: string
#. Description
#: ../templates:2001
msgid ""
"LAM will add an alias to your httpd.conf which allows you to access LAM at "
"http(s)://localhost/lam. You may select an alias other than \"lam\"."
msgstr ""
"LAM doda alias do pliku httpd.conf, który umożliwi dostęp do LAM-a pod "
"adresem http(s)://localhost/lam. Można również wybrać inny alias niż \"lam\"."
#. Type: boolean
#. Description
#: ../templates:3001
msgid "Would you like to restart your webserver(s) now?"
msgstr "Czy zrestartować serwer(y) WWW w tej chwili?"
#. Type: boolean
#. Description
#: ../templates:3001
msgid "Your webserver(s) need to be restarted in order to apply the changes."
msgstr "Serwer(y) WWW powinny zostać zrestartowane w celu zastosowania zmian."

View File

@ -1,78 +0,0 @@
# Portuguese translation for ldap-account-manager's debconf messages
# Copyright (C) 2009 Luís Picciochi
# This file is distributed under the same license as the ldap-account-manager package.
# Luís Picciochi, 2009.
#
msgid ""
msgstr ""
"Project-Id-Version: ldap-account-manager\n"
"Report-Msgid-Bugs-To: ldap-account-manager@packages.debian.org\n"
"POT-Creation-Date: 2010-06-03 12:36+0200\n"
"PO-Revision-Date: 2009-07-30 15:32+0000\n"
"Last-Translator: Luís Picciochi <Pitxyoki@Gmail.com>\n"
"Language-Team: Portuguese <traduz@debianpt.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#. Type: multiselect
#. Description
#: ../templates:1001
msgid "Web server configuration:"
msgstr "Configuração do servidor web:"
#. Type: multiselect
#. Description
#: ../templates:1001
msgid ""
"LDAP Account Manager supports any webserver that supports PHP5, but this "
"automatic configuration process only supports Apache2. If you choose to "
"configure Apache2 then LAM can be accessed at http(s)://localhost/lam"
msgstr ""
"O Gestor de Contas LDAP (LAM) suporta qualquer servidor web que suporte "
"PHP5, mas este processo de configuração automático suporta apenas Apache2. "
"Se escolher configurar o Apache2, o LAM pode ser acedido em http(s)://"
"localhost/lam"
#. Type: string
#. Description
#: ../templates:2001
msgid "Alias name:"
msgstr "Nome alternativo (alias):"
#. Type: string
#. Description
#: ../templates:2001
msgid ""
"LAM will add an alias to your httpd.conf which allows you to access LAM at "
"http(s)://localhost/lam. You may select an alias other than \"lam\"."
msgstr ""
"O LAM irá adicionar um nome alternativo (alias) ao seu httpd.conf, que lhe "
"permite aceder ao LAM através de http(s)://localhost/lam. Pode escolher um "
"nome alternativo (alias) que não seja \"lam\"."
#. Type: boolean
#. Description
#: ../templates:3001
msgid "Would you like to restart your webserver(s) now?"
msgstr "Reiniciar o(s) seu(s) servidor(es) web agora?"
#. Type: boolean
#. Description
#: ../templates:3001
msgid "Your webserver(s) need to be restarted in order to apply the changes."
msgstr ""
"O(s) seu(s) servidor(es) web necessitam de ser reiniciados para aplicar as "
"alterações."
#~ msgid "Master configuration password (clear text):"
#~ msgstr "Password para a configuração principal (texto simples):"
#~ msgid ""
#~ "The configuration profiles are secured by a master password. You will "
#~ "need it to create and delete profiles. As default it is set to \"lam\" "
#~ "and can be changed directly in LAM."
#~ msgstr ""
#~ "Os perfis de configuração são protegidos por uma palavra-chave principal. "
#~ "Irá necessitar dela para criar e apagar perfis. Por omissão, esta palavra-"
#~ "chave é \"lam\" e pode ser alterada directamente no LAM."

View File

@ -1,117 +0,0 @@
# pt_BR translation for ldap-account-manager
# Copyright (C) 2006 THE ldap-account-manager'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ldap-account-manager
# package.
#
# Felipe Augusto van de Wiel (faw) <felipe@cathedrallabs.org>, 2006-2007.
#
#
msgid ""
msgstr ""
"Project-Id-Version: ldap-account-manager\n"
"Report-Msgid-Bugs-To: ldap-account-manager@packages.debian.org\n"
"POT-Creation-Date: 2010-06-03 12:36+0200\n"
"PO-Revision-Date: 2007-03-11 18:27-0300\n"
"Last-Translator: Felipe Augusto van de Wiel (faw) <faw@debian.org>\n"
"Language-Team: l10n-portuguese <debian-l10n-portuguese@lists.debian.org\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: \n"
"pt_BR utf8\n"
#. Type: multiselect
#. Description
#: ../templates:1001
msgid "Web server configuration:"
msgstr "Configuração do servidor web:"
#. Type: multiselect
#. Description
#: ../templates:1001
#, fuzzy
#| msgid ""
#| "LDAP Account Manager supports any webserver that supports PHP4, but this "
#| "automatic configuration process only supports Apache and Apache2. If you "
#| "choose to configure Apache(2) LAM can be accessed at http(s)://localhost/"
#| "lam"
msgid ""
"LDAP Account Manager supports any webserver that supports PHP5, but this "
"automatic configuration process only supports Apache2. If you choose to "
"configure Apache2 then LAM can be accessed at http(s)://localhost/lam"
msgstr ""
"LDAP Account Manager (\"Gerenciador de Contas LDAP\") suporta qualquer "
"servidor web que suporte PHP4, mas este processo de configuração automática "
"somente suporta Apache e Apache2. Se você escolher configurar Apache(2), LAM "
"pode ser acessado em http(s)://localhost/lam"
#. Type: string
#. Description
#: ../templates:2001
msgid "Alias name:"
msgstr "Nome do apelido (\"alias\"):"
#. Type: string
#. Description
#: ../templates:2001
msgid ""
"LAM will add an alias to your httpd.conf which allows you to access LAM at "
"http(s)://localhost/lam. You may select an alias other than \"lam\"."
msgstr ""
"LAM vai adicionar um apelido (\"alias\") ao seu httpd.conf que permitirá que "
"você acesse o LAM em http(s)://localhost/lam. Você pode selecionar um outro "
"apelido (\"alias\") que não seja \"lam\"."
#. Type: boolean
#. Description
#: ../templates:3001
msgid "Would you like to restart your webserver(s) now?"
msgstr "Você gostaria de reiniciar seu(s) servidor(es) web agora?"
#. Type: boolean
#. Description
#: ../templates:3001
msgid "Your webserver(s) need to be restarted in order to apply the changes."
msgstr ""
"Seu(s) servidor(es) web precisa(m) ser reiniciado(s) para que as alterações "
"façam efeito."
#~ msgid "Master configuration password (clear text):"
#~ msgstr "Senha mestra de configuração (texto plano):"
#~ msgid ""
#~ "The configuration profiles are secured by a master password. You will "
#~ "need it to create and delete profiles. As default it is set to \"lam\" "
#~ "and can be changed directly in LAM."
#~ msgstr ""
#~ "Os perfis de configuração são protegidos por uma senha mestra. Você "
#~ "precisará dela para criar e remover perfis. Como padrão ela está definida "
#~ "como \"lam\" e pode ser mudada diretamente no LAM."
#~ msgid "Upgrade from pre-0.5.0 versions"
#~ msgstr "Atualizar de versões pre-0.5.0"
#~ msgid ""
#~ "Please note that this version uses new file formats for configuration and "
#~ "account profiles. You will have to update your configuration and create "
#~ "new account profiles."
#~ msgstr ""
#~ "Por favor note que esta versão utiliza novos formatos para os arquivos de "
#~ "configuração e para os perfis de contas. Você terá que atualizar sua "
#~ "configuração e criar novos perfis de contas."
#~ msgid "Upgrade from pre-1.0.0 versions"
#~ msgstr "Atualizar a partir de versões anteriores a 1.0.0"
#~ msgid ""
#~ "Please note that this version uses new file formats for the configuration "
#~ "profiles. Please edit your configuration files and save the new settings."
#~ msgstr ""
#~ "Por favor note que esta versão utiliza novos formatos para a configuração "
#~ "dos perfis. Por favor edite seus arquivos de configuração e salve as "
#~ "novas configurações."
#~ msgid "Enter alias:"
#~ msgstr "Digite o apelido (alias):"
#~ msgid "Which webserver would you like to configure automatically?"
#~ msgstr "Qual servidor web você gostaria de configurar automaticamente?"

View File

@ -1,78 +0,0 @@
# translation of ru.po to Russian
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Yuri Kozlov <yuray@komyakino.ru>, 2009.
msgid ""
msgstr ""
"Project-Id-Version: ldap-account-manager 2.7.0-1\n"
"Report-Msgid-Bugs-To: ldap-account-manager@packages.debian.org\n"
"POT-Creation-Date: 2010-06-03 12:36+0200\n"
"PO-Revision-Date: 2009-08-07 21:45+0400\n"
"Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
"Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.11.4\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#. Type: multiselect
#. Description
#: ../templates:1001
msgid "Web server configuration:"
msgstr "Настраиваемый веб-сервер:"
#. Type: multiselect
#. Description
#: ../templates:1001
msgid ""
"LDAP Account Manager supports any webserver that supports PHP5, but this "
"automatic configuration process only supports Apache2. If you choose to "
"configure Apache2 then LAM can be accessed at http(s)://localhost/lam"
msgstr ""
"LDAP Account Manager работает с любым веб-сервером, поддерживающим PHP5, "
"однако автоматическая настройка может быть выполнена только для Apache2. "
"Если выбрать настройку Apache2, то LAM будет доступен по адресу: http(s)://"
"localhost/lam"
#. Type: string
#. Description
#: ../templates:2001
msgid "Alias name:"
msgstr "Псевдоним:"
#. Type: string
#. Description
#: ../templates:2001
msgid ""
"LAM will add an alias to your httpd.conf which allows you to access LAM at "
"http(s)://localhost/lam. You may select an alias other than \"lam\"."
msgstr ""
"Для доступа к LAM по адресу: http(s)://localhost/lam в httpd.conf будет "
"добавлен псевдоним. Вы можете выбрать другой псевдоним вместо \"lam\"."
#. Type: boolean
#. Description
#: ../templates:3001
msgid "Would you like to restart your webserver(s) now?"
msgstr "Перезапустить веб-сервер(ы) прямо сейчас?"
#. Type: boolean
#. Description
#: ../templates:3001
msgid "Your webserver(s) need to be restarted in order to apply the changes."
msgstr "Чтобы активировать новые настройки, нужно перезапустить веб-сервер(ы)."
#~ msgid "Master configuration password (clear text):"
#~ msgstr "Главный пароль настройки (открытым текстом):"
#~ msgid ""
#~ "The configuration profiles are secured by a master password. You will "
#~ "need it to create and delete profiles. As default it is set to \"lam\" "
#~ "and can be changed directly in LAM."
#~ msgstr ""
#~ "Настроечные профили защищены главным паролем. Он понадобится при создании "
#~ "и удалении профилей. По умолчанию его значение равно \"lam\" и может быть "
#~ "изменено из интерфейса LAM."

View File

@ -1,66 +0,0 @@
# Slovak translations for ldap-account-manager package
# Slovenské preklady pre balík ldap-account-manager.
# Copyright (C) 2011 THE ldap-account-manager'S COPYRIGHT HOLDER
# This file is distributed under the same license as the ldap-account-manager package.
# Slavko <linux@slavino.sk>, 2011.
#
msgid ""
msgstr ""
"Project-Id-Version: ldap-account-manager 3.6\n"
"Report-Msgid-Bugs-To: ldap-account-manager@packages.debian.org\n"
"POT-Creation-Date: 2010-06-03 12:36+0200\n"
"PO-Revision-Date: 2011-12-11 18:11+0100\n"
"Last-Translator: Slavko <linux@slavino.sk>\n"
"Language-Team: slovenčina <debian-l10n-slovak@lists.debian.org>\n"
"Language: sk\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
#. Type: multiselect
#. Description
#: ../templates:1001
msgid "Web server configuration:"
msgstr "Nastavenie webového servera:"
#. Type: multiselect
#. Description
#: ../templates:1001
msgid ""
"LDAP Account Manager supports any webserver that supports PHP5, but this "
"automatic configuration process only supports Apache2. If you choose to "
"configure Apache2 then LAM can be accessed at http(s)://localhost/lam"
msgstr ""
"LDAP Account Manager podporuje každý webový server, ktorý podporuje PHP5, "
"ale automatické nastavenie dokáže len v spojení s Apache2. Ak zvolíte "
"nastavenie Apache2, LAM bude prístupný na adrese http(s)://localhost/lam."
#. Type: string
#. Description
#: ../templates:2001
msgid "Alias name:"
msgstr "Meno aliasu:"
#. Type: string
#. Description
#: ../templates:2001
msgid ""
"LAM will add an alias to your httpd.conf which allows you to access LAM at "
"http(s)://localhost/lam. You may select an alias other than \"lam\"."
msgstr ""
"LAM pridá do vášho httpd.conf alias, pomocou ktorého budete môcť pristupovať "
"k LAM na adrese http(s)://localhost/lam. Môžete zadať aj iný alias ako „lam“."
#. Type: boolean
#. Description
#: ../templates:3001
msgid "Would you like to restart your webserver(s) now?"
msgstr "Chcete teraz reštartovať svoj webový server(y)?"
#. Type: boolean
#. Description
#: ../templates:3001
msgid "Your webserver(s) need to be restarted in order to apply the changes."
msgstr ""
"Aby bolo vaše nové nastavenie aktivované, treba reštartovať webový server(y)."

View File

@ -1,116 +0,0 @@
# Translation of ldap account manager debconf template to Swedish
# Copyright (C) 2009 Martin Bagge <brother@bsnet.se>
# This file is distributed under the same license as the ldap account manager debconf package.
#
# Daniel Nylander <po@danielnylander.se>, 2007
# Martin Bagge <brother@bsnet.se>, 2009
msgid ""
msgstr ""
"Project-Id-Version: ldap-account-manager 0.5.1-1\n"
"Report-Msgid-Bugs-To: ldap-account-manager@packages.debian.org\n"
"POT-Creation-Date: 2010-06-03 12:36+0200\n"
"PO-Revision-Date: 2009-07-29 21:15+0100\n"
"Last-Translator: Martin Bagge <brother@bsnet.se>\n"
"Language-Team: Swedish <debian-l10n-swedish@lists.debian.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-Language: Swedish\n"
"X-Poedit-Country: Sweden\n"
#. Type: multiselect
#. Description
#: ../templates:1001
msgid "Web server configuration:"
msgstr "Webbserverkonfiguration:"
#. Type: multiselect
#. Description
#: ../templates:1001
msgid ""
"LDAP Account Manager supports any webserver that supports PHP5, but this "
"automatic configuration process only supports Apache2. If you choose to "
"configure Apache2 then LAM can be accessed at http(s)://localhost/lam"
msgstr ""
"LDAP Account Manager har stöd för de webbservrar som har stöd för PHP5 men "
"den här automatiska konfigurationsprocessen har endast stöd för Apache2. Om "
"du väljer att konfigurera Apache2 kan LAM nås på http(s)://localhost/lam"
#. Type: string
#. Description
#: ../templates:2001
msgid "Alias name:"
msgstr "Aliasnamn:"
#. Type: string
#. Description
#: ../templates:2001
msgid ""
"LAM will add an alias to your httpd.conf which allows you to access LAM at "
"http(s)://localhost/lam. You may select an alias other than \"lam\"."
msgstr ""
"LAM kommer att lägga till ett alias till din httpd.conf som låter dig komma "
"åt LAM på http(s)://localhost/lam. Du kan välja ett annat alias än \"lam\"."
#. Type: boolean
#. Description
#: ../templates:3001
msgid "Would you like to restart your webserver(s) now?"
msgstr "Vill du starta om din webbserver nu?"
#. Type: boolean
#. Description
#: ../templates:3001
msgid "Your webserver(s) need to be restarted in order to apply the changes."
msgstr "Din webbserver behöver startas om för att ändringarna ska bli aktiva."
#~ msgid "Master configuration password (clear text):"
#~ msgstr "Lösenord för huvudkonfigurationen (klartext):"
#~ msgid ""
#~ "The configuration profiles are secured by a master password. You will "
#~ "need it to create and delete profiles. As default it is set to \"lam\" "
#~ "and can be changed directly in LAM."
#~ msgstr ""
#~ "Konfigurationsprofilerna skyddas av ett huvudlösenord. Du kommer att "
#~ "behöva det för att skapa och ta bort profiler. Som standard är det "
#~ "inställt till \"lam\" och kan ändras direkt i LAM."
#~ msgid "Upgrade from pre-0.5.0 versions"
#~ msgstr "Uppgradera från versioner före 0.5.0"
#~ msgid ""
#~ "Please note that this version uses new file formats for configuration and "
#~ "account profiles. You will have to update your configuration and create "
#~ "new account profiles."
#~ msgstr ""
#~ "Notera att den här versionen använder nya filformat för konfiguration och "
#~ "kontoprofiler. Du behöver uppdatera din konfiguration och skapa nya "
#~ "kontoprofiler."
#~ msgid "Upgrade from pre-1.0.0 versions"
#~ msgstr "Uppgradera från versioner före 1.0.0"
#~ msgid ""
#~ "Please note that this version uses new file formats for the configuration "
#~ "profiles. Please edit your configuration files and save the new settings."
#~ msgstr ""
#~ "Notera att den här versionen använder nya filformat för "
#~ "konfigurationsprofiler. Redigera dina konfigurationsfiler och spara de "
#~ "nya inställningarna."
#~ msgid "Enter alias:"
#~ msgstr "Ange alias:"
#~ msgid "Which webserver would you like to configure automatically?"
#~ msgstr "Vilken webbserver vill du automatiskt konfigurera?"
#~ msgid ""
#~ "Remember that in order to apply the changes your webserver(s) need to be "
#~ "restarted."
#~ msgstr ""
#~ "Tänk på att för att verkställa ändringarna till din webbserver behöver "
#~ "den startas om."
#~ msgid "It seems that you are upgrading LAM from a version before 0.5.0."
#~ msgstr "Det verkar som om du uppgraderar LAM från en version före 0.5.0."

View File

@ -1,58 +0,0 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: ldap-account-manager@packages.debian.org\n"
"POT-Creation-Date: 2010-06-03 12:36+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#. Type: multiselect
#. Description
#: ../templates:1001
msgid "Web server configuration:"
msgstr ""
#. Type: multiselect
#. Description
#: ../templates:1001
msgid ""
"LDAP Account Manager supports any webserver that supports PHP5, but this "
"automatic configuration process only supports Apache2. If you choose to "
"configure Apache2 then LAM can be accessed at http(s)://localhost/lam"
msgstr ""
#. Type: string
#. Description
#: ../templates:2001
msgid "Alias name:"
msgstr ""
#. Type: string
#. Description
#: ../templates:2001
msgid ""
"LAM will add an alias to your httpd.conf which allows you to access LAM at "
"http(s)://localhost/lam. You may select an alias other than \"lam\"."
msgstr ""
#. Type: boolean
#. Description
#: ../templates:3001
msgid "Would you like to restart your webserver(s) now?"
msgstr ""
#. Type: boolean
#. Description
#: ../templates:3001
msgid "Your webserver(s) need to be restarted in order to apply the changes."
msgstr ""

View File

@ -1,78 +0,0 @@
# Vietnamese translation for LDAP Account Manager.
# Copyright © 2009 Free Software Foundation, Inc.
# Clytie Siddall <clytie@riverland.net.au>, 2007-2009.
#
msgid ""
msgstr ""
"Project-Id-Version: ldap-account-manager 2.7.0.RC1-1\n"
"Report-Msgid-Bugs-To: ldap-account-manager@packages.debian.org\n"
"POT-Creation-Date: 2010-06-03 12:36+0200\n"
"PO-Revision-Date: 2009-09-23 18:33+0930\n"
"Last-Translator: Clytie Siddall <clytie@riverland.net.au>\n"
"Language-Team: Vietnamese <vi-VN@googlegroups.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: LocFactoryEditor 1.8\n"
#. Type: multiselect
#. Description
#: ../templates:1001
msgid "Web server configuration:"
msgstr "Cấu hình phục vụ Web:"
#. Type: multiselect
#. Description
#: ../templates:1001
msgid ""
"LDAP Account Manager supports any webserver that supports PHP5, but this "
"automatic configuration process only supports Apache2. If you choose to "
"configure Apache2 then LAM can be accessed at http(s)://localhost/lam"
msgstr ""
"Bộ Quản lý Tài khoản LDAP hỗ trợ cùng những trình phục vụ Web cũng hỗ trợ "
"PHP5, nhưng mà tiến trình tự động cấu hình này chỉ hỗ trợ Apache2. Nếu bạn "
"chọn cấu hình Apache2 thì Bộ Quản lý Tài khoản LDAP có thể được truy cập ở "
"địa chỉ « http(s)://localhost/lam »."
#. Type: string
#. Description
#: ../templates:2001
msgid "Alias name:"
msgstr "Tên bí danh:"
#. Type: string
#. Description
#: ../templates:2001
msgid ""
"LAM will add an alias to your httpd.conf which allows you to access LAM at "
"http(s)://localhost/lam. You may select an alias other than \"lam\"."
msgstr ""
"BQT sẽ thêm một bí danh vào tập tin cấu hình « httpd.conf » của bạn, để cho "
"phép bạn truy cập đến BQT ở địa chỉ « http(s)://localhost/lam ». Bạn cũng có "
"thể chọn bí danh khác với « lam » (v.d. « bqt »)."
#. Type: boolean
#. Description
#: ../templates:3001
msgid "Would you like to restart your webserver(s) now?"
msgstr "Vậy bạn có muốn khởi chạy (các) trình phục vụ Web ngay bây giờ không?"
#. Type: boolean
#. Description
#: ../templates:3001
msgid "Your webserver(s) need to be restarted in order to apply the changes."
msgstr ""
"Cần phải khởi chạy lại (các) trình phục vụ Web, để áp dụng các thay đổi."
#~ msgid "Master configuration password (clear text):"
#~ msgstr "Mật khẩu cấu hình chủ (chữ rõ):"
#~ msgid ""
#~ "The configuration profiles are secured by a master password. You will "
#~ "need it to create and delete profiles. As default it is set to \"lam\" "
#~ "and can be changed directly in LAM."
#~ msgstr ""
#~ "Những hồ sơ cấu hình đựơc bảo mật bằng một mật khẩu chủ. Bạn cần thiết nó "
#~ "để tạo hay xoá hồ sơ. Mật khẩu mặc định là « lam » mà có thể được thay đổi "
#~ "trực tiếp trong BQT."

View File

@ -1,53 +0,0 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: ldap-account-manager@packages.debian.org\n"
"POT-Creation-Date: 2010-06-03 12:36+0200\n"
"PO-Revision-Date: 2012-02-04 08:37+0800\n"
"Last-Translator: Needham <needham@sina.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
#. Type: multiselect
#. Description
#: ../templates:1001
msgid "Web server configuration:"
msgstr "Web服务器配置:"
#. Type: multiselect
#. Description
#: ../templates:1001
msgid "LDAP Account Manager supports any webserver that supports PHP5, but this automatic configuration process only supports Apache2. If you choose to configure Apache2 then LAM can be accessed at http(s)://localhost/lam"
msgstr "LDAP帐号管理软件可以运行在任何支持PHP5的Web服务器平台上,但是仅在Apache2上支持自动配置处理.如果您选用Apache2,LAM可以通过http(s)://localhost/lam来访问."
#. Type: string
#. Description
#: ../templates:2001
msgid "Alias name:"
msgstr "Alias名字:"
#. Type: string
#. Description
#: ../templates:2001
msgid "LAM will add an alias to your httpd.conf which allows you to access LAM at http(s)://localhost/lam. You may select an alias other than \"lam\"."
msgstr "LAM会在httpd.conf中增加一个alias,用来配置http(s)://localhost/lam来访问LAM.可以选择\"lam\"以外的alias名字."
#. Type: boolean
#. Description
#: ../templates:3001
msgid "Would you like to restart your webserver(s) now?"
msgstr "现在重启web服务器吗?"
#. Type: boolean
#. Description
#: ../templates:3001
msgid "Your webserver(s) need to be restarted in order to apply the changes."
msgstr "为使修改生效,需要重启web服务器."

View File

@ -1,112 +0,0 @@
#!/bin/bash
set -e
if [ "$1" != "configure" ]; then
exit 0
fi
. /usr/share/debconf/confmodule
db_version 2.0 || [ $? -lt 30 ]
# 3rd party libs
phpThirdPartyLibs='phpseclib Monolog Psr'
for phpThirdPartyLib in $phpThirdPartyLibs; do
if [ ! -L /usr/share/ldap-account-manager/lib/3rdParty/${phpThirdPartyLib} ] ; then
ln -s /usr/share/php/${phpThirdPartyLib} /usr/share/ldap-account-manager/lib/3rdParty/${phpThirdPartyLib}
fi
done
cd /usr/share/ldap-account-manager/config-samples/profiles
files=`ls -a default.*`
for file in $files; do
if [ ! -f /var/lib/ldap-account-manager/config/templates/profiles/$file ]; then
cp $file /var/lib/ldap-account-manager/config/templates/profiles/$file
fi
done
cd /usr/share/ldap-account-manager/config-samples/pdf
files=`ls -a default.*`
for file in $files; do
if [ ! -f /var/lib/ldap-account-manager/config/templates/pdf/$file ]; then
cp $file /var/lib/ldap-account-manager/config/templates/pdf/$file
fi
done
cd /usr/share/ldap-account-manager/config-samples/pdf/logos
files=`ls -a *.jpg`
for file in $files; do
cp $file /var/lib/ldap-account-manager/config/templates/pdf/logos/$file
done
if [ ! -h /usr/share/ldap-account-manager/config ]; then
ln -s /var/lib/ldap-account-manager/config /usr/share/ldap-account-manager/config
fi
if [ ! -h /usr/share/ldap-account-manager/sess ]; then
ln -s /var/lib/ldap-account-manager/sess /usr/share/ldap-account-manager/sess
fi
if [ ! -h /usr/share/ldap-account-manager/tmp ]; then
ln -s /var/lib/ldap-account-manager/tmp /usr/share/ldap-account-manager/tmp
fi
chown www-data /etc/ldap-account-manager/config.cfg
chmod 600 /etc/ldap-account-manager/config.cfg
chown www-data /var/lib/ldap-account-manager/sess
chmod 700 /var/lib/ldap-account-manager/sess
chown www-data /var/lib/ldap-account-manager/tmp
chown www-data /var/lib/ldap-account-manager/tmp/internal
chmod 700 /var/lib/ldap-account-manager/tmp
chown -R www-data /var/lib/ldap-account-manager/config
chmod 700 /var/lib/ldap-account-manager/config
set +e
ls -l /var/lib/ldap-account-manager/config/*.conf &> /dev/null
cfgFilesExist=$?
set -e
if [ $cfgFilesExist -ne 0 ]; then
cp /var/lib/ldap-account-manager/config/unix.conf.sample /var/lib/ldap-account-manager/config/lam.conf
chown www-data /var/lib/ldap-account-manager/config/lam.conf
fi
chmod 600 /var/lib/ldap-account-manager/config/*.conf
if [ "$1" = "configure" ]; then
db_get "ldap-account-manager/alias"
alias="$RET"
perl -pi -e "s/Alias \/.* \/usr\/share\/ldap-account-manager/Alias \/$alias \/usr\/share\/ldap-account-manager/g"\
/etc/ldap-account-manager/apache.conf
db_get "ldap-account-manager/config-webserver"
webservers="$RET"
restart=""
for server in $webservers; do
server=${server%,}
test -x /usr/sbin/$server || continue
case "$server" in
apache2)
if [ -h /etc/$server/conf.d/ldap-account-manager ]; then
rm -f /etc/$server/conf.d/ldap-account-manager
fi
if [ -d /etc/$server/conf-available ]; then
if [ ! -e /etc/$server/conf-available/ldap-account-manager.conf ]; then
if [ -h /etc/$server/conf-available/ldap-account-manager.conf ]; then
rm /etc/$server/conf-available/ldap-account-manager.conf
fi
ln -s /etc/ldap-account-manager/apache.conf /etc/$server/conf-available/ldap-account-manager.conf
fi
a2query -q -c ldap-account-manager || a2enconf -q ldap-account-manager
restart="$restart $server"
fi
;;
esac
done
db_get "ldap-account-manager/restart-webserver"
if [ "$RET" = "true" ]; then
for server in $restart; do
server=${server%,}
if [ `which invoke-rc.d` ]; then
invoke-rc.d $server reload
elif [ `which service` ]; then
service $server reload
fi
done
fi
fi
#DEBHELPER#
db_stop
exit 0

View File

@ -1,74 +0,0 @@
#!/bin/bash
set -e
if [ "$1" = "upgrade" ]; then
exit 0
fi
if [ -f /usr/share/debconf/confmodule ]; then
. /usr/share/debconf/confmodule
db_version 2.0 || [ $? -lt 30 ]
rm -f /usr/share/ldap-account-manager/sess
rm -f /usr/share/ldap-account-manager/tmp
rm -f /usr/share/ldap-account-manager/config
set +e
db_get "ldap-account-manager/config-webserver"
if [ $? -eq 0 ]; then
set -e
webservers="$RET"
restart=""
for server in $webservers; do
server=${server%,}
case "$server" in
apache2)
set +e
a2query -q -c ldap-account-manager && a2disconf -q ldap-account-manager
set -e
rm -f /etc/$server/conf-available/ldap-account-manager.conf
test -x /usr/sbin/$server || continue
restart="$restart $server"
;;
esac
done
fi
set +e
db_get "ldap-account-manager/restart-webserver"
if [ $? -eq 0 ] && [ "$RET" = "true" ]; then
set -e
for server in $restart; do
server=${server%,}
if [ `which invoke-rc.d` ]; then
invoke-rc.d $server reload
elif [ `which service` ]; then
service $server reload
fi
done
fi
# 3rd party libs
phpThirdPartyLibs='phpseclib tcpdf Monolog Psr'
for phpThirdPartyLib in $phpThirdPartyLibs; do
if [ -L /usr/share/ldap-account-manager/lib/3rdParty/${phpThirdPartyLib} ] ; then
rm /usr/share/ldap-account-manager/lib/3rdParty/${phpThirdPartyLib}
fi
done
set -e
if [ "$1" = "purge" ]; then
rm -r -f /usr/share/ldap-account-manager
rm -r -f /var/lib/ldap-account-manager
db_purge
fi
#DEBHELPER#
db_stop
fi
exit 0

View File

@ -1,17 +0,0 @@
#!/bin/bash
set -e
if [ "$1" != "upgrade" ]; then
exit 0
fi
# 3rd party libs
phpThirdPartyLibs='phpseclib tcpdf Monolog Psr'
for phpThirdPartyLib in $phpThirdPartyLibs; do
if [ -L /usr/share/ldap-account-manager/lib/3rdParty/${phpThirdPartyLib} ] ; then
rm /usr/share/ldap-account-manager/lib/3rdParty/${phpThirdPartyLib}
fi
done
#DEBHELPER#

View File

@ -1,91 +0,0 @@
#!/usr/bin/make -f
clean:
dh_testdir
dh_testroot
debconf-updatepo
dh_clean
build: build-arch build-indep
build-arch: build-stamp
build-indep: build-stamp
debian/minify
build-stamp:
install:
dh_testdir
dh_testroot
dh_prep
dh_installdirs
install -D --mode=644 index.html debian/ldap-account-manager/usr/share/ldap-account-manager/index.html
install -D --mode=644 VERSION debian/ldap-account-manager/usr/share/ldap-account-manager/VERSION
install -D --mode=644 pwa_worker.js debian/ldap-account-manager/usr/share/ldap-account-manager/pwa_worker.js
install -D --mode=644 tmp/.htaccess debian/ldap-account-manager/var/lib/ldap-account-manager/tmp/.htaccess
install -D --mode=644 tmp/internal/.htaccess debian/ldap-account-manager/var/lib/ldap-account-manager/tmp/internal/.htaccess
install -D --mode=644 config/.htaccess debian/ldap-account-manager/var/lib/ldap-account-manager/config/.htaccess
install -D --mode=644 config/language debian/ldap-account-manager/var/lib/ldap-account-manager/config/language
install -D --mode=644 config/*.conf.sample debian/ldap-account-manager/var/lib/ldap-account-manager/config/
install -D --mode=644 config/config.cfg.sample debian/ldap-account-manager/var/lib/ldap-account-manager/config/config.cfg.sample
install -d --mode=755 debian/ldap-account-manager/var/lib/ldap-account-manager/config/pdf
install -d --mode=755 debian/ldap-account-manager/var/lib/ldap-account-manager/config/profiles
install -d --mode=755 debian/ldap-account-manager/var/lib/ldap-account-manager/config/selfService
install -d --mode=755 debian/ldap-account-manager/usr/share/ldap-account-manager/config-samples
cp -r config/templates/profiles debian/ldap-account-manager/usr/share/ldap-account-manager/config-samples/
cp -r config/templates/pdf debian/ldap-account-manager/usr/share/ldap-account-manager/config-samples/
cp -r graphics debian/ldap-account-manager/usr/share/ldap-account-manager/
install -D --mode=644 help/help.inc debian/ldap-account-manager/usr/share/ldap-account-manager/help/help.inc
install -D --mode=644 lib/.htaccess debian/ldap-account-manager/usr/share/ldap-account-manager/lib/.htaccess
install -D --mode=644 lib/*.inc debian/ldap-account-manager/usr/share/ldap-account-manager/lib
install -D --mode=755 lib/*.sh debian/ldap-account-manager/usr/share/ldap-account-manager/lib
cp -r lib/modules debian/ldap-account-manager/usr/share/ldap-account-manager/lib/
cp -r lib/types debian/ldap-account-manager/usr/share/ldap-account-manager/lib/
cp -r lib/tools debian/ldap-account-manager/usr/share/ldap-account-manager/lib/
# 3rd party libs are linked
install -d --mode=755 debian/ldap-account-manager/usr/share/ldap-account-manager/lib/3rdParty
cp -r lib/3rdParty/composer debian/ldap-account-manager/usr/share/ldap-account-manager/lib/3rdParty/
cp -r lib/3rdParty/yubico debian/ldap-account-manager/usr/share/ldap-account-manager/lib/3rdParty/
cp -r lib/3rdParty/tcpdf debian/ldap-account-manager/usr/share/ldap-account-manager/lib/3rdParty/
cp -r lib/3rdParty/duo debian/ldap-account-manager/usr/share/ldap-account-manager/lib/3rdParty/
cp -r locale debian/ldap-account-manager/usr/share/ldap-account-manager/
install -D --mode=644 sess/.htaccess debian/ldap-account-manager/var/lib/ldap-account-manager/sess/.htaccess
cp -r style debian/ldap-account-manager/usr/share/ldap-account-manager/
cp -r templates debian/ldap-account-manager/usr/share/ldap-account-manager/
install -D --mode=755 lib/lamdaemon.pl debian/ldap-account-manager-lamdaemon/usr/share/ldap-account-manager/lib/lamdaemon.pl
install -D --mode=755 debian/README-lamdaemon.Debian debian/ldap-account-manager-lamdaemon/usr/share/doc/ldap-account-manager-lamdaemon/README.Debian
# Build architecture-independent files here.
binary-dep: build install
# Build architecture-independent files here.
binary-indep: build install
dh_testdir
dh_testroot
dh_installchangelogs HISTORY
dh_installdocs
dh_install
dh_compress
dh_fixperms
dh_link /usr/share/doc/ldap-account-manager/docs /usr/share/ldap-account-manager/docs
install -D --mode=644 debian/lam.apache.conf debian/ldap-account-manager/etc/ldap-account-manager/apache.conf
install -D --mode=644 debian/lam.nginx.conf debian/ldap-account-manager/etc/ldap-account-manager/nginx.conf
install -D --mode=644 config/config.cfg.sample debian/ldap-account-manager/etc/ldap-account-manager/config.cfg
dh_link /etc/ldap-account-manager/config.cfg /var/lib/ldap-account-manager/config/config.cfg
dh_installdebconf
dh_installdeb
dh_gencontrol
dh_md5sums
dh_builddeb
binary: binary-indep
.PHONY: build clean binary-indep binary install configure
binary-arch:

View File

@ -1 +0,0 @@
3.0 (quilt)

View File

@ -1,23 +0,0 @@
Template: ldap-account-manager/config-webserver
Type: multiselect
Choices: apache2
Default: apache2
_Description: Web server configuration:
LDAP Account Manager supports any webserver that supports PHP5, but this
automatic configuration process only supports Apache2.
If you choose to configure Apache2 then LAM can be accessed at http(s)://localhost/lam
Template: ldap-account-manager/alias
Type: string
Default: lam
_Description: Alias name:
LAM will add an alias to your httpd.conf which allows you to
access LAM at http(s)://localhost/lam. You may select an alias other than
"lam".
Template: ldap-account-manager/restart-webserver
Type: boolean
Default: true
_Description: Would you like to restart your webserver(s) now?
Your webserver(s) need to be restarted in order to apply the changes.

View File

@ -1,5 +0,0 @@
# format version number, currently 2; this line is compulsory!
version=2
# LDAP Account Manager at Sourceforge
http://sf.net/lam/ldap-account-manager-([0-9]\.[0-9](\.[0-9])?)\.tar\.gz

View File

@ -1,36 +0,0 @@
#
# LAM setup
#
# skip LAM preconfiguration (lam.conf + config.cfg), values: (true/false)
# If set to false the other variables below have no effect.
LAM_SKIP_PRECONFIGURE=false
# domain of LDAP database root entry, will be converted to dc=...,dc=...
LDAP_DOMAIN=my-domain.com
# LDAP base DN to overwrite value generated by LDAP_DOMAIN
LDAP_BASE_DN=dc=my-domain,dc=com
# LDAP users DN to overwrite value provided by LDAP_BASE_DN
LDAP_USERS_DN=ou=people,dc=my-domain,dc=com
# LDAP groups DN to overwrite value provided by LDAP_BASE_DN
LDAP_GROUPS_DN=ou=groups,dc=my-domain,dc=com
# LDAP server URL
LDAP_SERVER=ldap://ldap:389
# LDAP admin user (set as login user for LAM)
LDAP_USER=cn=admin,dc=my-domain,dc=com
# default language, e.g. en_US, de_DE, fr_FR, ...
LAM_LANG=en_US
# LAM configuration master password and password for server profile "lam"
LAM_PASSWORD=lam
# deactivate TLS certificate checks, activate for development only
LAM_DISABLE_TLS_CHECK=false
#
# docker-compose only, LDAP server setup
#
# LDAP organisation name for OpenLDAP
LDAP_ORGANISATION="LDAP Account Manager Demo"
# LDAP admin password
LDAP_ADMIN_PASSWORD=adminpw
# password for LDAP read-only user
LDAP_READONLY_USER_PASSWORD=readonlypw

View File

@ -1,112 +0,0 @@
#
# Docker image for LDAP Account Manager
# This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/)
# Copyright (C) 2019 - 2020 Roland Gruber
# 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.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# Usage: run this command: docker run -p 8080:80 -it -d ldapaccountmanager/lam:stable
#
# Then access LAM at http://localhost:8080/
# You can change the port 8080 if needed.
# See possible environment variables here: https://github.com/LDAPAccountManager/lam/blob/develop/lam-packaging/docker/.env
#
FROM debian:buster-slim
LABEL maintainer="Roland Gruber <post@rolandgruber.de>"
ARG LAM_RELEASE=7.3.RC1
EXPOSE 80
ENV \
DEBIAN_FRONTEND=noninteractive \
DEBUG=''
RUN apt-get update && \
apt-get upgrade -y
# install locales
RUN apt-get install -y locales
RUN sed -i 's/^# *\(ca_ES.UTF-8\)/\1/' /etc/locale.gen && \
sed -i 's/^# *\(cz_CZ.UTF-8\)/\1/' /etc/locale.gen && \
sed -i 's/^# *\(de_DE.UTF-8\)/\1/' /etc/locale.gen && \
sed -i 's/^# *\(en_GB.UTF-8\)/\1/' /etc/locale.gen && \
sed -i 's/^# *\(en_US.UTF-8\)/\1/' /etc/locale.gen && \
sed -i 's/^# *\(es_ES.UTF-8\)/\1/' /etc/locale.gen && \
sed -i 's/^# *\(fr_FR.UTF-8\)/\1/' /etc/locale.gen && \
sed -i 's/^# *\(it_IT.UTF-8\)/\1/' /etc/locale.gen && \
sed -i 's/^# *\(hu_HU.UTF-8\)/\1/' /etc/locale.gen && \
sed -i 's/^# *\(nl_NL.UTF-8\)/\1/' /etc/locale.gen && \
sed -i 's/^# *\(pl_PL.UTF-8\)/\1/' /etc/locale.gen && \
sed -i 's/^# *\(pt_BR.UTF-8\)/\1/' /etc/locale.gen && \
sed -i 's/^# *\(ru_RU.UTF-8\)/\1/' /etc/locale.gen && \
sed -i 's/^# *\(sk_SK.UTF-8\)/\1/' /etc/locale.gen && \
sed -i 's/^# *\(tr_TR.UTF-8\)/\1/' /etc/locale.gen && \
sed -i 's/^# *\(uk_UA.UTF-8\)/\1/' /etc/locale.gen && \
sed -i 's/^# *\(ja_JP.UTF-8\)/\1/' /etc/locale.gen && \
sed -i 's/^# *\(zh_TW.UTF-8\)/\1/' /etc/locale.gen && \
sed -i 's/^# *\(zh_CN.UTF-8\)/\1/' /etc/locale.gen && \
locale-gen
RUN apt-get install --no-install-recommends -y \
apache2 \
ca-certificates \
dumb-init \
fonts-dejavu \
libapache2-mod-php \
php \
php-curl \
php-gd \
php-imagick \
php-ldap \
php-monolog \
php-phpseclib \
php-xml \
php-zip \
php-imap \
php-gmp \
wget \
&& \
rm /etc/apache2/sites-enabled/*default* && \
rm -rf /var/cache/apt /var/lib/apt/lists/*
# install LAM
RUN wget http://prdownloads.sourceforge.net/lam/ldap-account-manager_${LAM_RELEASE}-1_all.deb?download \
-O /tmp/ldap-account-manager_${LAM_RELEASE}-1_all.deb && \
dpkg -i /tmp/ldap-account-manager_${LAM_RELEASE}-1_all.deb && \
rm -f /tmp/ldap-account-manager_${LAM_RELEASE}-1_all.deb
# redirect Apache logging
RUN sed -e 's,^ErrorLog.*,ErrorLog "|/bin/cat",' -i /etc/apache2/apache2.conf
# because there is no logging set in the lam vhost logging goes to other_vhost_access.log
RUN ln -sf /dev/stdout /var/log/apache2/other_vhosts_access.log
# add redirect for /
RUN a2enmod rewrite
RUN echo "RewriteEngine on" >> /etc/apache2/conf-enabled/laminit.conf \
&& echo "RewriteRule ^/$ /lam/ [R,L]" >> /etc/apache2/conf-enabled/laminit.conf
COPY start.sh /usr/local/bin/start.sh
WORKDIR /var/lib/ldap-account-manager/config
# start Apache when container starts
ENTRYPOINT ["/usr/bin/dumb-init", "--"]
CMD [ "/usr/local/bin/start.sh" ]
HEALTHCHECK --interval=1m --timeout=10s \
CMD wget -qO- http://localhost/lam/ | grep -q '<title>LDAP Account Manager</title>'

View File

@ -1,42 +0,0 @@
version: '3.5'
services:
ldap-account-manager:
build:
context: .
image: ldapaccountmanager/lam:7.3.RC1
restart: unless-stopped
ports:
- "8080:80"
volumes:
- lametc/:/etc/ldap-account-manager
- lamconfig/:/var/lib/ldap-account-manager/config
- lamsession/:/var/lib/ldap-account-manager/sess
environment:
- LAM_PASSWORD=${LAM_PASSWORD}
- LAM_LANG=en_US
- LDAP_SERVER=${LDAP_SERVER}
- LDAP_DOMAIN=${LDAP_DOMAIN}
- LDAP_BASE_DN=${LDAP_BASE_DN}
- ADMIN_USER=cn=admin,${LDAP_BASE_DN}
- DEBUG=true
ldap:
image: osixia/openldap:latest
restart: unless-stopped
environment:
- LDAP_ORGANISATION=${LDAP_ORGANISATION}
- LDAP_DOMAIN=${LDAP_DOMAIN}
- LDAP_BASE_DN=${LDAP_BASE_DN}
- LDAP_ADMIN_PASSWORD=${LDAP_ADMIN_PASSWORD}
- LDAP_READONLY_USER=true
- LDAP_READONLY_USER_PASSWORD=${LDAP_READONLY_USER_PASSWORD}
command: "--loglevel info --copy-service"
volumes:
- ldap:/var/lib/ldap
- slapd:/etc/ldap/slapd.d
volumes:
lametc:
lamconfig:
lamsession:
ldap:
slapd:

View File

@ -1,66 +0,0 @@
#!/bin/bash
#
# Docker start script for LDAP Account Manager
# This code is part of LDAP Account Manager (http://www.ldap-account-manager.org/)
# Copyright (C) 2019 Felix Bartels
# 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.
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
set -eu # unset variables are errors & non-zero return values exit the whole script
[ "$DEBUG" ] && set -x
if [ "${LAM_DISABLE_TLS_CHECK:-}" == "true" ]; then
ln -s /etc/ldap/ldap.conf /etc/ldap.conf
echo "TLS_REQCERT never" >> /etc/ldap/ldap.conf
fi
LAM_SKIP_PRECONFIGURE="${LAM_SKIP_PRECONFIGURE:-false}"
if [ "$LAM_SKIP_PRECONFIGURE" != "true" ]; then
LAM_LANG="${LAM_LANG:-en_US}"
export LAM_PASSWORD="${LAM_PASSWORD:-lam}"
LAM_PASSWORD_SSHA=$(php -r '$password = getenv("LAM_PASSWORD"); mt_srand((microtime() * 1000000)); $rand = abs(hexdec(bin2hex(openssl_random_pseudo_bytes(5)))); $salt0 = substr(pack("h*", md5($rand)), 0, 8); $salt = substr(pack("H*", sha1($salt0 . $password)), 0, 4); print "{SSHA}" . base64_encode(pack("H*", sha1($password . $salt))) . " " . base64_encode($salt) . "\n";')
LDAP_SERVER="${LDAP_SERVER:-ldap://ldap:389}"
LDAP_DOMAIN="${LDAP_DOMAIN:-my-domain.com}"
LDAP_BASE_DN="${LDAP_BASE_DN:-dc=${LDAP_DOMAIN//\./,dc=}}"
LDAP_USERS_DN="${LDAP_USERS_DN:-${LDAP_BASE_DN}}"
LDAP_GROUPS_DN="${LDAP_GROUPS_DN:-${LDAP_BASE_DN}}"
LDAP_ADMIN_USER="${LDAP_USER:-cn=admin,${LDAP_BASE_DN}}"
sed -i -f- /etc/ldap-account-manager/config.cfg <<- EOF
s|^password:.*|password: ${LAM_PASSWORD_SSHA}|;
EOF
unset LAM_PASSWORD
sed -i -f- /var/lib/ldap-account-manager/config/lam.conf <<- EOF
s|^ServerURL:.*|ServerURL: ${LDAP_SERVER}|;
s|^Admins:.*|Admins: ${LDAP_ADMIN_USER}|;
s|^Passwd:.*|Passwd: ${LAM_PASSWORD_SSHA}|;
s|^treesuffix:.*|treesuffix: ${LDAP_BASE_DN}|;
s|^defaultLanguage:.*|defaultLanguage: ${LAM_LANG}.utf8|;
s|^.*suffix_user:.*|types: suffix_user: ${LDAP_USERS_DN}|;
s|^.*suffix_group:.*|types: suffix_group: ${LDAP_GROUPS_DN}|;
EOF
fi
echo "Starting Apache"
rm -f /run/apache2/apache2.pid
set +u
# shellcheck disable=SC1091
source /etc/apache2/envvars
exec /usr/sbin/apache2 -DFOREGROUND

View File

@ -1,8 +0,0 @@
#!/usr/bin/php
<?php
$file = fopen("lam/VERSION", "r");
$line = fgets($file, 100);
$line = trim($line);
echo $line;
exit;
?>

View File

@ -1,5 +0,0 @@
<Files *>
Options +FollowSymLinks
Require all granted
DirectoryIndex index.html
</Files>

View File

@ -1,680 +0,0 @@
Most parts of LDAP Account Manager are licensed under the GNU GENERAL PUBLIC LICENSE.
See the copyright file for a detailed list of licenses.
-------------------------------------------------------------------------------------
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The GNU General Public License is a free, copyleft license for
software and other kinds of works.
The licenses for most software and other practical works are designed
to take away your freedom to share and change the works. By contrast,
the GNU General Public License is intended to guarantee your freedom to
share and change all versions of a program--to make sure it remains free
software for all its users. We, the Free Software Foundation, use the
GNU General Public License for most of our software; it applies also to
any other work released this way by its authors. You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
them if you wish), that you receive source code or can get it if you
want it, that you can change the software or use pieces of it in new
free programs, and that you know you can do these things.
To protect your rights, we need to prevent others from denying you
these rights or asking you to surrender the rights. Therefore, you have
certain responsibilities if you distribute copies of the software, or if
you modify it: responsibilities to respect the freedom of others.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must pass on to the recipients the same
freedoms that you received. You must make sure that they, too, receive
or can get the source code. And you must show them these terms so they
know their rights.
Developers that use the GNU GPL protect your rights with two steps:
(1) assert copyright on the software, and (2) offer you this License
giving you legal permission to copy, distribute and/or modify it.
For the developers' and authors' protection, the GPL clearly explains
that there is no warranty for this free software. For both users' and
authors' sake, the GPL requires that modified versions be marked as
changed, so that their problems will not be attributed erroneously to
authors of previous versions.
Some devices are designed to deny users access to install or run
modified versions of the software inside them, although the manufacturer
can do so. This is fundamentally incompatible with the aim of
protecting users' freedom to change the software. The systematic
pattern of such abuse occurs in the area of products for individuals to
use, which is precisely where it is most unacceptable. Therefore, we
have designed this version of the GPL to prohibit the practice for those
products. If such problems arise substantially in other domains, we
stand ready to extend this provision to those domains in future versions
of the GPL, as needed to protect the freedom of users.
Finally, every program is threatened constantly by software patents.
States should not allow patents to restrict development and use of
software on general-purpose computers, but in those that do, we wish to
avoid the special danger that patents applied to a free program could
make it effectively proprietary. To prevent this, the GPL assures that
patents cannot be used to render the program non-free.
The precise terms and conditions for copying, distribution and
modification follow.
TERMS AND CONDITIONS
0. Definitions.
"This License" refers to version 3 of the GNU General Public License.
"Copyright" also means copyright-like laws that apply to other kinds of
works, such as semiconductor masks.
"The Program" refers to any copyrightable work licensed under this
License. Each licensee is addressed as "you". "Licensees" and
"recipients" may be individuals or organizations.
To "modify" a work means to copy from or adapt all or part of the work
in a fashion requiring copyright permission, other than the making of an
exact copy. The resulting work is called a "modified version" of the
earlier work or a work "based on" the earlier work.
A "covered work" means either the unmodified Program or a work based
on the Program.
To "propagate" a work means to do anything with it that, without
permission, would make you directly or secondarily liable for
infringement under applicable copyright law, except executing it on a
computer or modifying a private copy. Propagation includes copying,
distribution (with or without modification), making available to the
public, and in some countries other activities as well.
To "convey" a work means any kind of propagation that enables other
parties to make or receive copies. Mere interaction with a user through
a computer network, with no transfer of a copy, is not conveying.
An interactive user interface displays "Appropriate Legal Notices"
to the extent that it includes a convenient and prominently visible
feature that (1) displays an appropriate copyright notice, and (2)
tells the user that there is no warranty for the work (except to the
extent that warranties are provided), that licensees may convey the
work under this License, and how to view a copy of this License. If
the interface presents a list of user commands or options, such as a
menu, a prominent item in the list meets this criterion.
1. Source Code.
The "source code" for a work means the preferred form of the work
for making modifications to it. "Object code" means any non-source
form of a work.
A "Standard Interface" means an interface that either is an official
standard defined by a recognized standards body, or, in the case of
interfaces specified for a particular programming language, one that
is widely used among developers working in that language.
The "System Libraries" of an executable work include anything, other
than the work as a whole, that (a) is included in the normal form of
packaging a Major Component, but which is not part of that Major
Component, and (b) serves only to enable use of the work with that
Major Component, or to implement a Standard Interface for which an
implementation is available to the public in source code form. A
"Major Component", in this context, means a major essential component
(kernel, window system, and so on) of the specific operating system
(if any) on which the executable work runs, or a compiler used to
produce the work, or an object code interpreter used to run it.
The "Corresponding Source" for a work in object code form means all
the source code needed to generate, install, and (for an executable
work) run the object code and to modify the work, including scripts to
control those activities. However, it does not include the work's
System Libraries, or general-purpose tools or generally available free
programs which are used unmodified in performing those activities but
which are not part of the work. For example, Corresponding Source
includes interface definition files associated with source files for
the work, and the source code for shared libraries and dynamically
linked subprograms that the work is specifically designed to require,
such as by intimate data communication or control flow between those
subprograms and other parts of the work.
The Corresponding Source need not include anything that users
can regenerate automatically from other parts of the Corresponding
Source.
The Corresponding Source for a work in source code form is that
same work.
2. Basic Permissions.
All rights granted under this License are granted for the term of
copyright on the Program, and are irrevocable provided the stated
conditions are met. This License explicitly affirms your unlimited
permission to run the unmodified Program. The output from running a
covered work is covered by this License only if the output, given its
content, constitutes a covered work. This License acknowledges your
rights of fair use or other equivalent, as provided by copyright law.
You may make, run and propagate covered works that you do not
convey, without conditions so long as your license otherwise remains
in force. You may convey covered works to others for the sole purpose
of having them make modifications exclusively for you, or provide you
with facilities for running those works, provided that you comply with
the terms of this License in conveying all material for which you do
not control copyright. Those thus making or running the covered works
for you must do so exclusively on your behalf, under your direction
and control, on terms that prohibit them from making any copies of
your copyrighted material outside their relationship with you.
Conveying under any other circumstances is permitted solely under
the conditions stated below. Sublicensing is not allowed; section 10
makes it unnecessary.
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
No covered work shall be deemed part of an effective technological
measure under any applicable law fulfilling obligations under article
11 of the WIPO copyright treaty adopted on 20 December 1996, or
similar laws prohibiting or restricting circumvention of such
measures.
When you convey a covered work, you waive any legal power to forbid
circumvention of technological measures to the extent such circumvention
is effected by exercising rights under this License with respect to
the covered work, and you disclaim any intention to limit operation or
modification of the work as a means of enforcing, against the work's
users, your or third parties' legal rights to forbid circumvention of
technological measures.
4. Conveying Verbatim Copies.
You may convey verbatim copies of the Program's source code as you
receive it, in any medium, provided that you conspicuously and
appropriately publish on each copy an appropriate copyright notice;
keep intact all notices stating that this License and any
non-permissive terms added in accord with section 7 apply to the code;
keep intact all notices of the absence of any warranty; and give all
recipients a copy of this License along with the Program.
You may charge any price or no price for each copy that you convey,
and you may offer support or warranty protection for a fee.
5. Conveying Modified Source Versions.
You may convey a work based on the Program, or the modifications to
produce it from the Program, in the form of source code under the
terms of section 4, provided that you also meet all of these conditions:
a) The work must carry prominent notices stating that you modified
it, and giving a relevant date.
b) The work must carry prominent notices stating that it is
released under this License and any conditions added under section
7. This requirement modifies the requirement in section 4 to
"keep intact all notices".
c) You must license the entire work, as a whole, under this
License to anyone who comes into possession of a copy. This
License will therefore apply, along with any applicable section 7
additional terms, to the whole of the work, and all its parts,
regardless of how they are packaged. This License gives no
permission to license the work in any other way, but it does not
invalidate such permission if you have separately received it.
d) If the work has interactive user interfaces, each must display
Appropriate Legal Notices; however, if the Program has interactive
interfaces that do not display Appropriate Legal Notices, your
work need not make them do so.
A compilation of a covered work with other separate and independent
works, which are not by their nature extensions of the covered work,
and which are not combined with it such as to form a larger program,
in or on a volume of a storage or distribution medium, is called an
"aggregate" if the compilation and its resulting copyright are not
used to limit the access or legal rights of the compilation's users
beyond what the individual works permit. Inclusion of a covered work
in an aggregate does not cause this License to apply to the other
parts of the aggregate.
6. Conveying Non-Source Forms.
You may convey a covered work in object code form under the terms
of sections 4 and 5, provided that you also convey the
machine-readable Corresponding Source under the terms of this License,
in one of these ways:
a) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by the
Corresponding Source fixed on a durable physical medium
customarily used for software interchange.
b) Convey the object code in, or embodied in, a physical product
(including a physical distribution medium), accompanied by a
written offer, valid for at least three years and valid for as
long as you offer spare parts or customer support for that product
model, to give anyone who possesses the object code either (1) a
copy of the Corresponding Source for all the software in the
product that is covered by this License, on a durable physical
medium customarily used for software interchange, for a price no
more than your reasonable cost of physically performing this
conveying of source, or (2) access to copy the
Corresponding Source from a network server at no charge.
c) Convey individual copies of the object code with a copy of the
written offer to provide the Corresponding Source. This
alternative is allowed only occasionally and noncommercially, and
only if you received the object code with such an offer, in accord
with subsection 6b.
d) Convey the object code by offering access from a designated
place (gratis or for a charge), and offer equivalent access to the
Corresponding Source in the same way through the same place at no
further charge. You need not require recipients to copy the
Corresponding Source along with the object code. If the place to
copy the object code is a network server, the Corresponding Source
may be on a different server (operated by you or a third party)
that supports equivalent copying facilities, provided you maintain
clear directions next to the object code saying where to find the
Corresponding Source. Regardless of what server hosts the
Corresponding Source, you remain obligated to ensure that it is
available for as long as needed to satisfy these requirements.
e) Convey the object code using peer-to-peer transmission, provided
you inform other peers where the object code and Corresponding
Source of the work are being offered to the general public at no
charge under subsection 6d.
A separable portion of the object code, whose source code is excluded
from the Corresponding Source as a System Library, need not be
included in conveying the object code work.
A "User Product" is either (1) a "consumer product", which means any
tangible personal property which is normally used for personal, family,
or household purposes, or (2) anything designed or sold for incorporation
into a dwelling. In determining whether a product is a consumer product,
doubtful cases shall be resolved in favor of coverage. For a particular
product received by a particular user, "normally used" refers to a
typical or common use of that class of product, regardless of the status
of the particular user or of the way in which the particular user
actually uses, or expects or is expected to use, the product. A product
is a consumer product regardless of whether the product has substantial
commercial, industrial or non-consumer uses, unless such uses represent
the only significant mode of use of the product.
"Installation Information" for a User Product means any methods,
procedures, authorization keys, or other information required to install
and execute modified versions of a covered work in that User Product from
a modified version of its Corresponding Source. The information must
suffice to ensure that the continued functioning of the modified object
code is in no case prevented or interfered with solely because
modification has been made.
If you convey an object code work under this section in, or with, or
specifically for use in, a User Product, and the conveying occurs as
part of a transaction in which the right of possession and use of the
User Product is transferred to the recipient in perpetuity or for a
fixed term (regardless of how the transaction is characterized), the
Corresponding Source conveyed under this section must be accompanied
by the Installation Information. But this requirement does not apply
if neither you nor any third party retains the ability to install
modified object code on the User Product (for example, the work has
been installed in ROM).
The requirement to provide Installation Information does not include a
requirement to continue to provide support service, warranty, or updates
for a work that has been modified or installed by the recipient, or for
the User Product in which it has been modified or installed. Access to a
network may be denied when the modification itself materially and
adversely affects the operation of the network or violates the rules and
protocols for communication across the network.
Corresponding Source conveyed, and Installation Information provided,
in accord with this section must be in a format that is publicly
documented (and with an implementation available to the public in
source code form), and must require no special password or key for
unpacking, reading or copying.
7. Additional Terms.
"Additional permissions" are terms that supplement the terms of this
License by making exceptions from one or more of its conditions.
Additional permissions that are applicable to the entire Program shall
be treated as though they were included in this License, to the extent
that they are valid under applicable law. If additional permissions
apply only to part of the Program, that part may be used separately
under those permissions, but the entire Program remains governed by
this License without regard to the additional permissions.
When you convey a copy of a covered work, you may at your option
remove any additional permissions from that copy, or from any part of
it. (Additional permissions may be written to require their own
removal in certain cases when you modify the work.) You may place
additional permissions on material, added by you to a covered work,
for which you have or can give appropriate copyright permission.
Notwithstanding any other provision of this License, for material you
add to a covered work, you may (if authorized by the copyright holders of
that material) supplement the terms of this License with terms:
a) Disclaiming warranty or limiting liability differently from the
terms of sections 15 and 16 of this License; or
b) Requiring preservation of specified reasonable legal notices or
author attributions in that material or in the Appropriate Legal
Notices displayed by works containing it; or
c) Prohibiting misrepresentation of the origin of that material, or
requiring that modified versions of such material be marked in
reasonable ways as different from the original version; or
d) Limiting the use for publicity purposes of names of licensors or
authors of the material; or
e) Declining to grant rights under trademark law for use of some
trade names, trademarks, or service marks; or
f) Requiring indemnification of licensors and authors of that
material by anyone who conveys the material (or modified versions of
it) with contractual assumptions of liability to the recipient, for
any liability that these contractual assumptions directly impose on
those licensors and authors.
All other non-permissive additional terms are considered "further
restrictions" within the meaning of section 10. If the Program as you
received it, or any part of it, contains a notice stating that it is
governed by this License along with a term that is a further
restriction, you may remove that term. If a license document contains
a further restriction but permits relicensing or conveying under this
License, you may add to a covered work material governed by the terms
of that license document, provided that the further restriction does
not survive such relicensing or conveying.
If you add terms to a covered work in accord with this section, you
must place, in the relevant source files, a statement of the
additional terms that apply to those files, or a notice indicating
where to find the applicable terms.
Additional terms, permissive or non-permissive, may be stated in the
form of a separately written license, or stated as exceptions;
the above requirements apply either way.
8. Termination.
You may not propagate or modify a covered work except as expressly
provided under this License. Any attempt otherwise to propagate or
modify it is void, and will automatically terminate your rights under
this License (including any patent licenses granted under the third
paragraph of section 11).
However, if you cease all violation of this License, then your
license from a particular copyright holder is reinstated (a)
provisionally, unless and until the copyright holder explicitly and
finally terminates your license, and (b) permanently, if the copyright
holder fails to notify you of the violation by some reasonable means
prior to 60 days after the cessation.
Moreover, your license from a particular copyright holder is
reinstated permanently if the copyright holder notifies you of the
violation by some reasonable means, this is the first time you have
received notice of violation of this License (for any work) from that
copyright holder, and you cure the violation prior to 30 days after
your receipt of the notice.
Termination of your rights under this section does not terminate the
licenses of parties who have received copies or rights from you under
this License. If your rights have been terminated and not permanently
reinstated, you do not qualify to receive new licenses for the same
material under section 10.
9. Acceptance Not Required for Having Copies.
You are not required to accept this License in order to receive or
run a copy of the Program. Ancillary propagation of a covered work
occurring solely as a consequence of using peer-to-peer transmission
to receive a copy likewise does not require acceptance. However,
nothing other than this License grants you permission to propagate or
modify any covered work. These actions infringe copyright if you do
not accept this License. Therefore, by modifying or propagating a
covered work, you indicate your acceptance of this License to do so.
10. Automatic Licensing of Downstream Recipients.
Each time you convey a covered work, the recipient automatically
receives a license from the original licensors, to run, modify and
propagate that work, subject to this License. You are not responsible
for enforcing compliance by third parties with this License.
An "entity transaction" is a transaction transferring control of an
organization, or substantially all assets of one, or subdividing an
organization, or merging organizations. If propagation of a covered
work results from an entity transaction, each party to that
transaction who receives a copy of the work also receives whatever
licenses to the work the party's predecessor in interest had or could
give under the previous paragraph, plus a right to possession of the
Corresponding Source of the work from the predecessor in interest, if
the predecessor has it or can get it with reasonable efforts.
You may not impose any further restrictions on the exercise of the
rights granted or affirmed under this License. For example, you may
not impose a license fee, royalty, or other charge for exercise of
rights granted under this License, and you may not initiate litigation
(including a cross-claim or counterclaim in a lawsuit) alleging that
any patent claim is infringed by making, using, selling, offering for
sale, or importing the Program or any portion of it.
11. Patents.
A "contributor" is a copyright holder who authorizes use under this
License of the Program or a work on which the Program is based. The
work thus licensed is called the contributor's "contributor version".
A contributor's "essential patent claims" are all patent claims
owned or controlled by the contributor, whether already acquired or
hereafter acquired, that would be infringed by some manner, permitted
by this License, of making, using, or selling its contributor version,
but do not include claims that would be infringed only as a
consequence of further modification of the contributor version. For
purposes of this definition, "control" includes the right to grant
patent sublicenses in a manner consistent with the requirements of
this License.
Each contributor grants you a non-exclusive, worldwide, royalty-free
patent license under the contributor's essential patent claims, to
make, use, sell, offer for sale, import and otherwise run, modify and
propagate the contents of its contributor version.
In the following three paragraphs, a "patent license" is any express
agreement or commitment, however denominated, not to enforce a patent
(such as an express permission to practice a patent or covenant not to
sue for patent infringement). To "grant" such a patent license to a
party means to make such an agreement or commitment not to enforce a
patent against the party.
If you convey a covered work, knowingly relying on a patent license,
and the Corresponding Source of the work is not available for anyone
to copy, free of charge and under the terms of this License, through a
publicly available network server or other readily accessible means,
then you must either (1) cause the Corresponding Source to be so
available, or (2) arrange to deprive yourself of the benefit of the
patent license for this particular work, or (3) arrange, in a manner
consistent with the requirements of this License, to extend the patent
license to downstream recipients. "Knowingly relying" means you have
actual knowledge that, but for the patent license, your conveying the
covered work in a country, or your recipient's use of the covered work
in a country, would infringe one or more identifiable patents in that
country that you have reason to believe are valid.
If, pursuant to or in connection with a single transaction or
arrangement, you convey, or propagate by procuring conveyance of, a
covered work, and grant a patent license to some of the parties
receiving the covered work authorizing them to use, propagate, modify
or convey a specific copy of the covered work, then the patent license
you grant is automatically extended to all recipients of the covered
work and works based on it.
A patent license is "discriminatory" if it does not include within
the scope of its coverage, prohibits the exercise of, or is
conditioned on the non-exercise of one or more of the rights that are
specifically granted under this License. You may not convey a covered
work if you are a party to an arrangement with a third party that is
in the business of distributing software, under which you make payment
to the third party based on the extent of your activity of conveying
the work, and under which the third party grants, to any of the
parties who would receive the covered work from you, a discriminatory
patent license (a) in connection with copies of the covered work
conveyed by you (or copies made from those copies), or (b) primarily
for and in connection with specific products or compilations that
contain the covered work, unless you entered into that arrangement,
or that patent license was granted, prior to 28 March 2007.
Nothing in this License shall be construed as excluding or limiting
any implied license or other defenses to infringement that may
otherwise be available to you under applicable patent law.
12. No Surrender of Others' Freedom.
If conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot convey a
covered work so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you may
not convey it at all. For example, if you agree to terms that obligate you
to collect a royalty for further conveying from those to whom you convey
the Program, the only way you could satisfy both those terms and this
License would be to refrain entirely from conveying the Program.
13. Use with the GNU Affero General Public License.
Notwithstanding any other provision of this License, you have
permission to link or combine any covered work with a work licensed
under version 3 of the GNU Affero General Public License into a single
combined work, and to convey the resulting work. The terms of this
License will continue to apply to the part which is the covered work,
but the special requirements of the GNU Affero General Public License,
section 13, concerning interaction through a network will apply to the
combination as such.
14. Revised Versions of this License.
The Free Software Foundation may publish revised and/or new versions of
the GNU General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the
Program specifies that a certain numbered version of the GNU General
Public License "or any later version" applies to it, you have the
option of following the terms and conditions either of that numbered
version or of any later version published by the Free Software
Foundation. If the Program does not specify a version number of the
GNU General Public License, you may choose any version ever published
by the Free Software Foundation.
If the Program specifies that a proxy can decide which future
versions of the GNU General Public License can be used, that proxy's
public statement of acceptance of a version permanently authorizes you
to choose that version for the Program.
Later license versions may give you additional or different
permissions. However, no additional obligations are imposed on any
author or copyright holder as a result of your choosing to follow a
later version.
15. Disclaimer of Warranty.
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
16. Limitation of Liability.
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
SUCH DAMAGES.
17. Interpretation of Sections 15 and 16.
If the disclaimer of warranty and limitation of liability provided
above cannot be given local legal effect according to their terms,
reviewing courts shall apply local law that most closely approximates
an absolute waiver of all civil liability in connection with the
Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Programs
If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.
To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
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 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.
Also add information on how to contact you by electronic and paper mail.
If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:
<program> Copyright (C) <year> <name of author>
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, your program's commands
might be different; for a GUI interface, you would use an "about box".
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
<https://www.gnu.org/licenses/>.
The GNU General Public License does not permit incorporating your program
into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
<https://www.gnu.org/licenses/why-not-lgpl.html>.

File diff suppressed because it is too large Load Diff

View File

@ -1,32 +0,0 @@
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

View File

@ -1 +0,0 @@
7.3.RC1

View File

@ -1,3 +0,0 @@
#!/bin/bash
~/.local/bin/codespell --skip '*3rdParty*,*/ckeditor/*,*/po/*,*/locale/*,tmp,sess,config,graphics,*/style/images/*,*/style/*.gif,*/style/*.png,*/docs/manual-onePage/*,*/docs/manual-sources/images/*,*/templates/lib/*jquery*,*~,*/docs/phpdoc/*,*/docs/manual/*,*/docs/devel/images/*,*/docs/manual-pdf/*,*.sh,*/cropper.js,*/lib/extra/duo/*' --ignore-words-list "tim,te,pres,files'"

View File

@ -1,18 +0,0 @@
{
"config": {
"vendor-dir": "lib/3rdParty/composer"
},
"repositories": [
{
"type": "pear",
"url": "https://pear.horde.org"
}
],
"require" : {
"web-auth/webauthn-lib" : "2.1.7",
"symfony/http-foundation" : "5.0.7",
"symfony/psr-http-message-bridge" : "1.3.0",
"pear-pear.horde.org/Horde_Imap_Client" : "2.30.1",
"phpmailer/phpmailer": "~6.1"
}
}

1804
lam/composer.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +0,0 @@
d_*
config.cfg
/serverCerts.pem
/pdf/
/profiles/
*.sqlite

View File

@ -1,3 +0,0 @@
<Files *>
Require all denied
</Files>

View File

@ -1,206 +0,0 @@
# LDAP Account Manager configuration
#
# Please do not modify this file manually. The configuration can be done completely by the LAM GUI.
#
###################################################################################################
# server address (e.g. ldap://localhost:389 or ldaps://localhost:636)
ServerURL: ldap://localhost:389
# list of users who are allowed to use LDAP Account Manager
# names have to be seperated by semicolons
# e.g. admins: cn=admin,dc=yourdomain,dc=org;cn=root,dc=yourdomain,dc=org
Admins: cn=Manager,dc=my-domain,dc=com
# password to change these preferences via webfrontend (default: lam)
Passwd: lam
# suffix of tree view
# e.g. dc=yourdomain,dc=org
treesuffix: dc=yourdomain,dc=org
# default language (a line from config/language)
defaultLanguage: en_GB.utf8
# Path to external Script
scriptPath:
# Server of external Script
scriptServer:
# Access rights for home directories
scriptRights: 750
# Number of minutes LAM caches LDAP searches.
cachetimeout: 5
# LDAP search limit.
searchLimit: 0
# Module settings
modules: posixAccount_user_minUID: 10000
modules: posixAccount_user_maxUID: 30000
modules: posixAccount_host_minMachine: 50000
modules: posixAccount_host_maxMachine: 60000
modules: posixGroup_group_minGID: 10000
modules: posixGroup_group_maxGID: 20000
modules: posixGroup_pwdHash: SSHA
modules: posixAccount_pwdHash: SSHA
# List of active account types.
activeTypes: user
types: suffix_user: ou=People,dc=my-domain,dc=com
types: attr_user: #uid;#givenName;#sn;#mail
types: modules_user: inetOrgPerson
types: suffix_group: ou=group,dc=my-domain,dc=com
types: attr_group: #cn;#gidNumber;#memberUID;#description
types: modules_group: posixGroup
# Password mail subject
lamProMailSubject: Your password was reset
# Password mail text
lamProMailText: Dear @@givenName@@ @@sn@@,+::++::+your password was reset to: @@newPassword@@+::++::++::+Best regards+::++::+deskside support+::+
# enable TLS encryption
useTLS: yes
# follow referrals
followReferrals: false
# paged results
pagedResults: false
# Access level for this profile.
accessLevel: 100
# Login method.
loginMethod: list
# Search suffix for LAM login.
loginSearchSuffix: dc=yourdomain,dc=org
# Search filter for LAM login.
loginSearchFilter: uid=%USER%
# Bind DN for login search.
loginSearchDN:
# Bind password for login search.
loginSearchPassword:
# HTTP authentication for LAM login.
httpAuthentication: false
# Password mail from
lamProMailFrom:
# Password mail reply-to
lamProMailReplyTo:
# Password mail is HTML
lamProMailIsHTML: false
# Allow alternate address
lamProMailAllowAlternateAddress: true
modules: inetOrgPerson_hideDescription: false
modules: inetOrgPerson_hideStreet: false
modules: inetOrgPerson_hidePostOfficeBox: false
modules: inetOrgPerson_hidePostalCode: false
modules: inetOrgPerson_hideLocation: false
modules: inetOrgPerson_hideState: false
modules: inetOrgPerson_hidePostalAddress: false
modules: inetOrgPerson_hideRegisteredAddress: false
modules: inetOrgPerson_hideOfficeName: false
modules: inetOrgPerson_hideRoomNumber: false
modules: inetOrgPerson_hideTelephoneNumber: false
modules: inetOrgPerson_hideHomeTelephoneNumber: false
modules: inetOrgPerson_hideMobileNumber: false
modules: inetOrgPerson_hideFaxNumber: false
modules: inetOrgPerson_hidePager: true
modules: inetOrgPerson_hideEMailAddress: false
modules: inetOrgPerson_hideJobTitle: false
modules: inetOrgPerson_hideCarLicense: false
modules: inetOrgPerson_hideEmployeeType: false
modules: inetOrgPerson_hideBusinessCategory: false
modules: inetOrgPerson_hideDepartments: false
modules: inetOrgPerson_hideManager: false
modules: inetOrgPerson_hideOu: false
modules: inetOrgPerson_hideO: false
modules: inetOrgPerson_hideEmployeeNumber: false
modules: inetOrgPerson_hideInitials: false
modules: inetOrgPerson_hideLabeledURI: false
modules: inetOrgPerson_hideuserCertificate: false
modules: inetOrgPerson_hidejpegPhoto: false
modules: inetOrgPerson_hideUID: false
modules: inetOrgPerson_readOnly_businessCategory: false
modules: inetOrgPerson_readOnly_cn: false
modules: inetOrgPerson_readOnly_employeeType: false
modules: inetOrgPerson_readOnly_postalAddress: false
modules: inetOrgPerson_readOnly_uid: false
modules: inetOrgPerson_readOnly_title: false
modules: inetOrgPerson_readOnly_description: false
modules: inetOrgPerson_readOnly_st: false
modules: inetOrgPerson_readOnly_physicalDeliveryOfficeName: false
modules: inetOrgPerson_readOnly_mail: false
modules: inetOrgPerson_readOnly_facsimileTelephoneNumber: false
modules: inetOrgPerson_readOnly_jpegPhoto: false
modules: inetOrgPerson_readOnly_carLicense: false
modules: inetOrgPerson_readOnly_labeledURI: false
modules: inetOrgPerson_readOnly_initials: false
modules: inetOrgPerson_readOnly_registeredAddress: false
modules: inetOrgPerson_readOnly_mobile: false
modules: inetOrgPerson_readOnly_sn: false
modules: inetOrgPerson_readOnly_o: false
modules: inetOrgPerson_readOnly_ou: false
modules: inetOrgPerson_readOnly_l: false
modules: inetOrgPerson_readOnly_pager: false
modules: inetOrgPerson_readOnly_userPassword: false
modules: inetOrgPerson_readOnly_employeeNumber: false
modules: inetOrgPerson_readOnly_postOfficeBox: false
modules: inetOrgPerson_readOnly_postalCode: false
modules: inetOrgPerson_readOnly_roomNumber: false
modules: inetOrgPerson_readOnly_street: false
modules: inetOrgPerson_readOnly_homePhone: false
modules: inetOrgPerson_readOnly_telephoneNumber: false
modules: inetOrgPerson_readOnly_departmentNumber: false
modules: inetOrgPerson_readOnly_manager: false
modules: inetOrgPerson_readOnly_givenName: false
modules: inetOrgPerson_jpegPhoto_maxWidth:
modules: inetOrgPerson_jpegPhoto_maxHeight:
modules: inetOrgPerson_jpegPhoto_maxSize:
types: filter_user:
types: customLabel_user:
types: filter_group:
types: customLabel_group:
types: hidden_user:
types: hideNewButton_user:
types: hideDeleteButton_user:
types: readOnly_user:
tools: tool_hide_toolServerInformation: false
tools: tool_hide_toolFileUpload: false
tools: tool_hide_toolMultiEdit: false
tools: tool_hide_toolPDFEditor: false
tools: tool_hide_toolOUEditor: false
tools: tool_hide_toolProfileEditor: false
tools: tool_hide_toolTests: false
tools: tool_hide_toolSchemaBrowser: false

View File

@ -1,12 +0,0 @@
# password to add/delete/rename configuration profiles (default: lam)
password: {SSHA}D6AaX93kPmck9wAxNlq3GF93S7A= R7gkjQ==
# default profile, without ".conf"
default: lam
# log level
logLevel: 4
# log destination
logDestination: SYSLOG

View File

@ -1,63 +0,0 @@
# LDAP Account Manager language configuration file
#
# Do not modify!
# Each line consists of a ":"-seperated entry. The first part is the locale name,
# the second is the character encoding and the third the language name.
# Catalan
# ca_ES.utf8:UTF-8:Català (Catalunya)
# Czech
# cs_CZ.utf8:UTF-8:Čeština (Česko)
# German
de_DE.utf8:UTF-8:Deutsch (Deutschland)
# GB English
en_GB.utf8:UTF-8:English (Great Britain)
# US English
en_US.utf8:UTF-8:English (USA)
# Spanish
es_ES.utf8:UTF-8:Español (España)
# French
fr_FR.utf8:UTF-8:Français (France)
# Italian
it_IT.utf8:UTF-8:Italiano (Italia)
# Hungarian
# hu_HU.utf8:UTF-8:Magyar (Magyarország)
# Dutch
nl_NL.utf8:UTF-8:Nederlands (Nederland)
# Polish
pl_PL.utf8:UTF-8:Polski (Polska)
# Portuguese
pt_BR.utf8:UTF-8:Português (Brasil)
# Russian
ru_RU.utf8:UTF-8:Русский (Россия)
# Slovakian
sk_SK.utf8:UTF-8:Slovenčina (Slovensko)
# Turkish
# tr_TR.utf8:UTF-8:Türkçe (Türkiye)
# Ukrainian
uk_UA.utf8:UTF-8:Українська (Україна)
# Japanese
ja_JP.utf8:UTF-8:日本語 (日本)
# Chinese (Traditional)
zh_TW.utf8:UTF-8:繁體中文 (台灣)
# Chinese (Simplified)
zh_CN.utf8:UTF-8:简体中文 (中国)

View File

@ -1,251 +0,0 @@
# LDAP Account Manager configuration
#
# Please do not modify this file manually. The configuration can be done completely by the LAM GUI.
#
###################################################################################################
# server address (e.g. ldap://localhost:389 or ldaps://localhost:636)
ServerURL: ldap://localhost:389
# list of users who are allowed to use LDAP Account Manager
# names have to be seperated by semicolons
# e.g. admins: cn=admin,dc=yourdomain,dc=org;cn=root,dc=yourdomain,dc=org
Admins: cn=Manager,dc=my-domain,dc=com
# password to change these preferences via webfrontend (default: lam)
Passwd: lam
# suffix of tree view
# e.g. dc=yourdomain,dc=org
treesuffix: dc=yourdomain,dc=org
# default language (a line from config/language)
defaultLanguage: en_GB.utf8
# Path to external Script
scriptPath:
# Server of external Script
scriptServer:
# Access rights for home directories
scriptRights: 750
# Number of minutes LAM caches LDAP searches.
cachetimeout: 5
# LDAP search limit.
searchLimit: 0
# Module settings
modules: posixAccount_user_minUID: 10000
modules: posixAccount_user_maxUID: 30000
modules: posixAccount_host_minMachine: 50000
modules: posixAccount_host_maxMachine: 60000
modules: posixGroup_group_minGID: 10000
modules: posixGroup_group_maxGID: 20000
modules: posixGroup_pwdHash: SSHA
modules: posixAccount_pwdHash: SSHA
# List of active account types.
activeTypes: user,group,host,smbDomain
types: suffix_user: ou=People,dc=my-domain,dc=com
types: attr_user: #uid;#givenName;#sn;#uidNumber;#gidNumber
types: modules_user: inetOrgPerson,posixAccount,shadowAccount,sambaSamAccount
types: suffix_group: ou=group,dc=my-domain,dc=com
types: attr_group: #cn;#gidNumber;#memberUID;#description
types: modules_group: posixGroup,sambaGroupMapping
# Password mail subject
lamProMailSubject: Your password was reset
# Password mail text
lamProMailText: Dear @@givenName@@ @@sn@@,+::++::+your password was reset to: @@newPassword@@+::++::++::+Best regards+::++::+deskside support+::+
# enable TLS encryption
useTLS: yes
# follow referrals
followReferrals: false
# paged results
pagedResults: false
# Access level for this profile.
accessLevel: 100
# Login method.
loginMethod: list
# Search suffix for LAM login.
loginSearchSuffix: dc=yourdomain,dc=org
# Search filter for LAM login.
loginSearchFilter: uid=%USER%
# Bind DN for login search.
loginSearchDN:
# Bind password for login search.
loginSearchPassword:
# HTTP authentication for LAM login.
httpAuthentication: false
# Password mail from
lamProMailFrom:
# Password mail reply-to
lamProMailReplyTo:
# Password mail is HTML
lamProMailIsHTML: false
# Allow alternate address
lamProMailAllowAlternateAddress: true
modules: posixGroup_group_gidGenerator: range
modules: posixGroup_group_sambaIDPoolDN:
modules: posixGroup_group_gidCheckSuffix:
modules: posixGroup_group_hidememberUid: false
modules: sambaSamAccount_timeZone: 0
modules: sambaSamAccount_lmHash: yes
modules: sambaSamAccount_hideHomeDrive: false
modules: sambaSamAccount_hideHomePath: false
modules: sambaSamAccount_hideProfilePath: false
modules: sambaSamAccount_hideLogonScript: false
modules: sambaSamAccount_hideSambaPwdLastSet: false
modules: sambaSamAccount_hideWorkstations: false
modules: sambaSamAccount_hideLogonHours: false
modules: sambaSamAccount_hideTerminalServer: false
modules: posixAccount_user_uidGeneratorUsers: range
modules: posixAccount_user_sambaIDPoolDNUsers:
modules: posixAccount_user_uidCheckSuffixUser:
modules: posixAccount_host_uidGeneratorHosts: range
modules: posixAccount_host_sambaIDPoolDNHosts:
modules: posixAccount_host_uidCheckSuffixHost:
modules: posixAccount_shells: /bin/bash+::+/bin/csh+::+/bin/dash+::+/bin/false+::+/bin/ksh+::+/bin/sh
modules: posixAccount_user_hidegecos: false
modules: posixAccount_primaryGroupAsSecondary: false
modules: posixAccount_user_userNameSuggestion: @givenname@%sn%
modules: inetOrgPerson_hideDescription: false
modules: inetOrgPerson_hideStreet: false
modules: inetOrgPerson_hidePostOfficeBox: false
modules: inetOrgPerson_hidePostalCode: false
modules: inetOrgPerson_hideLocation: false
modules: inetOrgPerson_hideState: false
modules: inetOrgPerson_hidePostalAddress: false
modules: inetOrgPerson_hideRegisteredAddress: false
modules: inetOrgPerson_hideOfficeName: false
modules: inetOrgPerson_hideRoomNumber: false
modules: inetOrgPerson_hideTelephoneNumber: false
modules: inetOrgPerson_hideHomeTelephoneNumber: false
modules: inetOrgPerson_hideMobileNumber: false
modules: inetOrgPerson_hideFaxNumber: false
modules: inetOrgPerson_hidePager: true
modules: inetOrgPerson_hideEMailAddress: false
modules: inetOrgPerson_hideJobTitle: false
modules: inetOrgPerson_hideCarLicense: false
modules: inetOrgPerson_hideEmployeeType: false
modules: inetOrgPerson_hideBusinessCategory: false
modules: inetOrgPerson_hideDepartments: false
modules: inetOrgPerson_hideManager: false
modules: inetOrgPerson_hideOu: false
modules: inetOrgPerson_hideO: false
modules: inetOrgPerson_hideEmployeeNumber: false
modules: inetOrgPerson_hideInitials: false
modules: inetOrgPerson_hideLabeledURI: false
modules: inetOrgPerson_hideuserCertificate: false
modules: inetOrgPerson_hidejpegPhoto: false
modules: inetOrgPerson_readOnly_businessCategory: false
modules: inetOrgPerson_readOnly_cn: false
modules: inetOrgPerson_readOnly_employeeType: false
modules: inetOrgPerson_readOnly_postalAddress: false
modules: inetOrgPerson_readOnly_uid: false
modules: inetOrgPerson_readOnly_title: false
modules: inetOrgPerson_readOnly_description: false
modules: inetOrgPerson_readOnly_st: false
modules: inetOrgPerson_readOnly_physicalDeliveryOfficeName: false
modules: inetOrgPerson_readOnly_mail: false
modules: inetOrgPerson_readOnly_facsimileTelephoneNumber: false
modules: inetOrgPerson_readOnly_jpegPhoto: false
modules: inetOrgPerson_readOnly_carLicense: false
modules: inetOrgPerson_readOnly_labeledURI: false
modules: inetOrgPerson_readOnly_initials: false
modules: inetOrgPerson_readOnly_registeredAddress: false
modules: inetOrgPerson_readOnly_mobile: false
modules: inetOrgPerson_readOnly_sn: false
modules: inetOrgPerson_readOnly_o: false
modules: inetOrgPerson_readOnly_ou: false
modules: inetOrgPerson_readOnly_l: false
modules: inetOrgPerson_readOnly_pager: false
modules: inetOrgPerson_readOnly_userPassword: false
modules: inetOrgPerson_readOnly_employeeNumber: false
modules: inetOrgPerson_readOnly_postOfficeBox: false
modules: inetOrgPerson_readOnly_postalCode: false
modules: inetOrgPerson_readOnly_roomNumber: false
modules: inetOrgPerson_readOnly_street: false
modules: inetOrgPerson_readOnly_homePhone: false
modules: inetOrgPerson_readOnly_telephoneNumber: false
modules: inetOrgPerson_readOnly_departmentNumber: false
modules: inetOrgPerson_readOnly_manager: false
modules: inetOrgPerson_readOnly_givenName: false
modules: inetOrgPerson_jpegPhoto_maxWidth:
modules: inetOrgPerson_jpegPhoto_maxHeight:
modules: inetOrgPerson_jpegPhoto_maxSize:
types: filter_user:
types: customLabel_user:
types: filter_group:
types: customLabel_group:
types: hidden_user:
types: hideNewButton_user:
types: hideDeleteButton_user:
types: readOnly_user:
types: hidden_group:
types: hideNewButton_group:
types: hideDeleteButton_group:
types: readOnly_group:
types: hidden_host:
types: hideNewButton_host:
types: hideDeleteButton_host:
types: readOnly_host:
types: suffix_host: ou=machines,dc=my-domain,dc=com
types: attr_host: #cn;#description;#uidNumber;#gidNumber
types: filter_host:
types: customLabel_host:
types: hidden_smbDomain:
types: hideNewButton_smbDomain:
types: hideDeleteButton_smbDomain:
types: readOnly_smbDomain:
types: suffix_smbDomain: dc=my-domain,dc=com
types: attr_smbDomain: #sambaDomainName;#sambaSID
types: filter_smbDomain:
types: customLabel_smbDomain:
types: modules_host: account,posixAccount,sambaSamAccount
types: modules_smbDomain: sambaDomain
tools: tool_hide_toolServerInformation: false
tools: tool_hide_toolFileUpload: false
tools: tool_hide_toolMultiEdit: false
tools: tool_hide_toolPDFEditor: false
tools: tool_hide_toolOUEditor: false
tools: tool_hide_toolProfileEditor: false
tools: tool_hide_toolTests: false
tools: tool_hide_toolSchemaBrowser: false

View File

@ -1 +0,0 @@
d_*

View File

@ -1 +0,0 @@

View File

@ -1 +0,0 @@
/default.publicationType.xml

View File

@ -1,6 +0,0 @@
<pdf type="alias" filename="printLogo.jpg" headline="Alias information">
<section name="_uidObject_uid">
<entry name="aliasEntry_entry" />
<entry name="main_dn" />
</section>
</pdf>

View File

@ -1,7 +0,0 @@
<pdf type="asteriskExt" filename="printLogo.jpg" headline="LDAP Account Manager">
<section name="_asteriskExtension_AstExtension">
<entry name="asteriskExtension_AstContext" />
<entry name="asteriskExtension_owners" />
<entry name="asteriskExtension_rules" />
</section>
</pdf>

View File

@ -1,6 +0,0 @@
<pdf type="automountType" filename="printLogo.jpg" headline="Automount information">
<section name="_automount_cn">
<entry name="automount_description" />
<entry name="automount_automountInformation" />
</section>
</pdf>

View File

@ -1,7 +0,0 @@
<pdf type="bind" filename="printLogo.jpg" headline="DNS information" foldingmarks="no">
<section name="_bindDLZ_dlzHostName">
<entry name="bindDLZ_aRecord" />
<entry name="bindDLZ_ptrRecord" />
<entry name="bindDLZ_mxRecord" />
</section>
</pdf>

View File

@ -1,4 +0,0 @@
<pdf type="bind" filename="printLogo.jpg" headline="Custom entry" foldingmarks="no">
<section name="_main_dn">
</section>
</pdf>

View File

@ -1,20 +0,0 @@
<pdf type="dhcp" filename="printLogo.jpg" headline="LDAP Account Manager">
<section name="_dhcp_settings_subnet">
<entry name="dhcp_settings_domainName" />
<entry name="dhcp_settings_leaseTime" />
<entry name="dhcp_settings_maxLeaseTime" />
<entry name="dhcp_settings_DNSserver" />
<entry name="dhcp_settings_gateway" />
<entry name="dhcp_settings_netbiosServer" />
<entry name="dhcp_settings_netbiosType" />
<entry name="dhcp_settings_subnetMask" />
<entry name="dhcp_settings_netMask" />
<entry name="ddns_DNSserver" />
<entry name="ddns_zone" />
<entry name="ddns_reverseZone" />
<entry name="range_ranges" />
</section>
<section name="Fixed IPs">
<entry name="fixed_ip_IPlist" />
</section>
</pdf>

View File

@ -1,8 +0,0 @@
<pdf type="gon" headline="Group information">
<section name="_groupOfNames_name">
<entry name="main_dn" />
<entry name="groupOfNames_description" />
<entry name="groupOfNames_owner" />
<entry name="groupOfNames_members" />
</section>
</pdf>

View File

@ -1,8 +0,0 @@
<pdf type="group" headline="Group information">
<section name="_posixGroup_cn">
<entry name="main_dn" />
<entry name="posixGroup_description" />
<entry name="posixGroup_gidNumber" />
<entry name="posixGroup_memberUid" />
</section>
</pdf>

View File

@ -1,9 +0,0 @@
<pdf type="host" filename="printLogo.jpg" headline="Host information">
<section name="_posixAccount_uid">
<entry name="main_dn" />
<entry name="posixAccount_description" />
<entry name="posixAccount_uidNumber" />
<entry name="posixAccount_primaryGroup" />
<entry name="sambaSamAccount_sambaDomainName" />
</section>
</pdf>

View File

@ -1,11 +0,0 @@
<pdf type="kolabSharedFolderType" filename="printLogo.jpg" headline="Shared folder information" foldingmarks="no">
<section name="_kolabSharedFolder_cn">
<entry name="kolabSharedFolder_mailHost" />
<entry name="kolabSharedFolder_kolabTargetFolder" />
<entry name="kolabSharedFolder_kolabFolderType" />
<entry name="kolabSharedFolder_delegate" />
<entry name="kolabSharedFolder_aliases" />
<entry name="kolabSharedFolder_kolabAllowSMTPSender" />
<entry name="kolabSharedFolder_kolabAllowSMTPRecipient" />
</section>
</pdf>

View File

@ -1,8 +0,0 @@
<pdf type="kopanoAddressListType" filename="printLogo.jpg" headline="LDAP Account Manager">
<section name="_kopanoAddressList_cn">
<entry name="kopanoAddressList_kopanoBase" />
<entry name="kopanoAddressList_kopanoFilter" />
<entry name="kopanoAddressList_kopanoAccount" />
<entry name="kopanoAddressList_kopanoHidden" />
</section>
</pdf>

View File

@ -1,10 +0,0 @@
<pdf type="kopanoDynamicGroupType" filename="printLogo.jpg" headline="LDAP Account Manager">
<section name="_kopanoDynamicGroup_cn">
<entry name="kopanoDynamicGroup_mail" />
<entry name="kopanoDynamicGroup_kopanoAliases" />
<entry name="kopanoDynamicGroup_kopanoBase" />
<entry name="kopanoDynamicGroup_kopanoFilter" />
<entry name="kopanoDynamicGroup_kopanoAccount" />
<entry name="kopanoDynamicGroup_kopanoHidden" />
</section>
</pdf>

View File

@ -1,5 +0,0 @@
<pdf type="mailAlias" filename="printLogo.jpg" headline="Mail alias information">
<section name="_nisMailAlias_alias">
<entry name="nisMailAlias_recipients" />
</section>
</pdf>

View File

@ -1,7 +0,0 @@
<pdf type="netgroup" filename="printLogo.jpg" headline="NIS netgroup information">
<section name="_nisnetgroup_cn">
<entry name="nisnetgroup_description" />
<entry name="nisnetgroup_subgroups" />
<entry name="nisnetgroup_members" />
</section>
</pdf>

View File

@ -1,7 +0,0 @@
<pdf type="nisObjectType" filename="printLogo.jpg" headline="LDAP Account Manager">
<section name="_nisObject_cn">
<entry name="nisObject_nisMapName" />
<entry name="nisObject_nisMapEntry" />
<entry name="nisObject_description" />
</section>
</pdf>

View File

@ -1,6 +0,0 @@
<pdf type="nsviewType" filename="printLogo.jpg" headline="LDAP Account Manager" foldingmarks="no">
<section name="_nsview_ou">
<entry name="nsview_nsViewFilter" />
<entry name="nsview_description" />
</section>
</pdf>

View File

@ -1,6 +0,0 @@
<pdf type="oracleContextType" filename="printLogo.jpg" headline="Database information">
<section name="_oracleService_cn">
<entry name="oracleService_orclNetDescString" />
<entry name="oracleService_description" />
</section>
</pdf>

View File

@ -1,18 +0,0 @@
<pdf type="ppolicyType" filename="printLogo.jpg" headline="LDAP Account Manager">
<section name="_ppolicy_cn">
<entry name="ppolicy_pwdMinAge" />
<entry name="ppolicy_pwdMaxAge" />
<entry name="ppolicy_pwdExpireWarning" />
<entry name="ppolicy_pwdGraceAuthnLimit" />
<entry name="ppolicy_pwdInHistory" />
<entry name="ppolicy_pwdCheckQuality" />
<entry name="ppolicy_pwdMinLength" />
<entry name="ppolicy_pwdLockout" />
<entry name="ppolicy_pwdLockoutDuration" />
<entry name="ppolicy_pwdMaxFailure" />
<entry name="ppolicy_pwdFailureCountInterval" />
<entry name="ppolicy_pwdMustChange" />
<entry name="ppolicy_pwdAllowUserChange" />
<entry name="ppolicy_pwdSafeModify" />
</section>
</pdf>

View File

@ -1,7 +0,0 @@
<pdf type="pykotaBillingCodeType" filename="printLogo.jpg" headline="LDAP Account Manager" foldingmarks="no">
<section name="_pykotaBillingCode_pykotaBillingCode">
<entry name="pykotaBillingCode_pykotaBalance" />
<entry name="pykotaBillingCode_pykotaPageCounter" />
<entry name="pykotaBillingCode_description" />
</section>
</pdf>

View File

@ -1,11 +0,0 @@
<pdf type="pykotaPrinterType" filename="printLogo.jpg" headline="Printer information" foldingmarks="no">
<section name="_pykotaPrinter_cn">
<entry name="pykotaPrinter_description" />
<entry name="pykotaPrinter_pykotaMaxJobSize" />
<entry name="pykotaPrinter_pykotaPricePerJob" />
<entry name="pykotaPrinter_pykotaPricePerPage" />
<entry name="pykotaPrinter_pykotaPassThrough" />
<entry name="pykotaPrinter_uniqueMember" />
<entry name="pykotaPrinter_parentUniqueMember" />
</section>
</pdf>

Some files were not shown because too many files have changed in this diff Show More