Forum Discussion
Wil_Schultz_101
Nimbostratus
Jan 26, 2007Possible to insert header in CACHE_RESPONSE?
I would like to insert a header on cache response so I will quickly know if a page was served from the origin server of from cache. I'm attempting the following:
when CACHE_RESPONSE {
if { [HT...
vasu_95875
Nimbostratus
Dec 09, 2009Thank you Battman and Aaron for you quick response.
- Minn_62043Apr 25, 2016
Cirrostratus
Normally, you would enter the search expression in SearchFilter to pull out the corresponding data from the LDAP.
We would use this:
(sAMAccountName=%{session.logon.last.username})
in SearchFilter to query the LDAP record where logon username matches the sAMAccountName field in LDAP.
SearchDN is the normally the base DN.
- Nathaneil0227_2Apr 26, 2016
Nimbostratus
Minn Hi, Thanks for your response. I put the string to both LDAP query and LDAP Auth. Found out that the problem is that BaseDN of the Groups was different. Thanks. -Nat