Removed (not needed).
[krb5dissect.git] / krb5dissect.ggo
blob8f19f85cc495e6becdba5383c12f784c8d375fe2
1 # Process this file with autoconf to produce a configure script.
2 # Copyright (C) 2007 Simon Josefsson.
4 # This file is free software; you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License as published by
6 # the Free Software Foundation; either version 2, or (at your option)
7 # any later version.
9 # This file is distributed in the hope that it will be useful, but
10 # WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12 # General Public License for more details.
14 # You should have received a copy of the GNU General Public License
15 # along with this file; see the file COPYING.  If not, write to the
16 # Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
17 # Boston, MA 02110-1301, USA.
19 purpose "Display Kerberos 5 credentials, read from FILE, in text form.
21 When FILE is -, read standard input.
23 Supported formats are the version 0x0502 Kerberos 5 keytab and the
24 version 0x0504 Kerberos 5 ccache.  Keytabs are typically stored in
25 /etc/krb5.keytab and ccache in /tmp/krb5cc_$UID.  The tool
26 automatically detect the format and selects the appropriate decoder."
28 option "keytab" k "Read from /etc/krb5.keytab instead of stdin." no
29 option "ccache" c "Read from /tmp/krb5cc_$UID instead of stdin." no
30 option "quiet" - "Don't print initial banner" flag off