You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an admin first accesses the samba drive, I believe it requires user to enter a name and an empty password. After that \\192.168.8.1\sltt-app seems accessible for a while, but at some point or under some circumstances the user is required to fill the same network prompt.
1 circumstance is after a reboot
how can we automate this?
The text was updated successfully, but these errors were encountered:
What issue(s) is this trying to resolve?
* feat(sltt-app): detect when samba drive needs user to login to the
router again #44
How does it all work?
* in handleProbeConnections, determine if the url has an ipaddress and
if so, issue an OS command (e.g. net use on windows) to authorize the
connection once.
Steps for testing
Scenario 1 - newer windows computer
1. connect newer windows (11) computer to network storage samba drive
(e.g. via wifi)
2. reboot computer
3. launch latest sltt-app (with these changes). Expect it to detect the
local team storage and show an icon that allows an admin to connect
and/or turn it on for the project.
Scenario 2 - older windows computer
1. repeat on older Windows 10
Scenario 3: repeat for newer macos computer
Scenario 4: repeat for older macos computer
ticket: #44
commit-convention: https://www.conventionalcommits.org/en/v1.0.0/
When an admin first accesses the samba drive, I believe it requires user to enter a name and an empty password. After that
\\192.168.8.1\sltt-app
seems accessible for a while, but at some point or under some circumstances the user is required to fill the same network prompt.how can we automate this?
The text was updated successfully, but these errors were encountered: