Howto:How to configure Kerberos using commands

From innovaphone wiki
Revision as of 15:12, 15 February 2010 by Afi (talk | contribs) (→‎Join a realm)
Jump to navigation Jump to search

Summary

You can use the following commands to configure devices to use Kerberos for authentication.

Applies To

  • all innovaphone devices
  • firmware V8 and later

More Information

Client Configuration

Configure Server Addresses

vars create KDC/<REALM-NAME> p udp:<SERVER-ADDRESS>:88:464

or

vars create KDC/<REALM-NAME> p udp:<PRIMARY-SERVER-ADDRESS>:88:464,udp:<SECONDARY-SERVER-ADDRESS>:88:464

Join a realm

mod cmd CMD0 join-realm /realm <REALM-NAME> [/name <DEVICE-ID>] /user <ADMIN-NAME> /pass <ADMIN-PASSWORD>

The parameter /name <DEVICE-ID> can be omitted and the added device will use an own HW-ID instead.