From 1995c9abe63e16ae4ed2a2446c09c12c8e4aa944 Mon Sep 17 00:00:00 2001
From: Mark Craig <mark.craig@forgerock.com>
Date: Fri, 28 Aug 2015 11:56:21 +0000
Subject: [PATCH] OPENDJ-2255 Initial self-edit of the admin guide

---
 docs/src/main/docbkx/admin-guide/chap-pta.xml |   36 +++++++++++++++++++++++++++---------
 1 files changed, 27 insertions(+), 9 deletions(-)

diff --git a/docs/src/main/docbkx/admin-guide/chap-pta.xml b/docs/src/main/docbkx/admin-guide/chap-pta.xml
index a4bb74e..7ee8399 100644
--- a/docs/src/main/docbkx/admin-guide/chap-pta.xml
+++ b/docs/src/main/docbkx/admin-guide/chap-pta.xml
@@ -23,18 +23,36 @@
   !
 -->
 <chapter xml:id='chap-pta'
- xmlns='http://docbook.org/ns/docbook' version='5.0' xml:lang='en'
- xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
- xsi:schemaLocation='http://docbook.org/ns/docbook
-                     http://docbook.org/xml/5.0/xsd/docbook.xsd'>
+         xmlns='http://docbook.org/ns/docbook' version='5.0' xml:lang='en'
+         xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
+         xsi:schemaLocation='http://docbook.org/ns/docbook
+                             http://docbook.org/xml/5.0/xsd/docbook.xsd'>
  <title>Configuring Pass Through Authentication</title>
  <indexterm><primary>Pass through authentication</primary></indexterm>
 
- <para>This chapter focuses on pass through authentication (PTA), whereby you
- configure another server to determine the response to an authentication
- request. A typical use case for pass through authentication involves
- passing authentication through to Active Directory for users coming
- from Microsoft Windows systems.</para>
+ <itemizedlist>
+  <para>
+   This chapter focuses on pass through authentication (PTA),
+   whereby you configure another server
+   to determine the response to an authentication request.
+   A typical use case for pass through authentication involves
+   passing authentication through to Active Directory
+   for users coming from Microsoft Windows systems.
+   In this chapter you will learn to:
+  </para>
+
+  <listitem>
+   <para>
+    Configure password policies to use pass through authentication
+   </para>
+  </listitem>
+
+  <listitem>
+   <para>
+    Assign pass through authentication policies to users and to groups
+   </para>
+  </listitem>
+ </itemizedlist>
 
  <section xml:id="about-pta">
   <title>About Pass Through Authentication</title>

--
Gitblit v1.10.0