http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/xml/Installation_Guide.xml ---------------------------------------------------------------------- diff --git a/docs/tmp/en-US/xml/Installation_Guide.xml b/docs/tmp/en-US/xml/Installation_Guide.xml deleted file mode 100644 index cabaa96..0000000 --- a/docs/tmp/en-US/xml/Installation_Guide.xml +++ /dev/null @@ -1,62 +0,0 @@ -<?xml version='1.0' encoding='utf-8' ?> -<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ -<!ENTITY % BOOK_ENTITIES SYSTEM "Release_Notes.ent"> -%BOOK_ENTITIES; -]> -<book lang="en-US"> - <!-- 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. - --> <bookinfo id="book-installation"> - <title>&PRODUCT; Installation Guide</title> - <productname>Apache CloudStack</productname> - <productnumber>4.0.0-incubating</productnumber> - <edition>1</edition> - <pubsnumber></pubsnumber> - <abstract> - <para> - Installation Guide for &PRODUCT;. - </para> - - </abstract> - <corpauthor> - <inlinemediaobject> - <imageobject> - <imagedata fileref="Common_Content/images/title_logo.svg" format="SVG" /> - </imageobject> - - </inlinemediaobject> - - </corpauthor> - <xi:include href="Common_Content/Legal_Notice.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> - <xi:include href="Author_Group.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> - - </bookinfo> - <xi:include href="concepts.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> - <xi:include href="cloud-infrastructure-concepts.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> - <xi:include href="source.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> - <xi:include href="installation.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> - <xi:include href="ui.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> - <xi:include href="provisioning-steps.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> - <xi:include href="global-config.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> - <xi:include href="hypervisor-installation.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> - <xi:include href="choosing-a-deployment-architecture.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> - <xi:include href="aws-interface-compatibility.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> - <xi:include href="network-setup.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> - <xi:include href="networks.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> - <xi:include href="Revision_History_Install_Guide.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> -</book> -
http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/xml/LDAPserver-for-user-authentication.xml ---------------------------------------------------------------------- diff --git a/docs/tmp/en-US/xml/LDAPserver-for-user-authentication.xml b/docs/tmp/en-US/xml/LDAPserver-for-user-authentication.xml deleted file mode 100644 index 7d89ff6..0000000 --- a/docs/tmp/en-US/xml/LDAPserver-for-user-authentication.xml +++ /dev/null @@ -1,60 +0,0 @@ -<?xml version='1.0' encoding='utf-8' ?> -<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ -<!ENTITY % BOOK_ENTITIES SYSTEM "Release_Notes.ent"> -%BOOK_ENTITIES; -]> -<section id="LDAPserver-for-user-authentication" lang="en-US"> - <!-- 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. - --> <title>Using an LDAP Server for User Authentication</title> - <para> - You can use an external LDAP server such as Microsoft Active Directory or ApacheDS to authenticate &PRODUCT; end-users. Just map &PRODUCT; accounts to the corresponding LDAP accounts using a query filter. The query filter is written using the query syntax of the particular LDAP server, and can include special wildcard characters provided by &PRODUCT; for matching common values such as the userâs email address and name. &PRODUCT; will search the external LDAP directory tree starting at a specified base directory and return the distinguished name (DN) and password of the matching user. This information along with the given password is used to authenticate the user.. - </para> - <para> - To set up LDAP authentication in &PRODUCT;, call the &PRODUCT; API command ldapConfig and provide the following: - </para> - <itemizedlist> - <listitem> - <para> - Hostname or IP address and listening port of the LDAP server - </para> - </listitem> - <listitem> - <para> - Base directory and query filter - </para> - </listitem> - <listitem> - <para> - Search user DN credentials, which give &PRODUCT; permission to search on the LDAP server - </para> - </listitem> - <listitem> - <para> - SSL keystore and password, if SSL is used - </para> - </listitem> - - </itemizedlist> - <xi:include href="example-LDAP-configuration-commands.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> - <xi:include href="search-base.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> - <xi:include href="query-filter.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> - <xi:include href="search-user-bind-dn.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> - <xi:include href="SSL-keystore-path-and-password.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> -</section> - - http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/xml/Preface.xml ---------------------------------------------------------------------- diff --git a/docs/tmp/en-US/xml/Preface.xml b/docs/tmp/en-US/xml/Preface.xml deleted file mode 100644 index e43513f..0000000 --- a/docs/tmp/en-US/xml/Preface.xml +++ /dev/null @@ -1,29 +0,0 @@ -<?xml version='1.0' encoding='utf-8' ?> -<!DOCTYPE preface PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ -<!ENTITY % BOOK_ENTITIES SYSTEM "Release_Notes.ent"> -%BOOK_ENTITIES; -]> -<preface id="pref-cloudstack-Preface" lang="en-US"> - <!-- 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. - --> <title>Preface</title> - <xi:include href="Common_Content/Conventions.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> - <xi:include href="Feedback.xml" xmlns:xi="http://www.w3.org/2001/XInclude"><xi:fallback xmlns:xi="http://www.w3.org/2001/XInclude"><xi:include href="Common_Content/Feedback.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> - </xi:fallback> - </xi:include> -</preface> - http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/d8e31c7a/docs/tmp/en-US/xml/Release_Notes.ent ---------------------------------------------------------------------- diff --git a/docs/tmp/en-US/xml/Release_Notes.ent b/docs/tmp/en-US/xml/Release_Notes.ent deleted file mode 100644 index 7858ad5..0000000 --- a/docs/tmp/en-US/xml/Release_Notes.ent +++ /dev/null @@ -1,22 +0,0 @@ -<!-- 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. ---> - -<!ENTITY PRODUCT "CloudStack"> -<!ENTITY BOOKID "Technical Documentation"> -<!ENTITY YEAR "2012"> -<!ENTITY HOLDER "Apache Software Foundation">
