Page 1 of 1

Question for the plug-in experts

Posted: Thu Apr 29, 2021 6:38 pm
by aaroncampbell72
When packaging up and application and adding it to our repository, there is the option to approve the new package "As Admin". Where are those Admin credentials being defined or pulled from? If I enable "As Admin" the installations fail with error "Failed to Login as User".

Re: Question for the plug-in experts

Posted: Fri Apr 30, 2021 12:43 pm
by Cubert
I believe it is set here at the location level which account to use but the account is set in the passwords tab at the main client console or location consoles


Capture.PNG
Capture.PNG (36.19 KiB) Viewed 3763 times

Re: Question for the plug-in experts

Posted: Fri Apr 30, 2021 12:48 pm
by Cubert
If you run normal (not as admin) the software will install with what ever service account the agent runs as. This is typically [SYSTEM] which should have enough privilege to execute most application installers. The As admin was meant for those MSPs who set more strict permissions where agent service could not install apps. This would allow the agent to pull the correct permissions before installing app.

In most cases this is not needed.

Re: Question for the plug-in experts

Posted: Fri Apr 30, 2021 5:50 pm
by aaroncampbell72
Thank you for the clarity.