diff options
| author | John Kohl <jtkohl@mit.edu> | 1990-06-05 10:01:40 +0000 |
|---|---|---|
| committer | John Kohl <jtkohl@mit.edu> | 1990-06-05 10:01:40 +0000 |
| commit | 5e0137c4846b97831b516a5faaca6b4d2c96c707 (patch) | |
| tree | 5507692cbdc9409d6e81e9d93a2642b32c29e638 /doc/implement | |
| parent | 587d43505d299ed282921ab36bb2511551cbe30a (diff) | |
| download | krb5-5e0137c4846b97831b516a5faaca6b4d2c96c707.tar.gz krb5-5e0137c4846b97831b516a5faaca6b4d2c96c707.tar.xz krb5-5e0137c4846b97831b516a5faaca6b4d2c96c707.zip | |
add rest of osconf.c variables
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1000 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'doc/implement')
| -rw-r--r-- | doc/implement/libos-i.tex | 23 |
1 files changed, 20 insertions, 3 deletions
diff --git a/doc/implement/libos-i.tex b/doc/implement/libos-i.tex index 751f4a3da..461d217dd 100644 --- a/doc/implement/libos-i.tex +++ b/doc/implement/libos-i.tex @@ -7,9 +7,26 @@ The following global symbols are provided in \libname{libos.a}. If you wish to substitute for any of them, you must substitute for all of them (they are all declared and initialized in the same object file): \begin{itemize} -\item extern char *\globalname{krb5_default_pwd_prompt1} -\item extern char *\globalname{krb5_default_pwd_prompt2} -\item more to come... +% These come from src/lib/osconfig.c +\item extern char *\globalname{krb5_config_file}: name of configuration file +\item extern char *\globalname{krb5_trans_file}: name of hostname/realm +name translation file +\item extern char *\globalname{krb5_defkeyname}: default name of key +table file +\item extern char *\globalname{krb5_lname_file}: name of aname/lname +translation database +\item extern int \globalname{krb5_max_dgram_size}: maximum allowable +datagram size +\item extern int \globalname{krb5_max_skdc_timeout}: maximum +per-message KDC reply timeout +\item extern int \globalname{krb5_skdc_timeout_shift}: shift factor +(bits) to exponentially back-off the KDC timeouts +\item extern int \globalname{krb5_skdc_timeout_1}: initial KDC timeout +\item extern char *\globalname{krb5_kdc_udp_portname}: name of KDC UDP port +\item extern char *\globalname{krb5_default_pwd_prompt1}: first prompt +for password reading. +\item extern char *\globalname{krb5_default_pwd_prompt2}: second prompt + \end{itemize} \begin{funcdecl}{krb5_read_password}{krb5_error_code}{\funcin} |
