Skip to content

Instantly share code, notes, and snippets.

@scottalan
Created January 5, 2012 10:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scottalan/1564636 to your computer and use it in GitHub Desktop.
Save scottalan/1564636 to your computer and use it in GitHub Desktop.
samba
smb.conf -
[global]
workgroup = DEV
server string = %h server (Samba, Ubuntu)
dns proxy = no
log file = /var/log/samba/log.%m
max log size = 10000
syslog = 3
panic action = /usr/share/samba/panic-action %d
encrypt passwords = yes
security = user
username map = /etc/samba/smbusers
unix extensions = no
wide links = yes
[aegir]
comment = Ubuntu user share
path = /var/aegir
force user = aegir
force group = aegir
browseable = no
guest ok = no
read only = no
create mask = 0755
directory mask = 0755
smbusers -
aegir = aegir
then trying to connect to server...
smb://mydomain.com/aegir
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment