From bf4980fed2bd26260c45d793677e1f5649f06f2d Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Mon, 7 Jan 2008 23:20:38 +0000 Subject: Update client documentation to reflect my failure to get realm-specific configuration working yet. --- client/wallet.pod | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'client/wallet.pod') diff --git a/client/wallet.pod b/client/wallet.pod index c216cb7..709d4a6 100644 --- a/client/wallet.pod +++ b/client/wallet.pod @@ -362,20 +362,14 @@ B can optionally be configured in the system F. It will read the default F file for the Kerberos libraries with which it was compiled. To set an option, put the option in the [appdefaults] section. B will look for options either at the top -level of the [appdefaults] section or in a subsection named C, -inside or outside of a section for the realm. For example, the following -fragment of a F file would set the default port to 4373 and the -default server to C. It would also set the principal -to C only if the local default realm is -EXAMPLE.NET: +level of the [appdefaults] section or in a subsection named C. +For example, the following fragment of a F file would set the +default port to 4373 and the default server to C. [appdefaults] wallet_port = 4373 wallet = { wallet_server = wallet.example.org - EXAMPLE.NET = { - wallet_principal = wallet/example.org@EXAMPLE.NET - } } The supported options are: -- cgit v1.2.3