You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by se...@apache.org on 2008/03/18 11:10:13 UTC

svn commit: r638300 - /directory/studio/trunk/ldapbrowser-help/src/main/docbook/1_gettingstarted.xml

Author: seelmann
Date: Tue Mar 18 03:10:08 2008
New Revision: 638300

URL: http://svn.apache.org/viewvc?rev=638300&view=rev
Log:
Fix for DIRSTUDIO-300: added notes with default port, bind DN and password of common directory servers.

Modified:
    directory/studio/trunk/ldapbrowser-help/src/main/docbook/1_gettingstarted.xml

Modified: directory/studio/trunk/ldapbrowser-help/src/main/docbook/1_gettingstarted.xml
URL: http://svn.apache.org/viewvc/directory/studio/trunk/ldapbrowser-help/src/main/docbook/1_gettingstarted.xml?rev=638300&r1=638299&r2=638300&view=diff
==============================================================================
--- directory/studio/trunk/ldapbrowser-help/src/main/docbook/1_gettingstarted.xml (original)
+++ directory/studio/trunk/ldapbrowser-help/src/main/docbook/1_gettingstarted.xml Tue Mar 18 03:10:08 2008
@@ -187,7 +187,7 @@
 		<para>
 			In the wizard's first page enter a connection name as well as the hostname and the port of the LDAP server. To check the connection
 			parameter you entered you may click to <emphasis role="strong"><guibutton>Check Network Parameter</guibutton></emphasis>. 
-			Click <emphasis role="strong">Next</emphasis> when done.
+			Click <emphasis role="strong">Next</emphasis> when done.
 			<screenshot>
 				<mediaobject>
 					<imageobject>
@@ -197,6 +197,35 @@
 				</mediaobject>
 			</screenshot>
 		</para>
+		<para>
+			Here is a list of common directory servers and the ports they use by default:
+			<informaltable frame='all' >
+				<tgroup cols='2' align='left' colsep='1' rowsep='1'>
+					<colspec colname="Directory Server" align="left" colwidth="3*" />
+					<colspec colname="Default Port" align="right" colwidth="1*" />
+					<thead>
+						<row>
+						  <entry>Directory Server</entry>
+						  <entry>Default Port</entry>
+						</row>
+					</thead>
+					<tbody>
+						<row>
+						  <entry>Apache Directory Server</entry>
+						  <entry>10389</entry>
+						</row>
+						<row>
+						  <entry>OpenDS</entry>
+						  <entry>1389</entry>
+						</row>
+						<row>
+						  <entry>OpenLDAP, Fedora, Sun, Active Directory</entry>
+						  <entry>389</entry>
+						</row>
+					</tbody>
+				</tgroup>
+			</informaltable>
+		</para>
 		<para>
 			In the wizard's second page select the authentication method. If you choose the simple bind method also enter your bind DN or user and bind password. 
 			To check the authentication	parameter you entered you may click to <emphasis role="strong"><guibutton>Check Authentication</guibutton></emphasis>. 
@@ -209,7 +238,41 @@
 					</imageobject>
 				</mediaobject>
 			</screenshot>
-		</para>
+		</para>
+		<para>
+			Here is a list of common directory servers and the administrator's bind DN and password they use by default:
+			<informaltable frame='all' >
+				<tgroup cols='3' align='left' colsep='1' rowsep='1'>
+					<colspec colname="Directory Server" align="left" colwidth="3*" />
+					<colspec colname="Default Bind DN" align="left" colwidth="1*" />
+					<colspec colname="Default Bind Password" align="left" colwidth="1*" />
+					<thead>
+						<row>
+						  <entry>Directory Server</entry>
+						  <entry>Default Bind DN</entry>
+						  <entry>Default Bind Password</entry>
+						</row>
+					</thead>
+					<tbody>
+						<row>
+						  <entry>Apache Directory Server</entry>
+						  <entry>uid=admin,ou=system</entry>
+						  <entry>secret</entry>
+						</row>
+						<row>
+						  <entry>OpenDS, Sun, Fedora</entry>
+						  <entry>cn=Directory Manager</entry>
+						  <entry>specified at setup</entry>
+						</row>
+						<row>
+						  <entry>OpenLDAP</entry>
+						  <entry>specified at setup, see slapd.conf</entry>
+						  <entry>specified at setup, see slapd.conf</entry>
+						</row>
+					</tbody>
+				</tgroup>
+			</informaltable>
+		</para>		
 		<para>
 			Observe that the <emphasis role="strong">Connections view</emphasis> now shows the created connection.
 			<screenshot>