Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 408057 - sys-auth/sssd-1.8.1 bump & heimdal support
Summary: sys-auth/sssd-1.8.1 bump & heimdal support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Andreis Vinogradovs ( slepnoga )
URL:
Whiteboard:
Keywords: EBUILD, PATCH
Depends on:
Blocks:
 
Reported: 2012-03-13 18:31 UTC by Rambaldi
Modified: 2012-07-31 17:20 UTC (History)
1 user (show)

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


Attachments
updated ebuild with heimdal support (sssd-1.8.1.ebuild,2.92 KB, text/plain)
2012-03-13 18:42 UTC, Rambaldi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rambaldi 2012-03-13 18:31:01 UTC
Hi,

please add heimdal support for sssd. sssd has heimdal support since 1.7.0. 
The heimdal support is flagged as experimental.

thanks

Reproducible: Always
Comment 1 Rambaldi 2012-03-13 18:42:01 UTC
Created attachment 305241 [details]
updated ebuild with heimdal support

This ebuild compiles agains the heimdal libs.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2012-03-13 21:16:31 UTC
Comment on attachment 305241 [details]
updated ebuild with heimdal support

--- sssd-1.8.0.ebuild   2012-03-06 18:16:16.000000000 +0100
+++ -   2012-03-13 22:15:59.296607668 +0100
@@ -19,6 +19,7 @@
 
 COMMON_DEP="
        virtual/pam
+       virtual/krb5
        dev-libs/popt
        dev-libs/glib:2
        >=dev-libs/ding-libs-0.1.2
@@ -29,7 +30,7 @@
        >=net-nds/openldap-2.4.19
        !!~net-nds/openldap-2.4.28
        dev-libs/libpcre
-       >=app-crypt/mit-krb5-1.9.1
+       || ( >=app-crypt/mit-krb5-1.9.1 >=app-crypt/heimdal-1.5 )
        sys-apps/keyutils
        >=net-dns/c-ares-1.7.4
        >=dev-libs/nss-3.12.9

Wouldn't you want to make those dependencies optional through a USE flag?
Comment 3 Rambaldi 2012-03-14 07:00:32 UTC
(In reply to comment #2)
> Comment on attachment 305241 [details]
> Wouldn't you want to make those dependencies optional through a USE flag?

Kerberos is not optional for SSSD. Or do you mean a use flag to select MIT or Heimdal Kerberos?
Comment 4 Andreis Vinogradovs ( slepnoga ) 2012-03-20 20:34:09 UTC
InCVS, heimdal support will added later
Comment 5 Andreis Vinogradovs ( slepnoga ) 2012-07-31 17:20:59 UTC
please wait to upstream stabilize hedimail support ( m.b in 1.9 version )