Skip to content

Commit e363366

Browse files
committed
Update description in module and docs to reflect nre option name
1 parent b207a88 commit e363366

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

documentation/modules/auxiliary/gather/vmware_vcenter_vmdir_ldap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This module uses an anonymous-bind LDAP connection to dump data from
66
the vmdir service in VMware vCenter Server version 6.7 prior to the
77
6.7U3f update, only if upgraded from a previous release line, such as
88
6.0 or 6.5.
9-
If the bind username and password are provided (BIND_DN and BIND_PW
9+
If the bind username and password are provided (BIND_DN and LDAPPassword
1010
options), these credentials will be used instead of attempting an
1111
anonymous bind.
1212

modules/auxiliary/gather/vmware_vcenter_vmdir_ldap.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def initialize(info = {})
1919
the vmdir service in VMware vCenter Server version 6.7 prior to the
2020
6.7U3f update, only if upgraded from a previous release line, such as
2121
6.0 or 6.5.
22-
If the bind username and password are provided (BIND_DN and BIND_PW
22+
If the bind username and password are provided (BIND_DN and BLDAPPassword
2323
options), these credentials will be used instead of attempting an
2424
anonymous bind.
2525
},

0 commit comments

Comments
 (0)