Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 31618 - mdidentd-1.04a.ebuild (New Package)
Summary: mdidentd-1.04a.ebuild (New Package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-20 13:49 UTC by Sven Wegener
Modified: 2003-11-03 16:31 UTC (History)
1 user (show)

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


Attachments
mdidentd-1.04a.ebuild (mdidentd-1.04a.ebuild,842 bytes, text/plain)
2003-10-20 13:50 UTC, Sven Wegener
Details
mdidentd-1.04a-gentoo.patch for files directory (mdidentd-1.04a-gentoo.patch,2.74 KB, patch)
2003-10-20 13:50 UTC, Sven Wegener
Details | Diff
mdidentd.conf.d for files directory (mdidentd.conf.d,224 bytes, text/plain)
2003-10-20 13:51 UTC, Sven Wegener
Details
mdidentd.init.d for files directory (mdidentd.init.d,536 bytes, text/plain)
2003-10-20 13:51 UTC, Sven Wegener
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Wegener gentoo-dev 2003-10-20 13:49:38 UTC
Hi,

mdidentd is an identd, which allows users to register a reply for a specific tcp connection (combination of local and remote port).

The mdidentd-1.04a-gentoo.patch adds the following:
- Changes the reply type from OTHER to UNIX
- Allows to supply user names on command-line for -u, not only numeric uids
- Only members of the primary gid of the uid specified in /etc/conf.d/mdidentd are allowed to register idents. ebuild installs user mdidentd and group mdidentd for this

mdident is primarily used for ezbounce. The ebuild for ezbounce will be submitted after this and ezbounce depends on mdidentd.

Suggested category net-misc/mdidentd

Sven
Comment 1 Sven Wegener gentoo-dev 2003-10-20 13:50:21 UTC
Created attachment 19550 [details]
mdidentd-1.04a.ebuild
Comment 2 Sven Wegener gentoo-dev 2003-10-20 13:50:54 UTC
Created attachment 19551 [details, diff]
mdidentd-1.04a-gentoo.patch for files directory
Comment 3 Sven Wegener gentoo-dev 2003-10-20 13:51:16 UTC
Created attachment 19552 [details]
mdidentd.conf.d for files directory
Comment 4 Sven Wegener gentoo-dev 2003-10-20 13:51:41 UTC
Created attachment 19553 [details]
mdidentd.init.d for files directory
Comment 5 SpanKY gentoo-dev 2003-10-20 15:08:13 UTC
hmm ... i kept meaning to add this to portage
Comment 6 SpanKY gentoo-dev 2003-11-03 16:31:54 UTC
i added 1.04a with your patch to cvs ...
i added another patch (which writes a /var/run/mdidentd.pid file) so that
we dont have to use the stupid start-stop-daemon wrapper