Hello,
I'm trying to realize the Adobe CC Programs to work on workstations behind
our Squid (Debian 8, Squid 3.5). We are using user authentification to a
LDAP-Server.
Is there anyone with experiences how to make this work?
Adobe gives some informations:
https://helpx.adobe.com/de/creative-cloud/
Hello,
what would be the right way to implement the authentification bypass list
linked from adobe:
https://helpx.adobe.com/content/dam/help/attachments/Creative_Cloud_for_enterprise_Service_Endpoints.pdf
I can write the list into a file, ok, but how can I setup the acl for
correct bypassig all th
Hello,
since updating our proxy (now squid 4.03) I get very very many error
messages like the following examples:
/192.168.12.120 - - [30/Aug/2018:12:11:51 +0200] "NONE
error:transaction-end-before-headers NONE/0.0" 0 0 NONE:HIER_NONE
192.168.12.37 - biew [30/Aug/2018:12:11:51 +0200] "CONNECT
ad11
Hello,our access.log is filled up to 95% with useless entrys:
192.168.12.84 - - [18/Sep/2017:15:22:40 +0200] "POST
/SpamResolverNG/SpamResolverNG.dll?DoNewRequest HTTP/1.1" 400 3990
TAG_NONE:HIER_NONE
192.168.12.117 - - [18/Sep/2017:15:22:40 +0200] "POST
/SpamResolverNG/SpamResolverNG.dll?DoNewRequ
Hello,
we use user-authentication using a LDAP server.
We want to use a pdf - document which connects to an internet address
(europa.eu) for a kind of examination. The pdf doesnt ask for
proxy-authentification, so I tried to go around squid using ACLs like:
acl alle src 0.0.0.0/0.0.0.0
acl pd
Hello Fred,
thank you for your help!
Ok, I tried to insert a the acl in auth_param block as you described:
acl pdfdoc dstdomain webgate.ec.europa.eu
http_access allow password !pdfdoc
http_access allow pdfdoc
but no success was shown using the pdf-doc.
Then: Testing access to webgate.ec.europa.e
Hello Fred,
as written above, I inserted the statements:
> Ok, I tried to insert a the acl in auth_param block as you described:
>
> acl pdfdoc dstdomain webgate.ec.europa.eu
> http_access allow password !pdfdoc #replacing http_access
> allow password
> http_access allow pdfdoc
no