Jump to content

AdamKearn

Members
  • Posts

    1
  • Joined

  • Last visited

Reputation

0 Neutral

About AdamKearn

  1. @Primus @pete @thegavna Hi Guys - I've been facing this issue as well and have been trying to find a solution on this for almost a week. I've managed to get it working in our environment now. We have a single application server and multiple site servers across our trust. We are syncing our users using Entra/365, but it should also work with those who are syncing with AD using the UPN name too. I've written a quick note on my GitHub page that explains it in depth. Force PaperCut to send Print Jobs as the UPN instead of SAM Account Name You have to essentially copy a "shared secret" file over to each device with papercut installed and then force the client to login as your user manually. "\path\to\pc-client.exe" --user "[email protected]" --pre-authenticate --shared-secret-file "\path\to\pc-shared-secret.dat" "\path\to\pc-client.exe" --user "[email protected]" --use-pre-authentication I've created a batch script that will grab the UPN automatically of the current logged-on user and inject this into those commands above. You should be able to follow the steps on my GitHub post, but if you have any issues, just let me know. It's really annoyed me that papercut has not implemented this feature natively when turning on the UPN option....
×
×
  • Create New...