Author: dimuthul
Date: Sun Dec  2 20:42:18 2007
New Revision: 10383

Modified:
   
trunk/solutions/identity/modules/documentation/src/site/xdoc/idp_administratorguide.xml
Log:
Fixing Identity - 106


Modified: 
trunk/solutions/identity/modules/documentation/src/site/xdoc/idp_administratorguide.xml
==============================================================================
--- 
trunk/solutions/identity/modules/documentation/src/site/xdoc/idp_administratorguide.xml
     (original)
+++ 
trunk/solutions/identity/modules/documentation/src/site/xdoc/idp_administratorguide.xml
     Sun Dec  2 20:42:18 2007
@@ -70,6 +70,7 @@
 <br/>
 <strong>LDAP - org.wso2.usermanager.custom.ldap.LDAPRealm</strong>
 <table>
+       <tr><td>Parameter Name</td><td>Description</td></tr>
        <tr><td>ConnectionUrl</td><td>LDAP connection url. For example 
"ldap://localhost:389";</td></tr>
        <tr><td>ConnectionName</td><td>LDAP connection username. This must be a 
root user who can read attribute IDs</td></tr> 
        <tr><td>ConnectionPass</td><td>LDAP connection password.</td></tr>
@@ -82,11 +83,12 @@
 
 <strong>JDBC - org.wso2.usermanager.custom.jdbc.JDBCRealm</strong>
 <table>
-  <tr><td>DriverName</td><td>JDBC Driver's class name. It must be present in 
the classpath</td></tr>
-  <tr><td>ConnectionURL</td><td>Connection URL to the database</td></tr>
+  <tr><td>Parameter Name</td><td>Description</td></tr>
+  <tr><td>DriverName</td><td>JDBC Driver's class name. It must be present in 
the classpath. For example 
<code>org.apache.derby.jdbc.EmbeddedDriver</code></td></tr>
+  <tr><td>ConnectionURL</td><td>Connection URL to the database. For example 
"jdbc:derby:home/identity/database/SAMPLE_DB"</td></tr>
   <tr><td>ConnectionUserName</td><td>Connection username to the 
database</td></tr>
   <tr><td>ConnectionPassword</td><td>Connection password of the 
username</td></tr>
-  <tr><td>UserTable</td><td>User table name in the database</td></tr>
+  <tr><td>UserTable</td><td>User table name in the database.</td></tr>
   <tr><td>UserNameColumn</td><td>User name column in the User table</td></tr>
   <tr><td>UserCredentialColumn</td><td>User credential column in the User 
table</td></tr>
   <tr><td>ColumnNames</td><td>Column names of the user table from where the 
user properties will be read.

_______________________________________________
Identity-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/identity-dev

Reply via email to