- Registriert
- 29.10.06
- Beiträge
- 1.823
Seit Sierra 10.12 poppt beim Verbinden mit einem NAS immer der Passwort-Dialog auf. Obwohl Passwort im Schlüssebund gespeichert ist, wirkt sich das nicht aus. Hat jemand eine Idee?
Die Scriptzeile folgt dieser Form:
Edit: Das Problem tritt bei vielen Usern mit Synology NAS auf. Egal ob afp oder smb. Falls jemand eine Lösung hat, bitte her damit. Google fördert bisher nichts zutage.
Im Developer Forum ist das Problem bekannt: https://forums.developer.apple.com/thread/51045
Die Scriptzeile folgt dieser Form:
Code:
set command to "ping -c 1 192.168.x.x"
try
if ((do shell script command) contains " packets received, 0.0% packet loss") then
# mount volume "afp://name:password@Volume"
end if
end try
Edit: Das Problem tritt bei vielen Usern mit Synology NAS auf. Egal ob afp oder smb. Falls jemand eine Lösung hat, bitte her damit. Google fördert bisher nichts zutage.
Im Developer Forum ist das Problem bekannt: https://forums.developer.apple.com/thread/51045
Zuletzt bearbeitet: