DamnitAddie has asked for the wisdom of the Perl Monks concerning the following question:
Hello Monks, I am retrieving reports from a Microsoft SQL Server Reporting Server (SSRS), using LWP and NTLM. What I'm interested to know is if a module or method within Perl exists to take advantage of the built-in windows single sign-on functionality. When I access the report server URL via Chrome or IE, I am able to access the reports without the need to login with username and/or password.
Does such a thing exist for Perl scripts being run from the same Windows desktop? Unfortunately, I do not have access to the actual SQL server, only the reporting website. This would allow me to copy scripts to co-worker's computers without the need to hard code their passwords.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Windows single sign-on / NTLM question
by kschwab (Vicar) on Jan 02, 2019 at 17:24 UTC | |
Re: Windows single sign-on / NTLM question
by talexb (Chancellor) on Jan 02, 2019 at 14:50 UTC | |
by DamnitAddie (Novice) on Jan 02, 2019 at 15:59 UTC | |
by markong (Pilgrim) on Jan 03, 2019 at 00:25 UTC | |
by DamnitAddie (Novice) on Jan 23, 2019 at 11:39 UTC | |
by haukex (Archbishop) on Jan 23, 2019 at 19:48 UTC |