[
https://issues.apache.org/jira/browse/VCL-277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16008190#comment-16008190
]
ASF subversion and git services commented on VCL-277:
-----------------------------------------------------
Commit 1794981 from [~jfthomps] in branch 'vcl/trunk'
[ https://svn.apache.org/r1794981 ]
VCL-277 - Add support for images to join Active Directory domains
VCL-867 - Active Directory Authentication for Windows VM's
modified code to display something in the password field when editing an AD
Domain to prevent users from being confused thinking no password was set for
the entry - the form is not actually filled with the real password
addomain.php:
-modified addEditDialogHTML: set password fields to be required
-modified validateResourceData: only allow the submitted password field to be
empty if editing an existing entry
addomain.js:
-modified addNewResource: removed calls to set required to true for password
fields (always required now); added lines to set password values to empty string
-modified inlineEditResourceCB: removed calls to set required to false for
password fields (always required now); added lines to set password values to
placeholder values
-modified saveResource: if editing an AD Domain and password field values equal
the placeholder values, set the password elements in the data array to empty
strings
> 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)