You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by tv...@apache.org on 2008/10/07 18:48:40 UTC

svn commit: r702541 - in /turbine/fulcrum/trunk/security/ldap/xdocs: ./ navigation.xml

Author: tv
Date: Tue Oct  7 09:48:39 2008
New Revision: 702541

URL: http://svn.apache.org/viewvc?rev=702541&view=rev
Log:
Preliminary support for LDAP authentication. Not all tests pass (yet).

Added:
    turbine/fulcrum/trunk/security/ldap/xdocs/
    turbine/fulcrum/trunk/security/ldap/xdocs/navigation.xml

Added: turbine/fulcrum/trunk/security/ldap/xdocs/navigation.xml
URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/security/ldap/xdocs/navigation.xml?rev=702541&view=auto
==============================================================================
--- turbine/fulcrum/trunk/security/ldap/xdocs/navigation.xml (added)
+++ turbine/fulcrum/trunk/security/ldap/xdocs/navigation.xml Tue Oct  7 09:48:39 2008
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one
+ or more contributor license agreements.  See the NOTICE file
+ distributed with this work for additional information
+ regarding copyright ownership.  The ASF licenses this file
+ to you under the Apache License, Version 2.0 (the
+ "License"); you may not use this file except in compliance
+ with the License.  You may obtain a copy of the License at
+
+   http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing,
+ software distributed under the License is distributed on an
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ KIND, either express or implied.  See the License for the
+ specific language governing permissions and limitations
+ under the License.
+-->
+
+<!DOCTYPE project [
+<!ENTITY security-nav SYSTEM "../../incl_nav.xml">
+]>
+<project
+  name="Fulcrum Security"
+  href="http://turbine.apache.org/fulcrum/sites/security.html/">
+
+&security-nav;
+
+</project>