Start a Conversation

Unsolved

This post is more than 5 years old

2089

January 23rd, 2011 07:00

Kerberos at EMC 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

6 Posts

January 30th, 2011 00:00

You are right it's case sensitive - I've run it in this way :

server_kerberos ALL -keytab

I've tried it both on testing and on production environment - and got the same result

I've got the following response:

server_2 :
keytab file major version = 0, minor version 0
-- Entry number 1 --
principal: FAM-FILE-EMC$@NATIVE1.FAMLOCAL
realm: NATIVE1.FAMLOCAL
encryption type: rc4-hmac-md5
principal type 1, key version: 2
The manual says that I was supposed to get :
keytab file major version = 5, minor version 2
realm: example.com
encryption type: des-cbc-crc
principal type 1, key version: 2
key length: 8, key: e3a4570dbfb94ce5
No Events found!

Top