Problem: want to see principals in a keytab file.
Solution:
- start ktutil
ktutil
- read your keytab file:
ktutil: read_kt /path/to/some.keytab
- list them:
ktutil: list
Developer from somewhere
Problem: want to see principals in a keytab file.
Solution:
ktutil
ktutil: read_kt /path/to/some.keytab
ktutil: list