Minimal permissions required to resolve Guid of Active Directory Object

As part of an application that I’m writing, I attempt to resolve an active directory object from Guid to the object’s Distinguished name. For some restricted objects, I must grant my service account additional permissions in order to resol… Continue reading Minimal permissions required to resolve Guid of Active Directory Object

Recommendations on PKI roles as per ETSI EN 319 401 – V2.3.1

I want to configure roles (least privilege) on my CA instance (EJBCA) and I’m trying to find what are the best practices to do this.
I’ve tried to read the ETSI EN 319 401 – V2.3.1 standard and try to implement this on EJBCA but it is not … Continue reading Recommendations on PKI roles as per ETSI EN 319 401 – V2.3.1

Can I use root account if every server only runs one service [Debian/Ubuntu Server]

Usually people say directly using root account is a very bad idea. However, my current setting is like this: to achieve a higher level of isolation, all services have their own virtual machine instances.
In this scenario, is it okay to sim… Continue reading Can I use root account if every server only runs one service [Debian/Ubuntu Server]

How to allow limited admin rights to a user/program in Windows [migrated]

I work in security and often come across situations where a user requests local administrator rights to their machine because 1 program needs to be run as Admin in order to work. Unfortunately, a lot of these programs are critical and so I… Continue reading How to allow limited admin rights to a user/program in Windows [migrated]