[
https://issues.apache.org/jira/browse/VCL-1062?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16095072#comment-16095072
]
ASF subversion and git services commented on VCL-1062:
------------------------------------------------------
Commit 1802518 from [email protected] in branch 'vcl/trunk'
[ https://svn.apache.org/r1802518 ]
VCL-1062
Changed Windows.pm so that the Administrator account isn't for imaging
reservations.
Removed Windows.pm::reserve subroutine. All it was doing was calling
OS.pm::reserve and then setting the Administrator password if processing an
imaging reservation. OS.pm::reserve will now be called directly.
Removed code in Windows.pm::grant_access that enables the Administrator user if
processing an imaging reservation.
Removed code in Windows.pm::user_logged_in that overrides the username that's
checked if processing an imaging reservation.
Removed code in Windows.pm::notify_user_console that overrides the username to
send messages to if processing an imaging reservation.
> stop using Administrator account for Windows imaging reservations
> -----------------------------------------------------------------
>
> Key: VCL-1062
> URL: https://issues.apache.org/jira/browse/VCL-1062
> Project: VCL
> Issue Type: Improvement
> Components: vcld (backend), web gui (frontend)
> Reporter: Josh Thompson
> Fix For: 2.5
>
>
> A problem was discovered when making an imaging reservation for an AD joined
> Windows image where there is a logic problem between using the logged in
> user's account from AD and using the local Administrator account for the
> reservation. It is no longer necessary to use the Administrator account for
> imaging reservation. Additionally, any reservation where the user would have
> rights to select the reserved image as a base image can be captured. In these
> cases, the Administrator account is not used anyway.
> The simplest solution, and one that helps to simplify the code overall, is to
> just stop using the Administrator account for Windows imaging reservations
> and simply always use the logged in user's account.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)