Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Create rangertagsync/<FQDN>@<REALM>

...

  • -> kadmin.local

...

  • -

...

  • addprinc -randkey rangertagsync/<FQDN of Ranger tagsync>

...

  •  Eg: addprinc -randkey rangertagsync/

...

  • test-dummy-X.openstacklocal
  • -> xst -k /etc/security/keytabs/rangertagsync.keytab rangertagsync/test-dummy-X.openstacklocal@<REALM>

   -> exit

  • Check rangertagsync created principal

...

  • -

...

  • kinit -kt  /etc/security/keytabs/rangertagsync.keytab rangertagsync/<FQDN of Ranger tagsync>@<REALM>

     

...

  • E.g : kinit -kt  /etc/security/keytabs/rangertagsync.keytab rangertagsync/test-dummy-X.openstacklocal@EXAMPLE.COM

...

  • (After above command there should not be any error u can check using “klist” whether the above command was successful)

 -> kdestroy (Please don’t miss kdestroy after above step)

...