Skip to main content

Is it possible to update Orphaned Permissions (Windows Group) in a configuration file?

Comments

4 comments

  • Permanently deleted user
    Hi Bobby Jo,

     

    Is your DMZ server on a different domain than your internal server?  If they are on the same domain, you should not be seeing this, but if they aren't then I don't think you can easily solve this issue.  The permissions are granted to SIDs, not to usernames specifically, so you would need to know your user's SIDs on both sides, and replace them in the site.xml file accordingly.  This is not something that is trivial to do.  

     

    Thanks,

     

    Danny
    0
  • Bobby Jo Close
    Danny,

     

    Thank you. My issue is that I do not know where to look for the SIDs outside of the ones listed in my Site.XML. 

     

    Thanks for any help you can provide.

     

    Bobby Jo
    0
  • Permanently deleted user
    Hi Bobby Jo,

     

    Depending on your network permissions, you can do this with the wmic command: wmic useraccount where name="dbriggs" get sid

    You could execute that command on both servers, and compare the results and replace them as needed.

     

    Here's some more details on that command:

    https://www.lifewire.com/how-to-find-a-users-security-identifier-sid-in-windows-2625149

     

    Thanks,

     

    Danny
    0
  • Bobby Jo Close
    Very helpful. Thank you Danny.

     

    bjc
    0

Please sign in to leave a comment.