commit: 69da9641df58afa611d97f8f4f212987f7c10757 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri May 16 09:15:11 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri May 16 09:16:23 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69da9641
net-fs/samba: LDAP needs ADS LDAP currently needs ADS. Followup to ff8a7f282c85e8d142e0fd8a5585c6d4c6ffa0ba. Bug: https://bugs.gentoo.org/941578 Signed-off-by: Sam James <sam <AT> gentoo.org> net-fs/samba/samba-4.21.0.ebuild | 2 ++ net-fs/samba/samba-4.21.1.ebuild | 2 ++ net-fs/samba/samba-4.21.4.ebuild | 2 ++ net-fs/samba/samba-4.21.5.ebuild | 2 ++ net-fs/samba/samba-4.22.0.ebuild | 2 ++ 5 files changed, 10 insertions(+) diff --git a/net-fs/samba/samba-4.21.0.ebuild b/net-fs/samba/samba-4.21.0.ebuild index b9df5502b341..ec91d78427bc 100644 --- a/net-fs/samba/samba-4.21.0.ebuild +++ b/net-fs/samba/samba-4.21.0.ebuild @@ -27,11 +27,13 @@ IUSE+=" iprint json ldap llvm-libunwind pam profiling-data python quota +regedit IUSE+=" snapper spotlight syslog system-heimdal +system-mitkrb5 systemd test unwind winbind" IUSE+=" zeroconf" +# ldap needs ads (bug #941578) REQUIRED_USE="${PYTHON_REQUIRED_USE} addc? ( json python !system-mitkrb5 winbind ) ads? ( acl ldap python winbind ) cluster? ( ads ) gpg? ( addc ) + ldap? ( ads ) spotlight? ( json ) test? ( python ) !ads? ( !addc ) diff --git a/net-fs/samba/samba-4.21.1.ebuild b/net-fs/samba/samba-4.21.1.ebuild index 364c3c45f74c..3fd163ef3f35 100644 --- a/net-fs/samba/samba-4.21.1.ebuild +++ b/net-fs/samba/samba-4.21.1.ebuild @@ -27,11 +27,13 @@ IUSE+=" iprint json ldap llvm-libunwind lmdb pam profiling-data python quota" IUSE+=" +regedit selinux snapper spotlight syslog system-heimdal +system-mitkrb5" IUSE+=" systemd test unwind winbind zeroconf" +# ldap needs ads (bug #941578) REQUIRED_USE="${PYTHON_REQUIRED_USE} addc? ( json python !system-mitkrb5 winbind ) ads? ( acl ldap python winbind ) cluster? ( ads ) gpg? ( addc ) + ldap? ( ads ) spotlight? ( json ) test? ( python ) !ads? ( !addc ) diff --git a/net-fs/samba/samba-4.21.4.ebuild b/net-fs/samba/samba-4.21.4.ebuild index 364c3c45f74c..3fd163ef3f35 100644 --- a/net-fs/samba/samba-4.21.4.ebuild +++ b/net-fs/samba/samba-4.21.4.ebuild @@ -27,11 +27,13 @@ IUSE+=" iprint json ldap llvm-libunwind lmdb pam profiling-data python quota" IUSE+=" +regedit selinux snapper spotlight syslog system-heimdal +system-mitkrb5" IUSE+=" systemd test unwind winbind zeroconf" +# ldap needs ads (bug #941578) REQUIRED_USE="${PYTHON_REQUIRED_USE} addc? ( json python !system-mitkrb5 winbind ) ads? ( acl ldap python winbind ) cluster? ( ads ) gpg? ( addc ) + ldap? ( ads ) spotlight? ( json ) test? ( python ) !ads? ( !addc ) diff --git a/net-fs/samba/samba-4.21.5.ebuild b/net-fs/samba/samba-4.21.5.ebuild index 364c3c45f74c..3fd163ef3f35 100644 --- a/net-fs/samba/samba-4.21.5.ebuild +++ b/net-fs/samba/samba-4.21.5.ebuild @@ -27,11 +27,13 @@ IUSE+=" iprint json ldap llvm-libunwind lmdb pam profiling-data python quota" IUSE+=" +regedit selinux snapper spotlight syslog system-heimdal +system-mitkrb5" IUSE+=" systemd test unwind winbind zeroconf" +# ldap needs ads (bug #941578) REQUIRED_USE="${PYTHON_REQUIRED_USE} addc? ( json python !system-mitkrb5 winbind ) ads? ( acl ldap python winbind ) cluster? ( ads ) gpg? ( addc ) + ldap? ( ads ) spotlight? ( json ) test? ( python ) !ads? ( !addc ) diff --git a/net-fs/samba/samba-4.22.0.ebuild b/net-fs/samba/samba-4.22.0.ebuild index 12d56bffa665..ef2ad70e2521 100644 --- a/net-fs/samba/samba-4.22.0.ebuild +++ b/net-fs/samba/samba-4.22.0.ebuild @@ -27,11 +27,13 @@ IUSE+=" iprint json ldap llvm-libunwind lmdb pam profiling-data python quota" IUSE+=" +regedit selinux snapper spotlight syslog system-heimdal +system-mitkrb5" IUSE+=" systemd test unwind winbind zeroconf" +# ldap needs ads (bug #941578) REQUIRED_USE="${PYTHON_REQUIRED_USE} addc? ( json python !system-mitkrb5 winbind ) ads? ( acl ldap python winbind ) cluster? ( ads ) gpg? ( addc ) + ldap? ( ads ) spotlight? ( json ) test? ( python ) !ads? ( !addc )
