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

From innovaphone wiki
Jump to navigation Jump to search
Line 7: Line 7:
== More Information ==
== More Information ==
=== Client Configuration ===
=== Client Configuration ===
==== Configure a Server Address ====
==== Configure Server Addresses ====
  vars create KDC/<REALM-NAME> p udp:<SERVER-ADDRESS>:88:464
  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 ====
==== 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>

Revision as of 15:00, 29 October 2009

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>