I had asked this question before and got no response, however you may have answered it for me.
Is there a 'standard' place in mdk to install (web based) administration tools? I noticed that you placed phpldapadmin in localhost/admin (which I believe by default equates to /var/www/html/admin).
Is it a safe bet to use this area for all web-based admin stuff? (I use smartsieve to manage sieve scripts, and will move to admin if that is where it should go.) - Also, (this was asked before) is anyone willing to look at packaging smartsieve (http://smartsieve.sourceforge.net)?
Thanks much!
S
Oden Eriksson wrote:
[Contrib-RPM]
-=-=-=- Name : phpLDAPAdmin Relocations: (not relocateable) Version : 0.9.0 Vendor: MandrakeSoft Release : 3mdk Build Date: Thu Aug 14 15:23:30 2003 Install Date: (not installed) Build Host: klama.mandrake.org Group : System/Servers Source RPM: (none) Size : 72195 License: GPL Signature : DSA/SHA1, Thu Aug 14 15:23:31 2003, Key ID 6a8743b0604aa4e4 Packager : Oden Eriksson <[EMAIL PROTECTED]> URL : http://phpldapadmin.sourceforge.net/ Summary : phpLDAPAdmin is a web-based LDAP administration tool Description : phpLDAPAdmin is a web-based LDAP administration tool, written in PHP. You can browse your LDAP tree, create, delete, edit, and copy entries, perform searches, and view your server's schema. You can even copy objects between two LDAP servers and recursively delete or copy entire trees. All this from the comfort of your web browser.
On the server it is installed on, this should be accessible at https://localhost/admin/phpLDAPAdmin
Buildarchs: noarch
-=-=-=- Oden Eriksson <[EMAIL PROTECTED]> 0.9.0-3mdk
- applied fixes by Buchan Milne: - Better default config (P0) - Require php-xml, mod_ssl, don't require apache2 (apache) or openldap-servers
-=-=-=- W: phpLDAPAdmin summary-not-capitalized phpLDAPAdmin is a web-based LDAP administration tool E: phpLDAPAdmin unknown-key GPG#604aa4e4 W: phpLDAPAdmin strange-permission phpldapadmin-default-config.patch.bz2 0664
-=-=-=- phpLDAPAdmin.spec changed phpldapadmin-default-config.patch added --- phpLDAPAdmin-0.9.0-2mdk.src.rpm/phpLDAPAdmin.spec 2003-08-14 16:01:02.000000000 +0200 +++ phpLDAPAdmin-0.9.0-3mdk.src.rpm/phpLDAPAdmin.spec 2003-08-14 16:01:02.000000000 +0200 @@ -1,7 +1,7 @@ %define name phpLDAPAdmin %define rname phpldapadmin %define version 0.9.0 -%define release 2mdk +%define release 3mdk %define webadminroot /var/www/html/admin
Summary: phpLDAPAdmin is a web-based LDAP administration tool @@ -9,15 +9,17 @@ Version: %{version} Release: %{release} Source0: %{rname}-%{version}.tar.bz2 +Patch0: phpldapadmin-default-config.patch.bz2 License: GPL URL: http://phpldapadmin.sourceforge.net/ Group: System/Servers BuildRoot: %{_tmppath}/%{name}-buildroot -Requires: apache2 +Requires: apache Requires: mod_php -Requires: openldap-servers +Requires: mod_ssl Requires: php-common Requires: php-ldap +Requires: php-xml BuildArch: noarch Prefix: %{webadminroot}
@@ -29,9 +31,13 @@
or copy entire trees. All this from the comfort of your web
browser.
+On the server it is installed on, this should be accessible at +https://localhost/%(basename %webadminroot)/%{name} + %prep
%setup -q -n %{rname} +%patch0 -p0
%build
@@ -62,8 +68,14 @@ %config(noreplace) %attr(0644,root,root) %{webadminroot}/%{name}/config.php
%changelog +* Thu Aug 14 2003 Oden Eriksson <[EMAIL PROTECTED]> 0.9.0-3mdk +- applied fixes by Buchan Milne: + - Better default config (P0) + - Require php-xml, mod_ssl, don't require apache2 (apache) or openldap-servers + * Thu Aug 14 2003 Oden Eriksson <[EMAIL PROTECTED]> 0.9.0-2mdk - rpm sux
* Thu Aug 14 2003 Oden Eriksson <[EMAIL PROTECTED]> 0.9.0-1mdk - initial cooker contrib +
