Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 77744 - directoryadministrator 1.7.1 version bump
Summary: directoryadministrator 1.7.1 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo LDAP project
URL: http://diradmin.open-it.org/
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2005-01-12 14:29 UTC by Timo Gurr (RETIRED)
Modified: 2006-05-30 15:08 UTC (History)
2 users (show)

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


Attachments
1.5.1 to 1.6.0 diff (directoryadmin.diff,1.02 KB, patch)
2005-05-23 04:03 UTC, Georg Müller
Details | Diff
directoryadministrator-1.7.1 ebuild (directoryadministrator-1.7.1.ebuild,1.12 KB, text/plain)
2006-05-04 21:45 UTC, Dean Baender
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Timo Gurr (RETIRED) gentoo-dev 2005-01-12 14:29:18 UTC
25 December 2004: Directory Administrator 1.6.0. This release fixes the LDAPv3 connection problems.

Renaming directoryadministrator-1.5.1.ebuild to directoryadministrator-1.6.0.ebuild partially works. 
The source gets downloaded but it doesn't find the .configure script since the workdir is different (called "diradmin").
I fixed it by changing the ebuild like this:

MY_PN="directory_administrator"
MY_PN2="diradmin"
S="${WORKDIR}/${MY_PN2}-${PV}"
DESCRIPTION="GUI to manage users and groups in a LDAP directory"
SRC_URI="http://diradmin.open-it.org/${MY_PN}-${PV}.tar.gz"

But I'm sure thats only a dirty hack, so please revisit and change it according to the ebuild standards.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Georg Müller 2005-05-23 04:03:19 UTC
Created attachment 59617 [details, diff]
1.5.1 to 1.6.0 diff

works fine for me, the warning in the ebuild could be deleted - 1.6.0 supports
LDAPv3
Comment 2 Daniel Webert 2005-05-24 13:29:55 UTC
the 1.6.0 ebuild works fine on x86 w/ oldap 2.1.30-r4 - plz bump
Comment 3 Grant Goodyear (RETIRED) gentoo-dev 2005-10-31 14:12:07 UTC
Need to throw back this bug to somebody who actually uses ldap.
Comment 4 Russell Knighton 2006-02-24 05:09:36 UTC
Hi Guys, I know this seems to have sat here a whil, but...

*bump*
From "http://diradmin.open-it.org/":
4 August 2005 - 1.7.1 This release adds Samba 3 support and a few minor fixes

Any chance we can see a new ebuild for 1.7.1 soon?
Comment 5 Dean Baender 2006-05-04 21:45:05 UTC
Created attachment 86182 [details]
directoryadministrator-1.7.1 ebuild

New version supports openldap-2.2 & 2.3, also Samba v3.0 schema.
Comment 6 Markus Ullmann (RETIRED) gentoo-dev 2006-05-30 15:08:28 UTC
Fixed in cvs, thanks for reporting :)