[
https://issues.apache.org/jira/browse/VCL-1116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16850910#comment-16850910
]
ASF subversion and git services commented on VCL-1116:
------------------------------------------------------
Commit 05899194454af1296d2b62daf55aed89f1ffb740 in vcl's branch
refs/heads/VCL-1087_VCL_CAS_SSO from Josh Thompson
[ https://gitbox.apache.org/repos/asf?p=vcl.git;h=0589919 ]
VCL-1116 - use database hostnames for ad joined computers
generally, changed usedbhostname to usedbhostnames and
useDatabaseHostnamesForComputerObjects to usedbhostnames
DataStructure.pm: changed $SUBROUTINE_MAPPINGS{image_domain_usedbhostname} to
$SUBROUTINE_MAPPINGS{image_domain_usedbhostnames}
Windows.pm: modified set_computer_hostname: changed
get_image_domain_usedbhostname to get_image_domain_usedbhostnames
update-vcl.sql modified addomain: added usedbhostnames
vcl.sql: modified addomain: changed usedbhostname to usedbhostnames
addomain.php
-modified AJsaveResource: changed usedbhostname to usedbhostnames and
useDatabaseHostnamesForComputerObjects to usedbhostnames
-modified addResource: changed useDatabaseHostnamesForComputerObjects to
usedbhostnames
-modified validateResourceData: changed useDatabaseHostnamesForComputerObjects
to usedbhostnames; set $return['usedbhostnames'] by calling processInputVar
instead of referencing $_POST directly; added validation of
$return['usedbhostnames']
utils.php: modified getADdomains: changed
useDatabaseHostnamesForComputerObjects to usedbhostnames
addomain.js: modified inlineEditResourceCB and saveResource: changed
useDatabaseHostnamesForComputerObjects to usedbhostnames
> use database hostnames for ad joined computers
> ----------------------------------------------
>
> Key: VCL-1116
> URL: https://issues.apache.org/jira/browse/VCL-1116
> Project: VCL
> Issue Type: Bug
> Components: database, vcld (backend), web gui (frontend)
> Affects Versions: 2.5
> Reporter: Junaid Ali
> Priority: Major
> Fix For: 2.5.1
>
>
> Currently the VM's created use reverse DNS lookup to create their computer
> hostnames. Also the DNS suffix is set to the name retrieved using the reverse
> DNS lookup. For environments where the DNS domain does not match the active
> directory domains this can cause issues with accessing Windows Distributed
> File Shares (DFS). The windows client needs to use the same DNS suffix as the
> active directory domain.
> This fix creates a new column within the addomain table, so you can choose
> when you want to enable this setting (default is disabled). The web frontend
> has capability to toggle this setting within the ADDomain settings.
> There is a secondary issue with the reboot subroutine where the SSH service
> becomes available and the management node starts working on it, but then the
> cygwin reset happens that causes intermittent SSH connection issues making
> the process unreliable. Setting the SSHD service startup mode to manual for
> all cases where cygwin reset will occur will overcome this issue.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)