~ubuntu-branches/ubuntu/maverick/krb5/maverick

« back to all changes in this revision

Viewing changes to src/appl/bsd/klogind.M

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-10-30 10:28:53 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20061030102853-x7v876vw4af46v0m
Tags: 1.4.4-3ubuntu1
* Merge with Debian; only Ubuntu change:
  - src/include/k5-thread.h: Define__USE_GNU when #include'ing pthread.h to
    fix FTBFS (from 1.4.3-9ubuntu1).

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
the port indicated in /etc/inetd.conf.  A typical /etc/inetd.conf
28
28
configuration line for \fIklogind\fP might be:
29
29
 
30
 
klogin stream tcp nowait root /usr/sbin/klogind klogind -e5c
 
30
klogin stream tcp nowait root /usr/sbin/klogind klogind \-e5c
31
31
 
32
32
When a service request is received, the following protocol is initiated:
33
33
 
74
74
 
75
75
.IP \fB\-P\fP
76
76
Prompt the user for a password.
77
 
If the -P option is passed, then the password is verified in addition
 
77
If the \-P option is passed, then the password is verified in addition
78
78
to all other checks.
79
79
 
80
80
.IP \fB\-e\fP
107
107
ignore authenticator checksusm presented by current Kerberos clients
108
108
to protect initial connection information; it is the opposite of
109
109
\fB-c\fP.  This option is provided because some older
110
 
clients--particularly clients predating the release of Kerberos V5
111
 
Beta5 (May 1995)--present bogus checksums that prevent Kerberos
 
110
clients -- particularly clients predating the release of Kerberos V5
 
111
Beta5 (May 1995) -- present bogus checksums that prevent Kerberos
112
112
authentication from succeeding in the default mode.
113
113
 
114
114
.PP