We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8309947 commit 34f6ce2Copy full SHA for 34f6ce2
1 file changed
nxc/protocols/ldap.py
@@ -591,6 +591,7 @@ def check_if_admin(self):
591
if str(attribute["type"]) == "distinguishedName":
592
answers.append(str("(memberOf:1.2.840.113556.1.4.1941:=" + attribute["vals"][0] + ")"))
593
if len(answers) == 0:
594
+ self.logger.debug(f"No groups with default privileged RID were found. Assuming user is not a Domain Administrator.")
595
return
596
597
# 3. get member of these groups
0 commit comments