Skip to content

Typo in LDAP query for P-RODCKrbtgtOrphan #281

@imaibou

Description

@imaibou

In the line

adws.Enumerate(domainInfo.DefaultNamingContext, "(&(objectclas=user)(!(msDS-KrbTgtLinkBl=*))(sAMAccountName=krbtgt_*)(msDS-SecondaryKrbTgtNumber=*))", properties, callback);
, there is a typo in the word "objectclas". There is an s missing. This causes the LDAP query to not return any accounts and the rule P-RODCKrbtgtOrphan will never get triggered.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions