0
Question about Kerberos Guide
On page 5 of the new Pyramid 2018 Kerberos Guide, it states that the runtime server's delegation should be set using constrained delegation, which makes sense. But it doesn't say anything about the task engine server -- does that server need to be setup for delegation as well? Does the task engine server ever use delegation to access a given SQL Server data source?
Dave F.
2 replies
-
The task engine is responsible for running both scheduled tasks and on demand asynchronous tasks,
On demand asynchronous tasks like the printing are running queries against the data sources therefore the task engine must be also be configured for delegation like the run time engine
-
Matan Dror Then the Kerberos guide needs to be updated to reflect that...