× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



With all the tools IT departments are using to control the desktops, like
automatically having the default page in employees browsers be the company
internal site, you'd think there would be a way to use those same tools to
roll out modified ACS configurations.

If you just have to phase it in remember it isn't too hard to track
progress.

*-- How's the progress in transferring from non secure telnet to secure telnet?*
select LOCAL_PORT, *count*(*)
from qsys2.netstat_info
where LOCAL_PORT in('23', '992')
group by local_port
;

*-- Who is left?*select
REMOTE_ADDRESS, AUTHORIZATION_NAME, JOB_NAME, LOCAL_PORT, LOCAL_PORT_NAME
from qsys2.netstat_job_info
where LOCAL_PORT = '23'
order by remote_address *-- assign techs by location*

On Fri, Jul 14, 2023 at 4:39 AM Don Brown via MIDRANGE-L <
midrange-l@xxxxxxxxxxxxxxxxxx> wrote:

Hi Team,

I have been asked if there is a way to automagically update a number of
clients changing their ACS connection from telnet to Secure SSL

All clients have ACS installed locally.

Just thought I would ask.

Thanks

Don


--
This email has been scanned for computer viruses. Although MSD has taken
reasonable precautions to ensure no viruses are present in this email, MSD
cannot accept responsibility for any loss or damage arising from the use of
this email or attachments..
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://archive.midrange.com/midrange-l.

Please contact support@xxxxxxxxxxxxxxxxxxxx for any subscription related
questions.



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.