Howto:How to configure Kerberos using commands: Difference between revisions

From innovaphone wiki
Jump to navigation Jump to search
Line 16: Line 16:
==== Join a realm ====
==== Join a realm ====
  mod cmd CMD0 join-realm /realm <REALM-NAME> [/name <DEVICE-ID>] /user <ADMIN-NAME> /pass <ADMIN-PASSWORD>
  mod cmd CMD0 join-realm /realm <REALM-NAME> [/name <DEVICE-ID>] /user <ADMIN-NAME> /pass <ADMIN-PASSWORD>
The parameter <code>/name <DEVICE-ID></code> can be omitted and the added device will use an own HW-ID instead.

Revision as of 15:12, 15 February 2010

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.