[
https://issues.apache.org/jira/browse/VCL-277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15926198#comment-15926198
]
ASF subversion and git services commented on VCL-277:
-----------------------------------------------------
Commit 1787046 from [~jfthomps] in branch 'vcl/trunk'
[ https://svn.apache.org/r1787046 ]
VCL-1006 - performance improvements for 2.5
VCL-277 - Add support for images to join Active Directory domains
VCL-867 - Active Directory Authentication for Windows VM's
utils.php:
-modified getUserResources: removed some checks for second level arrays
existing before setting a value in them as the values can be set directly
without directly defining the arrays first
-added $privdataset to header documentation for getUserResourcesUp,
getUserResourcesDown, and addNodeUserResourcePrivs
-modified addOwnedResources and getResourcesFromGroups: if $includedeleted is 0
and $type is managementnode, add conditional to query to not include deleted
managementnodes
-modified getRequestInfo: removed domainDNSName from header documentation
-modified getUserComputerMetaData: changed array_key_exists to isset
-modified selectInputHTML: reverted 3 issets back to array_key_exists because
$dataArr[$id] could be a string
-modified getMaintItems: changed array_key_exists to isset
-modified sortKeyIndex: reverted 2 issets back to array_key_exists because $a
could be a string
-modified getConnectMethods: changed array_key_exists to isset
-modified validateHostname: fixed bug where dashes were not allowed in the
hostname
-modified getFSlocales: changed array_key_exists to isset
> 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.15#6346)