[R] Using LDAP search filter to query attributes without value

When it comes to searching for an object in the LDAP directory (like Active Directory) most of us will use a LDAP filter to display the objects we are looking for. An LDAP filter is a quick and easy way to construct queries that will be excecuted against the target directory service. Most of the … Continue reading "[R] Using LDAP search filter to query attributes without value"

One reason why Kerberos delegation wont work.

Doing a lot of work with Kerberos delegation over the past few years and I have encountered many reasons why the delegation won’t work. One reasons so often not thought of or left out is duplicate SPN entries. Now I know its easy to say who would add a duplicate entry but when administrators get … Continue reading "One reason why Kerberos delegation wont work."

Working with ReplicationSchedule.RawSchedule

(System.DirectoryServices.ActiveDirectory.ReplicationConnection.ReplicationSchedule.RawSchedule) This is an interesting property, you know the schedule screen you see in Site And Services  and which the new DFSR MMC will also have? Well this is how its built 🙂 ReplicationSchedule has a property called RawSchedule which is a Boolean datatype, but it’s a three dimentional array i.e. Boolean(,,) strange structure but … Continue reading "Working with ReplicationSchedule.RawSchedule"