[Yanel-commits] rev 22525 - public/yanel/trunk/src/realms/yanel-website/content/specification

michi at wyona.com michi at wyona.com
Thu Feb 8 09:42:41 CET 2007


Author: michi
Date: 2007-02-08 09:42:38 +0100 (Thu, 08 Feb 2007)
New Revision: 22525

Added:
   public/yanel/trunk/src/realms/yanel-website/content/specification/introspection-ldap.xml
Modified:
   public/yanel/trunk/src/realms/yanel-website/content/specification/ldap.xhtml
Log:
introspection added

Added: public/yanel/trunk/src/realms/yanel-website/content/specification/introspection-ldap.xml
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/specification/introspection-ldap.xml	2007-02-07 23:52:27 UTC (rev 22524)
+++ public/yanel/trunk/src/realms/yanel-website/content/specification/introspection-ldap.xml	2007-02-08 08:42:38 UTC (rev 22525)
@@ -0,0 +1,8 @@
+<?xml version="1.0"?>
+
+<introspection xmlns="http://www.wyona.org/neutron/1.0">
+<edit mime-type="application/xhtml+xml" name="LDAP Specification">
+  <checkout url="ldap.xhtml?yanel.resource.usecase=checkout" method="GET"/>
+  <checkin  url="ldap.xhtml?yanel.resource.usecase=checkin"  method="PUT"/>
+</edit>
+</introspection>

Modified: public/yanel/trunk/src/realms/yanel-website/content/specification/ldap.xhtml
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/specification/ldap.xhtml	2007-02-07 23:52:27 UTC (rev 22524)
+++ public/yanel/trunk/src/realms/yanel-website/content/specification/ldap.xhtml	2007-02-08 08:42:38 UTC (rev 22525)
@@ -8,18 +8,16 @@
 </head>
 <body>
 <h2>LDAP</h2>
-
 <h3>Install LDAP server</h3>
 <p>
-<ul>
+</p><ul>
 <li>sudo apt-cache search openlda</li>
 <li>sudo apt-get install slapd</li>
 </ul>
-</p>
 
 <h3>Accessing LDAP server</h3>
 <p>
-<ul>
+</p><ul>
   <li>Startup server: sudo /etc/init.d/slapd start</li>
   <li>Default Port of LDAP server is 389 (netstat -nt -l)</li>
   <li>Use some LDAP client to connect to the server, e.g. <a href="http://www.jxplorer.org">JXplorer</a></li>
@@ -30,13 +28,12 @@
     </ul>
   </li>
 </ul>
-</p>
 
 <h3>Other Java implementations</h3>
 <p>
-<ul>
-  <li>Lenya 1.2.x: src/java/org/apache/lenya/ac/ldap/LDAPUser.java</li>
+</p><ul>
+  <li>Lenya 1.2.x: src/java/org/apache/lenya/ac/ldap/LDAPUser.java resp. src/webapp/lenya/pubs/default/config/ac/passwd/ldap.properties.sample<br/></li>
 </ul>
-</p>
+
 </body>
-</html>
+</html>
\ No newline at end of file




More information about the Yanel-commits mailing list