~ubuntu-branches/ubuntu/trusty/krb5/trusty

« back to all changes in this revision

Viewing changes to doc/user-guide.texinfo

  • Committer: Package Import Robot
  • Author(s): Laurent Bigonville
  • Date: 2013-07-05 20:55:14 UTC
  • Revision ID: package-import@ubuntu.com-20130705205514-of8obgp8tapfkiig
Tags: 1.10.1+dfsg-6.1
* Non-maintainer upload.
* debian/patches/texinfo-doc-fix.diff: Fix FTBFS due to texinfo changes,
  thanks to Gianluigi Tiesi <sherpya@netfarm.it> (Closes: #708711)

Show diffs side-by-side

added added

removed removed

Lines of Context:
512
512
your tickets.  The flags are:
513
513
 
514
514
@table @b
515
 
@itemx F
 
515
@item F
516
516
@b{F}orwardable
517
 
@itemx f
 
517
@item f
518
518
@b{f}orwarded
519
 
@itemx P
 
519
@item P
520
520
@b{P}roxiable
521
 
@itemx p
 
521
@item p
522
522
@b{p}roxy
523
 
@itemx D
 
523
@item D
524
524
post@b{D}ateable
525
 
@itemx d
 
525
@item d
526
526
post@b{d}ated
527
 
@itemx R
 
527
@item R
528
528
@b{R}enewable
529
 
@itemx I
 
529
@item I
530
530
@b{I}nitial
531
 
@itemx i
 
531
@item i
532
532
@b{i}nvalid
533
 
@itemx H
 
533
@item H
534
534
@b{H}ardware authenticated
535
 
@itemx A
 
535
@item A
536
536
pre@b{A}uthenticated
537
 
@itemx T
 
537
@item T
538
538
@b{T}ransit policy checked
539
 
@itemx O
 
539
@item O
540
540
@b{O}kay as delegate
541
 
@itemx a
 
541
@item a
542
542
@b{a}nonymous
543
543
@end table
544
544
 
864
864
standard UNIX telnet program, with the following Kerberos options added:
865
865
 
866
866
@table @kbd
867
 
@itemx -f
 
867
@item -f
868
868
forwards a copy of your tickets to the remote host.
869
869
 
870
 
@itemx -F
 
870
@item -F
871
871
forwards a copy of your tickets to the remote host, and marks them
872
872
re-forwardable from the remote host.
873
873
 
874
 
@itemx -k @i{realm}
 
874
@item -k @i{realm}
875
875
requests tickets for the remote host in the specified realm, instead of
876
876
determining the realm itself.
877
877
 
878
 
@itemx -K
 
878
@item -K
879
879
uses your tickets to authenticate to the remote host, but does not log
880
880
you in.
881
881
 
882
 
@itemx -a
 
882
@item -a
883
883
attempt automatic login using your tickets.  @code{telnet} will assume
884
884
the same username unless you explicitly specify another.
885
885
 
886
 
@itemx -x
 
886
@item -x
887
887
turns on encryption.
888
888
 
889
889
@end table
965
965
standard UNIX rlogin program, with the following Kerberos options added:
966
966
 
967
967
@table @kbd
968
 
@itemx -f
 
968
@item -f
969
969
forwards a copy of your tickets to the remote host.
970
970
 
971
 
@itemx -F
 
971
@item -F
972
972
forwards a copy of your tickets to the remote host, and marks them
973
973
re-forwardable from the remote host.
974
974
 
975
 
@itemx -k @i{realm}
 
975
@item -k @i{realm}
976
976
requests tickets for the remote host in the specified realm, instead of
977
977
determining the realm itself.
978
978
 
979
 
@itemx -x
 
979
@item -x
980
980
encrypts the input and output data streams (the username is sent unencrypted)
981
981
 
982
982
@end table
1044
1044
UNIX FTP program, with the following Kerberos features added:
1045
1045
 
1046
1046
@table @kbd
1047
 
@itemx -k @i{realm}
 
1047
@item -k @i{realm}
1048
1048
requests tickets for the remote host in the specified realm, instead of
1049
1049
determining the realm itself.
1050
1050
 
1051
 
@itemx -f
 
1051
@item -f
1052
1052
requests that your tickets be forwarded to the remote host.  The
1053
1053
@kbd{-f} argument must be the last argument on the command line.
1054
1054
 
1055
 
@itemx protect @i{level}
 
1055
@item protect @i{level}
1056
1056
(issued at the @code{ftp>} prompt) sets the protection level.  ``Clear''
1057
1057
is no protection; ``safe'' ensures data integrity by verifying the
1058
1058
checksum, and ``private'' encrypts the data.  Encryption also ensures
1104
1104
UNIX rlogin program, with the following Kerberos features added:
1105
1105
 
1106
1106
@table @kbd
1107
 
@itemx -f
 
1107
@item -f
1108
1108
forwards a copy of your tickets to the remote host.
1109
1109
 
1110
 
@itemx -F
 
1110
@item -F
1111
1111
forwards a copy of your tickets to the remote host, and marks them
1112
1112
re-forwardable from the remote host.
1113
1113
 
1114
 
@itemx -k @i{realm}
 
1114
@item -k @i{realm}
1115
1115
requests tickets for the remote host in the specified realm, instead of
1116
1116
determining the realm itself.
1117
1117
 
1118
 
@itemx -x
 
1118
@item -x
1119
1119
encrypts the input and output data streams (the command line is not encrypted)
1120
1120
 
1121
1121
@end table
1147
1147
UNIX rcp program, with the following Kerberos features added:
1148
1148
 
1149
1149
@table @kbd
1150
 
@itemx -k @i{realm}
 
1150
@item -k @i{realm}
1151
1151
requests tickets for the remote host in the specified realm, instead of
1152
1152
determining the realm itself.
1153
1153
 
1154
 
@itemx -x
 
1154
@item -x
1155
1155
turns on encryption.
1156
1156
@end table
1157
1157
 
1304
1304
The @code{ksu} options you are most likely to use are:
1305
1305
 
1306
1306
@table @kbd
1307
 
@itemx -n @i{principal}
 
1307
@item -n @i{principal}
1308
1308
specifies which Kerberos principal you want to use for @code{ksu}.
1309
1309
(@i{e.g.}, the user @code{@value{ADMINUSER}} might want to use his
1310
1310
@code{admin} instance.  @xref{What is a Ticket?}.)
1311
1311
 
1312
 
@itemx -c
 
1312
@item -c
1313
1313
specifies the location of your Kerberos credentials cache (ticket file).
1314
1314
 
1315
 
@itemx -k
 
1315
@item -k
1316
1316
tells @code{ksu} not to destroy your Kerberos tickets when @code{ksu} is
1317
1317
finished.
1318
1318
 
1319
 
@itemx -f
 
1319
@item -f
1320
1320
requests forwardable tickets.  (@xref{Obtaining Tickets with kinit}.)  This
1321
1321
is only applicable if @code{ksu} needs to obtain tickets.
1322
1322
 
1323
 
@itemx -l @i{lifetime}
 
1323
@item -l @i{lifetime}
1324
1324
sets the ticket lifetime.  (@xref{Obtaining Tickets with kinit}.)  This is
1325
1325
only applicable if @code{ksu} needs to obtain tickets.
1326
1326
 
1327
 
@itemx -z
 
1327
@item -z
1328
1328
tells @code{ksu} to copy your Kerberos tickets only if the UID you are
1329
1329
switching is the same as the Kerberos primary (either yours or the one
1330
1330
specified by the @kbd{-n} option).
1331
1331
 
1332
 
@itemx -Z
 
1332
@item -Z
1333
1333
tells @code{ksu} not to copy any Kerberos tickets to the new UID.
1334
1334
 
1335
 
@itemx -e @i{command}
 
1335
@item -e @i{command}
1336
1336
tells @code{ksu} to execute @i{command} and then exit.  See the
1337
1337
description of the @code{.k5users} file above.
1338
1338
 
1339
 
@itemx -a @i{text}
 
1339
@item -a @i{text}
1340
1340
(at the end of the command line) tells @code{ksu} to pass everything
1341
1341
after @samp{-a} to the target shell.
1342
1342
@end table