We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fbc4893 + 14e3c69 commit a97f884Copy full SHA for a97f884
data/auxiliary/gather/ldap_query/ldap_queries_default.yaml
@@ -81,15 +81,15 @@ queries:
81
- groupType
82
- memberof
83
- action: ENUM_ORGUNITS
84
- description: 'Dump info about all known organizational roles in the LDAP environment.'
+ description: 'Dump info about all known organizational units in the LDAP environment.'
85
filter: '(objectClass=organizationalUnit)'
86
attributes:
87
- dn
88
- displayName
89
- name
90
- description
91
- action: ENUM_ORGROLES
92
- description: 'Dump info about all known organization units in the LDAP environment.'
+ description: 'Dump info about all known organization roles in the LDAP environment.'
93
filter: '(objectClass=organizationalRole)'
94
95
0 commit comments