[sys-auth/sssd] sync
This commit is contained in:
parent
1cf313876e
commit
9a0117c755
@ -9,4 +9,4 @@ index a1c0b36..207c010 100644
|
|||||||
+ state->pd->account_locked = true;
|
+ state->pd->account_locked = true;
|
||||||
ret = EOK;
|
ret = EOK;
|
||||||
goto done;
|
goto done;
|
||||||
|
|
||||||
|
@ -5,9 +5,13 @@
|
|||||||
<email>base-system@gentoo.org</email>
|
<email>base-system@gentoo.org</email>
|
||||||
<name>Gentoo Base System</name>
|
<name>Gentoo Base System</name>
|
||||||
</maintainer>
|
</maintainer>
|
||||||
<maintainer type="person">
|
<maintainer type="person" proxied="yes">
|
||||||
<email>alexxy@gentoo.org</email>
|
<email>salah.coronya@gmail.com</email>
|
||||||
<name>Alexey Shvetsov</name>
|
<name>Christopher Byrne</name>
|
||||||
|
</maintainer>
|
||||||
|
<maintainer type="project" proxied="proxy">
|
||||||
|
<email>proxy-maint@gentoo.org</email>
|
||||||
|
<name>Proxy Maintainers</name>
|
||||||
</maintainer>
|
</maintainer>
|
||||||
<use>
|
<use>
|
||||||
<flag name="acl"> Build and use the cifsidmap plugin</flag>
|
<flag name="acl"> Build and use the cifsidmap plugin</flag>
|
||||||
@ -15,10 +19,10 @@
|
|||||||
<flag name="netlink">Add support for netlink protocol via <pkg>dev-libs/libnl</pkg></flag>
|
<flag name="netlink">Add support for netlink protocol via <pkg>dev-libs/libnl</pkg></flag>
|
||||||
<flag name="nfsv4">Add support for the nfsv4 idmapd plugin provided by <pkg>net-fs/nfs-utils</pkg></flag>
|
<flag name="nfsv4">Add support for the nfsv4 idmapd plugin provided by <pkg>net-fs/nfs-utils</pkg></flag>
|
||||||
<flag name="pac">Add Privileged Attribute Certificate Support for Kerberos</flag>
|
<flag name="pac">Add Privileged Attribute Certificate Support for Kerberos</flag>
|
||||||
<flag name="subid">Add support for subordinate uid and gid ranges</flag>
|
<flag name="samba">Add Privileged Attribute Certificate Support for Kerberos</flag>
|
||||||
|
<flag name="subid">Support subordinate uid and gid ranges in FreeIPA</flag>
|
||||||
<flag name="sudo">Build helper to let <pkg>app-admin/sudo</pkg> use sssd provided information</flag>
|
<flag name="sudo">Build helper to let <pkg>app-admin/sudo</pkg> use sssd provided information</flag>
|
||||||
<flag name="systemtap">Enable SystemTAP/DTrace tracing</flag>
|
<flag name="systemtap">Enable SystemTAP/DTrace tracing</flag>
|
||||||
<flag name="valgrind">Depend on <pkg>dev-util/valgrind</pkg> for test suite</flag>
|
|
||||||
</use>
|
</use>
|
||||||
<upstream>
|
<upstream>
|
||||||
<remote-id type="cpe">cpe:/a:fedoraproject:sssd</remote-id>
|
<remote-id type="cpe">cpe:/a:fedoraproject:sssd</remote-id>
|
||||||
|
@ -80,7 +80,6 @@ DEPEND="
|
|||||||
)
|
)
|
||||||
systemtap? ( dev-util/systemtap )"
|
systemtap? ( dev-util/systemtap )"
|
||||||
RDEPEND="${DEPEND}
|
RDEPEND="${DEPEND}
|
||||||
>=sys-libs/glibc-2.17[nscd]
|
|
||||||
selinux? ( >=sec-policy/selinux-sssd-2.20120725-r9 )"
|
selinux? ( >=sec-policy/selinux-sssd-2.20120725-r9 )"
|
||||||
BDEPEND="
|
BDEPEND="
|
||||||
virtual/pkgconfig
|
virtual/pkgconfig
|
||||||
@ -202,7 +201,6 @@ multilib_src_configure() {
|
|||||||
--disable-static
|
--disable-static
|
||||||
# Valgrind is only used for tests
|
# Valgrind is only used for tests
|
||||||
--disable-valgrind
|
--disable-valgrind
|
||||||
$(multilib_native_with files)
|
|
||||||
$(use_with samba)
|
$(use_with samba)
|
||||||
--with-smb-idmap-interface-version=6
|
--with-smb-idmap-interface-version=6
|
||||||
$(multilib_native_use_enable acl cifs-idmap-plugin)
|
$(multilib_native_use_enable acl cifs-idmap-plugin)
|
||||||
|
Loading…
Reference in New Issue
Block a user