Skip to content
This repository has been archived by the owner on May 28, 2019. It is now read-only.
/ SambaManager Public archive

A Samba manager to add shares, users and groups. Written in python and django.

Notifications You must be signed in to change notification settings

jaysonsantos/SambaManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Samba manager

This is a manager of samba's conf file to add shares, add users and groups to system. It is totally written in python and django. I did this about 2010 for personal usage and now I'm sharing it.

What is missing?

Translation, make code prettier and upgrade django.

Using it

Change settings.py to reflect your setup, here is the basic stuff.

ROOT_PASSWORD = ''
SAMBA_CONF = '/etc/samba/smb.conf'
USER_HOME_DIR = '/storage/arquivos/home/{0}'
SAMBA_SHARES_DIR = '/storage/arquivos/{0}'

About

A Samba manager to add shares, users and groups. Written in python and django.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages