Proxy Auth gegen Windows AD bzw LDAP

Proxy Authentifizierung in Squid 3.x gegen Windows AD bzw LDAP

# Authentifizierung an Active Directory
auth_param basic program /usr/lib/squid3/squid_ldap_auth -R -b „dc=LOCAL,dc=DOMAIN“ -D „USER@DOMAIN.LOCAL“ -w „PASSWORT“ -f „(sAMAccountName=%s)“ -h IP_ADRESSE:3268
auth_param basic children 5
auth_param basic realm „Proxy Authentifizierung. Bitte geben Sie Ihren Benutzername und Ihr Passwort ein!“
auth_param basic credentialsttl 2 hours
external_acl_type InetGroup %LOGIN /usr/lib/squid3/squid_ldap_group -R -P -b „dc=DOMAIN,dc=LOCAL“ -D „USER@DOMAIN.LOCAL“ -w „PASSWORT“ -f „(&(objectclass=person)(sAMAccountName=%v) (memberof=cn=%a,ou=GRUPPE,dc=DOMAIN,dc=LOCAL))“ -h IP_ADRESSE:3268

acl localnet proxy_auth REQUIRED
acl InetAccess external InetGroup INTERNET_GRUPPE
http_access allow InetAccess

Alles was „FETT“ markiert ist muss durch individuelle Daten ersetzt werden!

Posted by:

PeakSpray

Leave A Comment

Your email address will not be published. Required fields are marked (required):

Bitte rechnen Sie folgendes aus: * Time limit is exhausted. Please reload the CAPTCHA.

Back to Top