salut . I hope everything goes well for you. I'm attempting to set up a squid proxy and have a freeipa server as my identifier. Everything works properly when I perform the authentication of the users I've created in freeipa. The lab will go further; I've established a trust relationship with a Windows 2019 AD. I exported the AD users into a group on freeipa. As a result, the user is in an external group on the system. After that, I try to connect to these users via Squid, but it does not work. It says in the logs that it cannot find the user. However, when I try to connect via ssh to the freeipa server using the AD utility, everything works perfectly. I am new in this field. Please help me.
auth_param basic program /usr/lib64/squid/basic_ldap_auth -b "dc=domaine,dc=com" -f "uid=%s" -h ipa.domaine.com
acl ldapauth proxy_auth REQUIRED
http_access allow ldapauth
http_access deny all
j'ai essayer de creer un sctipt qui m'authentifie en utilisant ssh mais rien . j'ai aussi essayer le script de squid basic_getpwnam_auth mais ça ne fonctionne toutjours pas