[ https://issues.apache.org/jira/browse/VCL-1113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16792652#comment-16792652 ]
ASF subversion and git services commented on VCL-1113: ------------------------------------------------------ Commit b39cee2efb4386c26db7dc7de9d65b48a3560497 in vcl's branch refs/heads/develop from Josh Thompson [ https://gitbox.apache.org/repos/asf?p=vcl.git;h=b39cee2 ] VCL-1113 - image capture for Windows system configured as domain controller fails Windows.pm: -modified pre_reload: when checking for the computer being joined to any AD domain, added check to see if computer is a domain controller and skip deleting from domain if it is -modified ad_unjoin: added check toward beginning of subroutine for computer being a domain controller and return early if it is -added ad_check_domain_controller > image capture for Windows system configured as domain controller fails > ---------------------------------------------------------------------- > > Key: VCL-1113 > URL: https://issues.apache.org/jira/browse/VCL-1113 > Project: VCL > Issue Type: Bug > Components: vcld (backend) > Reporter: Josh Thompson > Priority: Minor > Fix For: 2.5.1 > > > When capturing an image, vcld checks for the system being joined to an AD > domain. If it is joined, vcld unjoins it from the domain before capturing the > image. If the system is configured to be a domain controller, it cannot be > unjoined from itself. So, the capture fails. A check needs to be done for > the system being a domain controller before attempting to unjoin it. -- This message was sent by Atlassian JIRA (v7.6.3#76005)