Fix missing dash in LDAP test server example (dotnet/corefx#34336)
authorzivillian <zivillian@users.noreply.github.com>
Thu, 3 Jan 2019 20:07:19 +0000 (21:07 +0100)
committerStephen Toub <stoub@microsoft.com>
Thu, 3 Jan 2019 20:07:19 +0000 (15:07 -0500)
* fix missing dash

* fix copied configuration

Commit migrated from https://github.com/dotnet/corefx/commit/e48041feb1a4b9660eb0d26e2e43241237da0eaf

src/libraries/System.DirectoryServices.Protocols/tests/LDAP.Configuration.xml
src/libraries/System.DirectoryServices/tests/LDAP.Configuration.xml

index 874c6a5..2772695 100644 (file)
@@ -4,7 +4,7 @@
     The easiest way to get LDAP server is to download and install OpenDJ https://backstage.forgerock.com/downloads/OpenDJ/Directory%20Services/5.0.0#browse.
 
     Download "DS zip" file then extract it. you can set it up by running a command like that following:
-    /setup directory-server --sampleData 2 --rootUserDN "cn=Directory Manager" --rootUserPassword password --hostname localhost.localdomain --ldapPort 1389 --ldapsPort 1636 --httpPort 8080 --httpsPort 8443 --adminConnectorPort 4444 --baseDN dc=example,dc=com --acceptLicense –enableStartTls
+    /setup directory-server --sampleData 2 --rootUserDN "cn=Directory Manager" --rootUserPassword password --hostname localhost.localdomain --ldapPort 1389 --ldapsPort 1636 --httpPort 8080 --httpsPort 8443 --adminConnectorPort 4444 --baseDN dc=example,dc=com --acceptLicense –-enableStartTls
 
     After that delete this comment and have the following contents in this Xml file:
 
index f587727..87a4f76 100644 (file)
@@ -4,7 +4,7 @@
     The easiest way to get LDAP server is to download and install OpenDJ https://backstage.forgerock.com/downloads/OpenDJ/Directory%20Services/5.0.0#browse. 
 
     Download "DS zip" file then extract it. you can set it up by running a command like that following:
-    /setup directory-server --sampleData 2 --rootUserDN "cn=Directory Manager" --rootUserPassword password --hostname localhost.localdomain --ldapPort 1389 --ldapsPort 1636 --httpPort 8080 --httpsPort 8443 --adminConnectorPort 4444 --baseDN dc=example,dc=com --acceptLicense –enableStartTls
+    /setup directory-server --sampleData 2 --rootUserDN "cn=Directory Manager" --rootUserPassword password --hostname localhost.localdomain --ldapPort 1389 --ldapsPort 1636 --httpPort 8080 --httpsPort 8443 --adminConnectorPort 4444 --baseDN dc=example,dc=com --acceptLicense –-enableStartTls
 
     After that delete this comment and have the following contents in this Xml file: