Andy Kurth created VCL-1059:
-------------------------------
Summary: AllowUsers lines getting removed due to sequencing issue
Key: VCL-1059
URL: https://issues.apache.org/jira/browse/VCL-1059
Project: VCL
Issue Type: Bug
Components: vcld (backend)
Reporter: Andy Kurth
Fix For: 2.5
Current sequence:
Linux.pm::reserve --> OS.pm::reserve --> OS.pm::add_user_accounts -- >
Linux.pm::configure_ext_sshd
OS.pm::add_user_accounts causes an _AllowUsers_ line to be added for each user
in /etc/ssh/external_sshd_config.
Linux.pm::configure_ext_sshd recreates /etc/ssh/external_sshd_config and
effectively removes the _AllowUsers_ lines.
Linux.pm::configure_ext_sshd should be called before OS.pm::reserve.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)