cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
322
Views
0
Helpful
1
Replies

NTLM authentication in Hierarchy

kirubaharanbabu
Level 1
Level 1

Experts,

Can anyone please let me know the answer for the below scenario.

Assuming the authentication in enabled on Parent and disabled on child

1. will the child cache the object

2. will the parent cache the authentication credentials

Thanks

Babu

1 Reply 1

Zach Seils
Level 7
Level 7

1. Not by default. You can enable the caching of NTLM authenticated objects with the command:

http cache-authenticated ntlm

2. Yes. Note that you need to configure the following command on the child CE:

http append x-forwarded-for-header

This is because the parent CE (which is configured for authentication) uses the client's IP address a the key for the credentials in the authentication cache.

I would recommend you read the following reference material:

http://www.cisco.com/en/US/products/sw/conntsw/ps491/products_configuration_guide_chapter09186a0080394b38.html#wp1320412

~Zach