
UNSOLVED
Kerberos at Celerra
Hi,
I am trying to extract kerberos keys from Celerra.
Accordingly to the manual I should run: server_kerberos All -keytab.
This command should bring me that data , but it's not.
Does anybody knows how should I proceed?
Thanks, Alex
Responses (6)
Solutions (0)
What exactly are you looking for? The -keytab option will list the principal names for the keys
]$ server_kerberos server_2 -keytab | more
server_2 :keytab file major version = 0, minor version 0
-- Entry number 1 --
principal: CIFS-NS120F-A-2$@DEMOCENTERFR.EMC.COM
realm: DEMOCENTERFR.EMC.COM
encryption type: rc4-hmac-md5
principal type 1, key version: 2Claude
Reply I am looking for the keys itself. I need them to read the traffic in the network.
Accordingly to the manual I should get them using this command:
keytab file major version = 5, minor version 2principal: nfs/lngbe245@example.comrealm: example.comencryption type: des-cbc-crcprincipal type 1, key version: 2key length: 8, key: e3a4570dbfb94ce5Reply

Rainer_EMC
6 Operator
•
8645 Posts
382
0
Posted January 24th, 2011 11:00
Did you try server_2 instead of all ?