Author: elecharny
Date: Thu Nov 28 18:07:34 2013
New Revision: 1546422
URL: http://svn.apache.org/r1546422
Log:
Fixed some formatting
Modified:
directory/site/trunk/content/apacheds/kerberos-ug/4.2-authenticate-studio.mdtext
Modified: directory/site/trunk/content/apacheds/kerberos-ug/4.2-authenticate-studio.mdtext
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/apacheds/kerberos-ug/4.2-authenticate-studio.mdtext?rev=1546422&r1=1546421&r2=1546422&view=diff
==============================================================================
--- directory/site/trunk/content/apacheds/kerberos-ug/4.2-authenticate-studio.mdtext (original)
+++ directory/site/trunk/content/apacheds/kerberos-ug/4.2-authenticate-studio.mdtext Thu Nov
28 18:07:34 2013
@@ -55,7 +55,7 @@ On the **Overview** tab, check the **Ena
There are a few parameters that are to be set in the **LDAP** configuration :
* The SASL host must be the local server name (here, example.net)
- * The SASL principal is <strong>ldap/example.net@EXAMPLE.COM</strong>
+ * The SASL principal is ldap/example.net@EXAMPLE.COM
* The Search Base DN should point to the place under which we store users and services
(dc=security,dc=example,dc=com)
<DIV class="warning" markdown="1">
@@ -248,10 +248,10 @@ On the "Connections" tab, right click an
You will now have to set the network parameters, as in the following popup. Typically, set
:
- * The connection name (here, **Kerberos User**)
- * The LDAP server host (**example.net**)
- * The LDAP server port (**10389**)
- * The Provider (pick **Apache Directory LDAP Client API**)
+ * The connection name (here, Kerberos User)
+ * The LDAP server host (example.net)
+ * The LDAP server port (10389)
+ * The Provider (pick Apache Directory LDAP Client API)
You can check the connection on cliking the 'check network connection' button, you should
get back a popup stating that the connection was established successfully.
|