Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 71403 - www-apache/mod_cfg_ldap (new ebuild)
Summary: www-apache/mod_cfg_ldap (new ebuild)
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2004-11-16 07:58 UTC by Gudleik Rasch
Modified: 2007-12-30 17:02 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
mod_cfg_ldap-1.2.ebuild (mod_cfg_ldap-1.2.ebuild,950 bytes, text/plain)
2004-11-16 07:59 UTC, Gudleik Rasch
Details
cfg_ldap.conf (cfg_ldap.conf,822 bytes, text/plain)
2004-11-16 08:45 UTC, Gudleik Rasch
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gudleik Rasch 2004-11-16 07:58:23 UTC
Store VirtualHost configuration in a LDAP directory <http://sourceforge.net/projects/modcfgldap/>
Comment 1 Gudleik Rasch 2004-11-16 07:59:00 UTC
Created attachment 44066 [details]
mod_cfg_ldap-1.2.ebuild
Comment 2 Gudleik Rasch 2004-11-16 08:05:43 UTC
Comment on attachment 44066 [details]
mod_cfg_ldap-1.2.ebuild

># Copyright 1999-2004 Gentoo Foundation
># Distributed under the terms of the GNU General Public License v2
># $Header$
>
>DESCRIPTION="Store VirtualHost configuration in a LDAP directory"
>HOMEPAGE="http://sourceforge.net/projects/modcfgldap/"
>
>SRC_URI="mirror://sourceforge/modcfgldap/${P}.tar.gz"
>DEPEND="net-www/apache
    net-nds/openldap"
>LICENSE="as-is"
>KEYWORDS="x86 ppc"
>IUSE="ldap"
>SLOT="0"
>
>
>src_compile() {
>	make 
>}
>
>src_install() {
>	exeinto /usr/lib/apache2-extramodules
>	doexe .libs/${PN}.so
>
>	exeinto /etc/apache2/conf/modules.d
>	newexe ${FILESDIR}/cfg_ldap.conf 10_cfg_ldap.conf
>
>	dodoc cfg_ldap.conf AUTHORS README TODO VERSION COPYING ChangeLog mod_cfg_ldap.schema
>}
>
>pkg_postinst() {
>	einfo "To complete the installation, you must do the following:"
>	einfo " Add mod_cfg_ldap.schema to your ldap server"
>	einfo " Edit /etc/apache2/conf/modules.d/10_cfg_ldap.conf"
>	einfo " Add -D LDAP to APACHE2_OPTS in /etc/conf.d/apache2"
>}
Comment 3 Gudleik Rasch 2004-11-16 08:45:21 UTC
Created attachment 44069 [details]
cfg_ldap.conf

put in files dir
Comment 4 Renat Lumpau (RETIRED) gentoo-dev 2005-07-07 11:54:26 UTC
reassigning
Comment 5 Michael Stewart (vericgar) (RETIRED) gentoo-dev 2005-07-07 16:54:33 UTC
Putting to new alias for submitted ebuilds.
Note that if it's added to the tree, it should probably use apache-module.eclass
(or have revisions for both old-style and new-style apache)
Comment 6 Luca Longinotti (RETIRED) gentoo-dev 2006-06-23 09:42:41 UTC
Enhancement severity, as this is a new ebuild.
Best regards, CHTEKK.
Comment 7 Benedikt Böhm (RETIRED) gentoo-dev 2007-12-30 17:02:44 UTC
this project seems dead to me, various other ldap vhost modules exist ...