diff options
author | Mark Spruiell <mes@zeroc.com> | 2006-06-26 17:00:48 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2006-06-26 17:00:48 +0000 |
commit | fb935e83eef5b1bd20d6980ecfee44f4df9baabf (patch) | |
tree | 2c8863168f95d390dc747be00166f729c4058558 /cpp | |
parent | more Glacier2 edits (diff) | |
download | ice-fb935e83eef5b1bd20d6980ecfee44f4df9baabf.tar.bz2 ice-fb935e83eef5b1bd20d6980ecfee44f4df9baabf.tar.xz ice-fb935e83eef5b1bd20d6980ecfee44f4df9baabf.zip |
docbook fixes
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/doc/Properties.sgml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/cpp/doc/Properties.sgml b/cpp/doc/Properties.sgml index 407e7605ec9..a8f16fdd0a3 100644 --- a/cpp/doc/Properties.sgml +++ b/cpp/doc/Properties.sgml @@ -4714,7 +4714,7 @@ line of the file must contain a username and a password, separated by whitespace. The password must be a 13-character, crypt-encoded string. If this property is not defined, the default value is <literal>passwords</literal>. This property is ignored if -<link linkend="Glacier2.PermissionsVerifier">Glacier2.PermissionsVerifier</link>. +<link linkend="Glacier2PermissionsVerifier">Glacier2.PermissionsVerifier</link>. is defined. </para> </section> @@ -4765,7 +4765,7 @@ the address-port pair string. </section> </section> -<section><title>Glacier2.Filter.Address.Reject</title> +<section id="Glacier2.Filter.Address.Reject"><title>Glacier2.Filter.Address.Reject</title> <section><title>Synopsis</title> <synopsis> Glacier2.Filter.Address.Reject=<replaceable>string</replaceable> @@ -4910,7 +4910,7 @@ objects are <literal>Glacier2/admin</literal> and </section> </section> -<section id="Glacier2.PermissionsVerifier"><title>Glacier2.PermissionsVerifier</title> +<section id="Glacier2PermissionsVerifier"><title>Glacier2.PermissionsVerifier</title> <section><title>Synopsis</title> <synopsis> Glacier2.PermissionsVerifier=<replaceable>proxy</replaceable> @@ -4924,7 +4924,7 @@ Specifies the proxy of an object that implements the The router invokes this proxy to validate the username and password of each new session. Sessions created from a secure connection are verified by the object specified in -<link linkend="Glacier2.SSLPermissionsVerifier">Glacier2.SSLPermissionsVerifier</link>. +<link linkend="Glacier2SSLPermissionsVerifier">Glacier2.SSLPermissionsVerifier</link>. </para> </section> </section> @@ -5154,7 +5154,7 @@ invokes this proxy to create a new session for a client that has called </section> </section> -<section id="Glacier2.SSLPermissionsVerifier"><title>Glacier2.SSLPermissionsVerifier</title> +<section id="Glacier2SSLPermissionsVerifier"><title>Glacier2.SSLPermissionsVerifier</title> <section><title>Synopsis</title> <synopsis> Glacier2.SSLPermissionsVerifier=<replaceable>proxy</replaceable> @@ -5168,7 +5168,7 @@ Specifies the proxy of an object that implements the The router invokes this proxy to verify the credentials of clients that attempt to create a session from a secure connection. Sessions created with a username and password are verified by the object specified in -<link linkend="Glacier2.PermissionsVerifier">Glacier2.PermissionsVerifier</link>. +<link linkend="Glacier2PermissionsVerifier">Glacier2.PermissionsVerifier</link>. </para> </section> </section> |