net-proxy/squid: remove deprecated SMB_LM from USE=ldap

This was first added for USE=ldap with the addition of 4.6 in
ee8980c566 , however upstream has
removed the SMB_LM auth helper, and it's not clear it was ever
needed for USE=ldap unless also using USE=samba (which also
sets it anyway).

Signed-off-by: Hank Leininger <hlein@korelogic.com>
Closes: https://bugs.gentoo.org/972624
Bug: https://bugs.gentoo.org/972634
Part-of: https://codeberg.org/gentoo/gentoo/pulls/619
Merges: https://codeberg.org/gentoo/gentoo/pulls/619
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Hank Leininger
2026-04-13 17:09:57 -06:00
committed by Sam James
parent 884a76c4ed
commit 492da91872

View File

@@ -202,7 +202,7 @@ src_configure() {
getpwnam
$(usev samba 'SMB')
$(usev ldap 'SMB_LM LDAP')
$(usev ldap 'LDAP')
$(usev pam 'PAM')
$(usev sasl 'SASL')
$(usev nis 'NIS')