158 lines
6.2 KiB
Plaintext
158 lines
6.2 KiB
Plaintext
@model Disco.Web.Areas.Config.Models.Enrolment.IndexModel
|
|
@{
|
|
Authorization.Require(Claims.Config.Enrolment.Show);
|
|
|
|
var canConfig = Authorization.Has(Claims.Config.Enrolment.Configure);
|
|
var canShowStatus = Authorization.Has(Claims.Config.Enrolment.ShowStatus);
|
|
|
|
ViewBag.Title = Html.ToBreadcrumb("Configuration", MVC.Config.Config.Index(), "Device Enrolment");
|
|
|
|
Html.BundleDeferred("~/ClientScripts/Modules/Disco-PropertyChangeHelpers");
|
|
}
|
|
<div class="form" style="width: 530px;">
|
|
<table>
|
|
<tr>
|
|
<th width="130">
|
|
Pending Timeout:
|
|
</th>
|
|
<td>
|
|
@if (canConfig)
|
|
{
|
|
@Html.TextBoxFor(model => model.PendingTimeoutMinutes, new { type = "number", min = "1" })
|
|
@AjaxHelpers.AjaxSave()
|
|
@AjaxHelpers.AjaxLoader()
|
|
<span> minutes <span class="smallText">(default: 30)</span></span>
|
|
<script type="text/javascript">
|
|
$(function () {
|
|
document.DiscoFunctions.PropertyChangeHelper(
|
|
$('#PendingTimeoutMinutes'),
|
|
'Pending Timeout',
|
|
'@(Url.Action(MVC.API.Enrolment.PendingTimeoutMinutes()))',
|
|
'PendingTimeoutMinutes'
|
|
);
|
|
});
|
|
</script>
|
|
}
|
|
else
|
|
{
|
|
@TimeSpan.FromMinutes(Model.PendingTimeoutMinutes)
|
|
}
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2">
|
|
<span class="smallText">
|
|
If a device enrolment is not automatically approved it will remain pending until the timeout is reached.
|
|
Pending enrolments can be approved manually from the Enrolment Status page.
|
|
</span>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
<div class="form" style="width: 530px; margin-top: 15px">
|
|
<h2>Apple Mac Secure Enroll</h2>
|
|
<table>
|
|
<tr>
|
|
<th width="130">
|
|
Username:
|
|
</th>
|
|
<td>
|
|
@if (canConfig)
|
|
{
|
|
@Html.TextBoxFor(model => model.MacSshUsername)
|
|
@AjaxHelpers.AjaxSave()
|
|
@AjaxHelpers.AjaxLoader()
|
|
<script type="text/javascript">
|
|
$(function () {
|
|
document.DiscoFunctions.PropertyChangeHelper(
|
|
$('#MacSshUsername'),
|
|
'Username',
|
|
'@(Url.Action(MVC.API.Enrolment.MacSshUsername()))',
|
|
'MacSshUsername'
|
|
);
|
|
});
|
|
</script>
|
|
}
|
|
else
|
|
{
|
|
if (string.IsNullOrEmpty(Model.MacSshUsername))
|
|
{
|
|
<span class="smallMessage"><None Specified></span>
|
|
}
|
|
else
|
|
{
|
|
@Model.MacSshUsername
|
|
}
|
|
}
|
|
</td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<th width="130">
|
|
Password:
|
|
</th>
|
|
<td>
|
|
@if (canConfig)
|
|
{
|
|
<input id="MacSshPassword" type="password" />
|
|
@AjaxHelpers.AjaxSave()
|
|
@AjaxHelpers.AjaxLoader()
|
|
<script type="text/javascript">
|
|
$(function () {
|
|
document.DiscoFunctions.PropertyChangeHelper(
|
|
$('#MacSshPassword'),
|
|
'Password',
|
|
'@(Url.Action(MVC.API.Enrolment.MacSshPassword()))',
|
|
'MacSshPassword'
|
|
);
|
|
});
|
|
</script>
|
|
}
|
|
else
|
|
{
|
|
<text>********</text>
|
|
}
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2">
|
|
<span class="smallText">
|
|
<strong>Instructions:</strong> The above credentials must be
|
|
able to connect to the requesting Apple Mac client via <a target="_blank" href="http://en.wikipedia.org/wiki/Secure_Shell">SSH</a>. Enter/Script the following command:
|
|
</span>
|
|
<div class="code">
|
|
curl <a target="_blank" href="http://disco:9292/Services/Client/Unauthenticated/MacSecureEnrol">http://disco:9292/Services/Client/Unauthenticated/MacSecureEnrol</a>
|
|
</div>
|
|
<span class="smallText">This url will return a <a target="_blank" href="http://json.org/">JSON</a> response containing basic information about the enrolment.</span><br />
|
|
<span class="smallMessage">
|
|
This command makes use of <a target="_blank" href="http://curl.haxx.se/">cURL</a> (bundled with OSX). Other methods can also trigger a Mac Secure Enroll,
|
|
such as an anchor (<span class="code"><a></span>) or <span class="code"><script></span>
|
|
tag embedded on the organisation's intranet.
|
|
</span>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
@if (canShowStatus && Authorization.Has(Claims.Config.Logging.Show))
|
|
{
|
|
<h2>Live Enrolment Logging</h2>
|
|
@Html.Partial(MVC.Config.Shared.Views.LogEvents, new Disco.Web.Areas.Config.Models.Shared.LogEventsModel()
|
|
{
|
|
IsLive = true,
|
|
TakeFilter = 100,
|
|
StartFilter = DateTime.Today.AddDays(-1),
|
|
ModuleFilter = Disco.Services.Devices.Enrolment.EnrolmentLog.Current,
|
|
ViewPortHeight = 250
|
|
})
|
|
}
|
|
<div class="actionBar">
|
|
@if (Authorization.Has(Claims.Config.Enrolment.DownloadBootstrapper))
|
|
{
|
|
@Html.ActionLinkButton("Download Bootstrapper", MVC.Services.Client.Bootstrapper())
|
|
}
|
|
@if (canShowStatus)
|
|
{
|
|
@Html.ActionLinkButton("Enrolment Status", MVC.Config.Enrolment.Status())
|
|
}
|
|
</div>
|