Skip to content

Instantly share code, notes, and snippets.

/Input.xml Secret

Created May 16, 2017 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/96550ba3ebf0d34a9ae14a36ff3a746e to your computer and use it in GitHub Desktop.
Save anonymous/96550ba3ebf0d34a9ae14a36ff3a746e to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<!-- License Request Input File -->
<LicenseRequest name="name" version="1.0">
<Server>
<!-- server information -->
<!-- must provide -->
<!-- hostname and ipaddr OR macaddr -->
<!-- servercode-->
<hostname>HOSTNAME<hostname>
<macaddr>123456789</macaddr>
</Server>
<License>
<!-- provide start and duration, or start and expiry, or just expiry -->
<!-- default start date is current date/time -->
<!-- default units for duration is "days" -->
<!-- global type and mode for all features-->
<Duration>
<!-- units: days, weeks, months, years-->
<value>30</value>
<units>days</units>
</Duration>
<!-- types: iap_macaddr, iap_hostipaddr, iap_anyhost -->
<type>iap_macaddr</type>
<!-- mode: nodelocked(default), floating -->
<mode>nodelocked</mode>
</License>
<FeatureSet>
<feature>
<name>replace.base</name>
<version>1.0</version>
<licenses>999</licenses>
</feature>
<feature>
<name>replace.ipod</name>
<version>1.0</version>
<licenses>999</licenses>
</feature>
<feature>
<name>replace.blackberry</name>
<version>1.0</version>
<licenses>999</licenses>
</feature>
<feature>
<name>replace.admin</name>
<version>1.0</version>
<licenses>1</licenses>
</feature>
</FeatureSet>
</LicenseRequest>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment