From 0cfb1bdbd2e64b0f5c75d0942a017144e414c232 Mon Sep 17 00:00:00 2001 From: Mark Craig <mark.craig@forgerock.com> Date: Fri, 28 Oct 2011 14:26:22 +0000 Subject: [PATCH] Some cleanup, added xml:id anchors --- opendj3/src/main/docbkx/dev-guide/chap-authenticating.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/opendj3/src/main/docbkx/dev-guide/chap-authenticating.xml b/opendj3/src/main/docbkx/dev-guide/chap-authenticating.xml index b530dd0..09edac5 100644 --- a/opendj3/src/main/docbkx/dev-guide/chap-authenticating.xml +++ b/opendj3/src/main/docbkx/dev-guide/chap-authenticating.xml @@ -35,7 +35,7 @@ operation to perform is a bind operation. The bind operation authenticates the client to the directory.</para> - <section> + <section xml:id="simple-auth"> <title>Simple Authentication</title> <para>You perform simple authentication by binding with the distinguished @@ -98,13 +98,13 @@ than an administrator.</para> </section> - <section> + <section xml:id="simple-auth-with-starttls-or-ssl"> <title>Start TLS and SSL Authentication</title> <para>TODO</para> </section> - <section> + <section xml:id="sasl-auth"> <title>SASL Authentication</title> <para>TODO</para> -- Gitblit v1.10.0