added i18n and fixed dependencies
This commit is contained in:
parent
67ff74e484
commit
8adc828e2b
|
@ -11,36 +11,49 @@ Name: ldap-account-manager
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Productivity/Networking/Web/Frontends
|
Group: Productivity/Networking/Web/Frontends
|
||||||
Version: @@VERSION@@
|
Version: @@VERSION@@
|
||||||
Release: 1.%lam_distribution
|
Release: 0.%lam_distribution.1
|
||||||
Source0: ldap-account-manager-%{version}.tar.gz
|
Source0: ldap-account-manager-%{version}.tar.gz
|
||||||
URL: http://lam.sourceforge.net
|
URL: http://lam.sourceforge.net
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}
|
||||||
Summary: Administration of LDAP users, groups and hosts via Web GUI
|
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
|
Vendor: Roland Gruber
|
||||||
Packager: Roland Gruber <post@rolandgruber.de>
|
Packager: Roland Gruber <post@rolandgruber.de>
|
||||||
BuildArchitectures: noarch
|
BuildArchitectures: noarch
|
||||||
AutoReqProv: no
|
AutoReqProv: no
|
||||||
%if %is_suse
|
%if %is_suse
|
||||||
Requires: mod_php_any perl
|
Requires: mod_php_any
|
||||||
Requires: php
|
Requires: php5
|
||||||
Requires: php-gettext
|
Requires: php-gettext
|
||||||
Requires: php-session
|
Requires: php-session
|
||||||
Requires: php-ldap
|
Requires: php-ldap
|
||||||
Requires: php-mhash
|
Requires: php-hash
|
||||||
|
Requires: perl
|
||||||
|
%endif
|
||||||
|
%if %is_fedora
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
LDAP Account Manager (LAM) runs on an existing webserver. LAM
|
LDAP Account Manager (LAM) runs on an existing webserver.
|
||||||
supports LDAP connections via SSL and TLS. It manages user, group
|
It manages user, group and host accounts. Currently LAM supports
|
||||||
and host accounts. Currently LAM supports these account types:
|
these account types: Samba 2 and 3, Unix, Kolab 2, address book
|
||||||
Samba 2 and 3, Unix, Kolab 2, address book entries, NIS mail
|
entries, NIS mail aliases and MAC addresses. There is a tree
|
||||||
aliases and MAC addresses. There is a tree viewer included to
|
viewer included to allow access to the raw LDAP attributes. You
|
||||||
allow access to the raw LDAP attributes. You can use templates
|
can use templates for account creation and use multiple configuration
|
||||||
for account creation and use multiple configuration profiles.
|
profiles. Account information can be exported as PDF file. There is also
|
||||||
Account information can be exported as PDF file. There is also
|
a script included which manages quota and homedirectories.
|
||||||
a script included which manages quota and homedirectories, you
|
|
||||||
have to setup sudo if you want to use it.
|
%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 2 und 3, Unix, Kolab 2, Addressbuch Einträge, NIS
|
||||||
|
mail Aliase und MAC-Addressen. Es gibt eine Baumansicht mit der man die
|
||||||
|
LDAP-Daten 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.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n ldap-account-manager-%{version}
|
%setup -n ldap-account-manager-%{version}
|
||||||
|
@ -82,13 +95,26 @@ chown %{lam_uid}.%{lam_gid} -R $RPM_BUILD_ROOT%{httpd_rootdir}/%{lam_dir}/sess
|
||||||
%package lamdaemon
|
%package lamdaemon
|
||||||
|
|
||||||
Summary: Quota and home directory management for LDAP Account Manager
|
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
|
Group: Productivity/Networking/Web/Frontends
|
||||||
|
AutoReqProv: no
|
||||||
|
%if %is_suse
|
||||||
|
Requires: perl
|
||||||
|
Requires: sudo
|
||||||
|
%endif
|
||||||
|
%if %is_fedora
|
||||||
|
%endif
|
||||||
|
|
||||||
%description lamdaemon
|
%description lamdaemon
|
||||||
Lamdaemon is part of LDAP Account Manager. This package
|
Lamdaemon is part of LDAP Account Manager. This package
|
||||||
needs to be installed on the server where the home directories
|
needs to be installed on the server where the home directories
|
||||||
reside and/or quotas should be managed.
|
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
|
%files lamdaemon
|
||||||
%{httpd_rootdir}/%{lam_dir}/lib/lamdaemon.pl
|
%{httpd_rootdir}/%{lam_dir}/lib/lamdaemon.pl
|
||||||
%{httpd_rootdir}/%{lam_dir}/lib/lamdaemonOld.pl
|
%{httpd_rootdir}/%{lam_dir}/lib/lamdaemonOld.pl
|
||||||
|
|
Loading…
Reference in New Issue