From 75b941e6077454fc66c78eb0cb79ec71aadcc198 Mon Sep 17 00:00:00 2001 From: Henry Grover Date: Mon, 16 Apr 2018 13:21:55 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43fdbdc..a768856 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ Updates the LDAP entry attributes for a given VM by munging the existing LDAP en ### UpdateMultipleVMsTagsAndCustomAttributesFromLDAPEntries Updates the tags and custom attributes on a collection of VMs using the LDAP entry attributes for each VM. -For this to work `/LDAP/Integration/LDAP/Operations/Methods/get_vm_tags_and_attributes_from_ldap_entry` must be overwritten with specifc business logic to determine which LDAP entry attributes should be synchronized to which VM tags and/or custom attributes. +For this to work `/LDAP/Integration/LDAP/Operations/Methods/get_vm_tags_and_attributes_from_ldap_entry` must be overwritten with specific business logic to determine which LDAP entry attributes should be synchronized to which VM tags and/or custom attributes. ### UpdateVMTagsAndCustomAttributesFromLDAPEntries Updates the tags and custom attributes on a VM using the LDAP entry attributes for that VM.