APM Sharepoint authentication
Problem this snippet solves: Updated version to support Webdav with windows explorer after Nicolas's comment.
APM is a great authentication service but it does it only with forms.
The default be...
Published Apr 20, 2016
Version 1.0Stanislas_Piro2
Cumulonimbus
Joined January 04, 2011
Stanislas_Piro2
Cumulonimbus
Joined January 04, 2011
Nicolas_COLLET
Jun 15, 2016Nimbostratus
Hi, we need to adapt / correct this irule for managed network drive because Windows network drive used user-agent like this :
Microsoft-WebDAV-MiniRedir
And it's doesn't manage authentification with form mode.
So it's just need to change this :
Before line 24 : "*microsoft-webdav-miniredir*" -
After line 22 : "*microsoft-webdav-miniredir*" { set clientless_mode 1 }
After operate this modification, Network drive it's ok.
Best regards