Apple - macOS Sierra Finder doesn't automatically authorize network-mapped folders on login

There is an update from Apple.

When connecting to a server that requires a user name and password, macOS Sierra 10.12 or later asks you to click Connect, even when the name and password have been saved in your keychain. This helps you to avoid transmitting login credentials to a server you didn't intend to connect to.

If you want to disable this security feature so that you can connect without providing additional confirmation, follow these steps:

  1. Update to macOS Sierra 10.12.2
  2. Open the Terminal app
  3. Enter the following command: sudo defaults write /Library/Preferences/com.apple.NetworkAuthorization AllowUnknownServers -bool YES
  4. Enter your administrator name and password when prompted

 

To disable this command and return to the previous more secure behaviour, follow these steps:

  1. Open the Terminal app
  2. Enter the following command: sudo defaults delete /Library/Preferences/com.apple.NetworkAuthorization AllowUnknownServers
  3. Enter your administrator name and password when prompted

@Winterflags I believe you're experiencing a glitch, because I'm using Mac OS sierra and it worked 100% as intended/expected.

If you want to repeat my steps, I did the following:

  1. Finder > Connect to Server
  2. I browsed and connected to another mac in the house and selected root volume
  3. As the login details were already in Keychain, the volume opened.
  4. Finder > Go Computer - this showed my local volume and the mounted volume
  5.  > System Preferences > Users & Groups > my account > Login Items
  6. I dragged the mounted volume to the Login Items. It showed the volume name and its kind is "Volume"
  7. Logged out.
  8. Logged back in - volume auto-mounted without any prompts.

I guess I would go with Harv's suggestion. Remove all keychain entries dealing with that volume. Maybe, for good measure, change the password used to access the volume so that you know it's different from anything that might be in keychain. Try again and see if your results are different.

Good luck.