File Sharing permissions

dfk

Distinguished
Dec 23, 2013
341
0
18,860
Hi. I've shared a folder on a LAN Workgroup, but I want other PCs to reconnect with a different user account, account2. It is now on account1.

How can I make it forget the saved login credentials and ask for login again? Tried disable sharing and reshare the folder but other PCs still login using account1.

Edit: just realized I can edit it in credentials Control Panel. But how to do this on a Mac OS Snow Leopard?
 
Solution
In the future, if you want computers to forget the login credentials, you can also use command prompt, with;

"net use \\fileservername /del" if you want to delete them all alternatively you can use "net use * /del"

I have no clue how you'd go about it with a Mac however, hope it helps even the slightest for the future.



In the future, if you want computers to forget the login credentials, you can also use command prompt, with;

"net use \\fileservername /del" if you want to delete them all alternatively you can use "net use * /del"

I have no clue how you'd go about it with a Mac however, hope it helps even the slightest for the future.



 
Solution

thanks for the tip, there's a similar credential/login manager in Mac settings.
 


Ah great, so you figured it out? I know how to work with a centralized network better using AD, it's much easier opposed to a peer workgroup type setup. Glad I was of some assistance :)