summaryrefslogtreecommitdiff
path: root/net-fs
diff options
context:
space:
mode:
authorIan Stakenvicius <axs@gentoo.org>2017-09-21 14:21:31 -0400
committerIan Stakenvicius <axs@gentoo.org>2017-10-04 10:59:00 -0400
commit6c8f60ca1948f294c461e3aab6694432b34de765 (patch)
treebed14910b1167475fcd8ba2a45ed7663debdbcc1 /net-fs
parentsys-devel/gcc-config: Stable on amd64 (diff)
downloadgentoo-6c8f60ca1948f294c461e3aab6694432b34de765.tar.gz
gentoo-6c8f60ca1948f294c461e3aab6694432b34de765.tar.bz2
gentoo-6c8f60ca1948f294c461e3aab6694432b34de765.zip
net-fs/samba: support ADDC with system-mitkrb5 on 4.7.0
Samba-4.7.0 contains full system-mit-krb5 support for Active Directory; this commit adjusts the REQUIRED_USE to enable its use. Please be sure to check upstream documentation when migrating a heimdal-based ADDC. Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'net-fs')
-rw-r--r--net-fs/samba/samba-4.7.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-fs/samba/samba-4.7.0.ebuild b/net-fs/samba/samba-4.7.0.ebuild
index fc60b1168736..691821725b80 100644
--- a/net-fs/samba/samba-4.7.0.ebuild
+++ b/net-fs/samba/samba-4.7.0.ebuild
@@ -75,7 +75,7 @@ CDEPEND="
gpg? ( app-crypt/gpgme )
ldap? ( net-nds/openldap[${MULTILIB_USEDEP}] )
system-heimdal? ( >=app-crypt/heimdal-1.5[-ssl,${MULTILIB_USEDEP}] )
- system-mitkrb5? ( app-crypt/mit-krb5[${MULTILIB_USEDEP}] )
+ system-mitkrb5? ( >=app-crypt/mit-krb5-1.15.1[${MULTILIB_USEDEP}] )
systemd? ( sys-apps/systemd:0= )"
DEPEND="${CDEPEND}
${PYTHON_DEPS}
@@ -97,7 +97,7 @@ RDEPEND="${CDEPEND}
!dev-perl/Parse-Yapp
"
-REQUIRED_USE="addc? ( python gnutls !system-mitkrb5 )
+REQUIRED_USE="addc? ( python gnutls )
test? ( python )
addns? ( python )
ads? ( acl gnutls ldap )