diff options
| author | Russ Allbery <rra@stanford.edu> | 2008-01-07 23:20:38 +0000 | 
|---|---|---|
| committer | Russ Allbery <rra@stanford.edu> | 2008-01-07 23:20:38 +0000 | 
| commit | bf4980fed2bd26260c45d793677e1f5649f06f2d (patch) | |
| tree | 8f0016a19d9c9fe86249670d060be21df2e370a0 | |
| parent | b10beb347238b153af8aa544fb276485b34e970e (diff) | |
Update client documentation to reflect my failure to get realm-specific
configuration working yet.
| -rw-r--r-- | client/wallet.pod | 12 | 
1 files changed, 3 insertions, 9 deletions
| 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<wallet> can optionally be configured in the system F<krb5.conf>.  It  will read the default F<krb5.conf> file for the Kerberos libraries with  which it was compiled.  To set an option, put the option in the  [appdefaults] section.  B<wallet> will look for options either at the top -level of the [appdefaults] section or in a subsection named C<wallet>, -inside or outside of a section for the realm.  For example, the following -fragment of a F<krb5.conf> file would set the default port to 4373 and the -default server to C<wallet.example.org>.  It would also set the principal -to C<wallet/example.org@EXAMPLE.NET> only if the local default realm is -EXAMPLE.NET: +level of the [appdefaults] section or in a subsection named C<wallet>. +For example, the following fragment of a F<krb5.conf> file would set the +default port to 4373 and the default server to C<wallet.example.org>.      [appdefaults]          wallet_port = 4373          wallet = {              wallet_server = wallet.example.org -            EXAMPLE.NET = { -                wallet_principal = wallet/example.org@EXAMPLE.NET -            }          }  The supported options are: | 
