I'm trying to enable Account Sharing from terminal. I can't figure out how to do that.
This will be used from inside an application I'm currently programming. The application creates a hidden user, then should enable SMB sharing for this user. Later, I need to connect to this share via another server using SMB.
I need the same effect as going to System Preferences → Sharing → File Sharing → enable any account for sharing using SMB.

What I already have:
- I know how to create a hidden user
- I already know how to create individual shared folders, but not account sharing.
What I've already tried:
- I already tried to scan the system for last modified files to find some information in Samba config files, but it didn't help.
What I don't need:
- I can't do this with SSH. The folders need to be shared via SMB.
sudo launchctl start com.apple.smbfs_load_kext, but at the moment, I don't know how more. What is your exact use case? – slhck Oct 8 '11 at 20:58