We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c904f3a commit 643519dCopy full SHA for 643519d
1 file changed
nxc/protocols/ldap.py
@@ -591,7 +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.")
+ self.logger.debug("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