You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Introduction

In some situations you would like to have the possibility to load multiple provisioning files.

  • First file with general settings
  • Second file with device specific settings

Auto-provisioning

You can send the admin password in plain text and hashed. If you want to use the hashed value, you need to convert it using one of the many tools that are available to an sha1 hash value.

It must be in lower case format.

ParameterValue
WebUIAccounts.1.Password
  • Plain text: Example "Gigaset123+"
  • Secure: Example: "47a56c7ed3e4308a7071ff54ce0ad8ac30b982c0"

Example:

<param name="WebUIAccounts.1.Password" value="Gigaset123+"/>

  • No labels