[ https://issues.apache.org/jira/browse/VCL-277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15595371#comment-15595371 ]
ASF subversion and git services commented on VCL-277: ----------------------------------------------------- Commit 1766041 from [~jfthomps] in branch 'vcl/trunk' [ https://svn.apache.org/r1766041 ] VCL-277 - Add support for images to join Active Directory domains VCL-867 - Active Directory Authentication for Windows VM's addomain.php: -modified AJsaveResource, AJeditResource, and validateResourceData: commented out code for logindescription -modified addResource: commented out code for logindescription; modified INSERT query for resource table to have a subselect to get resourcetype.id based on the type name addomain instead of having 19 hard coded -modified addEditDialogHTML: added helpIcons for several input fields and corresponding tooltips - still need to fill in the content of the tooltips -removed 2nd definition of checkResourceInUse (I think I had copied it from the image code to modify but then wrote it separately) privileges.php: -modified getResourcePrivRowHTML: added addomain exception to not print checkboxes for available and manageMapping -modified jsonGetResourceGroupMembers: modified if/elseif conditionals that set $field to have an else to handle setting $field to 'name' and removed specific elseif's that set it to 'name' utils.php: -modified getResourceGroupMembers: changed hard coded resource type ids to be subselects to get the id based on the resource type name -modified isAvailable and debugIsAvailable: found 2 locations calling debugIsAvailable with $loc being the same number (19), changed the 2nd one to be 22 -modified getADdomains: commented out code for logindescription addomain.js: -modified addNewResource: set password and password2 to be required -modified inlineEditResourceCB: set password and password2 to not be required; commented out code for logindescription -modified resetEditResource, saveResource, and saveResourceCB: commented out code for logindescription > Add support for images to join Active Directory domains > ------------------------------------------------------- > > Key: VCL-277 > URL: https://issues.apache.org/jira/browse/VCL-277 > Project: VCL > Issue Type: New Feature > Components: database, vcld (backend), web gui (frontend) > Affects Versions: 2.0 > Reporter: Andy Kurth > Fix For: 2.5 > > > There have been multiple requests for Active Directory integration for VCL > images. VCL image should be able to join an AD domain when they are loaded. > A web utility will need to be created to administer this. -- This message was sent by Atlassian JIRA (v6.3.4#6332)