Skip to content

Commit a97f884

Browse files
authored
Land rapid7#16813, Fix default LDAP query descriptions
2 parents fbc4893 + 14e3c69 commit a97f884

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/auxiliary/gather/ldap_query/ldap_queries_default.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,15 +81,15 @@ queries:
8181
- groupType
8282
- memberof
8383
- action: ENUM_ORGUNITS
84-
description: 'Dump info about all known organizational roles in the LDAP environment.'
84+
description: 'Dump info about all known organizational units in the LDAP environment.'
8585
filter: '(objectClass=organizationalUnit)'
8686
attributes:
8787
- dn
8888
- displayName
8989
- name
9090
- description
9191
- action: ENUM_ORGROLES
92-
description: 'Dump info about all known organization units in the LDAP environment.'
92+
description: 'Dump info about all known organization roles in the LDAP environment.'
9393
filter: '(objectClass=organizationalRole)'
9494
attributes:
9595
- dn

0 commit comments

Comments
 (0)