Query: kimpersonate
OS: netbsd
Section: 8
Links: netbsd man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
KIMPERSONATE(8) BSD System Manager's Manual KIMPERSONATE(8)NAMEkimpersonate -- impersonate a user when there exist a srvtab, keyfile or KeyFileSYNOPSISkimpersonate [-s string | --server=string] [-c string | --client=string] [-k string | --keytab=string] [-5 | --krb5] [-e integer | --expire-time=integer] [-a string | --client-address=string] [-t string | --enc-type=string] [-f string | --ticket-flags=string] [--verbose] [--version] [--help]DESCRIPTIONThe kimpersonate program creates a "fake" ticket using the service-key of the service. The service key can be read from a Kerberos 5 keytab, AFS KeyFile or (if compiled with support for Kerberos 4) a Kerberos 4 srvtab. Supported options: -s string, --server=string name of server principal -c string, --client=string name of client principal -k string, --keytab=string name of keytab file -5, --krb5 create a Kerberos 5 ticket -e integer, --expire-time=integer lifetime of ticket in seconds -a string, --client-address=string address of client -t string, --enc-type=string encryption type -f string, --ticket-flags=string ticket flags for krb5 ticket --verbose Verbose output --version Print version --helpFILESUses /etc/krb5.keytab, /etc/srvtab and /usr/afs/etc/KeyFile when available and the -k option is used with an appropriate prefix.EXAMPLESkimpersonate can be used in samba root preexec option or for debugging. kimpersonate -s host/hummel.e.kth.se@E.KTH.SE -c lha@E.KTH.SE -5 will create a Kerberos 5 ticket for lha@E.KTH.SE for the host hummel.e.kth.se if there exists a keytab entry for it in /etc/krb5.keytab.SEE ALSOkinit(1), klist(1)AUTHORSLove Hornquist Astrand <lha@kth.se>BSDSeptember 18, 2006 BSD
Related Man Pages |
---|
kinit(1) - freebsd |
kinit(1) - netbsd |
kinit(1) - osx |
klist(1) - linux |
klist(1) - opendarwin |
Similar Topics in the Unix Linux Community |
---|
LDAP/Kerberos Issue |
how to check a closing string |
krb5.h not usable and not found during samba configuration error |
divide one string into two string [c or c++, better in c] |