From 5942d234364964fc8da089d8867d4c7570b1b02d Mon Sep 17 00:00:00 2001 From: Mark Craig <mark.craig@forgerock.com> Date: Wed, 23 May 2012 10:05:29 +0000 Subject: [PATCH] Indexing --- opendj3/src/main/docbkx/dev-guide/chap-authenticating.xml | 22 +++++++++++++++++++--- 1 files changed, 19 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 ebe02f2..0200c25 100644 --- a/opendj3/src/main/docbkx/dev-guide/chap-authenticating.xml +++ b/opendj3/src/main/docbkx/dev-guide/chap-authenticating.xml @@ -37,7 +37,11 @@ <section xml:id="simple-auth"> <title>Simple Authentication</title> - + <indexterm> + <primary>Authentications</primary> + <secondary>Simple</secondary> + </indexterm> + <para>You perform simple authentication by binding with the distinguished name of a user's directory entry and the user's password. For this reason simple authentication over unsecure network connections should be done only @@ -104,7 +108,15 @@ <section xml:id="simple-auth-with-starttls-or-ssl"> <title>Start TLS & SSL Authentication</title> - + <indexterm> + <primary>Authentications</primary> + <secondary>StartTLS, SSL</secondary> + </indexterm> + <indexterm> + <primary>Extended operations</primary> + <secondary>StartTLS</secondary> + </indexterm> + <para>Simple authentication involves sending a user name and password to the directory server. To avoid sending the user name and password in the clear, you can use SSL or Start TLS.</para> @@ -180,7 +192,11 @@ <section xml:id="sasl-auth"> <title>SASL Authentication</title> - + <indexterm> + <primary>Authentications</primary> + <secondary>SASL</secondary> + </indexterm> + <para>Simple Authentication and Security Layer (SASL) provides a way to use other mechanisms for authentication such as Kerberos or Digest authentication, or even to define your own authentication mechanism. The -- Gitblit v1.10.0