GithubHelp home page GithubHelp logo

rnapoles / swat2 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rvelhote/gsoc-swat

7.0 2.0 4.0 3.44 MB

Samba Web Administration Tool

Home Page: http://www.samba.org

License: GNU General Public License v3.0

Python 39.62% JavaScript 55.46% CSS 0.66% HTML 4.27%
samba samba-server samba4 samba4-manager samba-active-directory samba-ad-dc

swat2's Introduction

SWAT2 is a Python frontend to Samba 4

A sleek and intuitive web-based tool for managing your Samba 4 Active Directory. Our tool boasts a modern design and user-friendly interface that will make managing your AD a breeze. With just a few clicks, you can add or remove users and groups, modify permissions, and configure domain settings.. Say goodbye to the frustration of managing your Samba 4 AD and hello to the ease and elegance of Samba4 AD Manager.

Screenshot of swat2

This is a rewrite of the version created by Ricardo Velhote.

Dependencies

  • Samba4 (in particular, the Samba 4 Python bindings)
  • pylons
  • pam
  • cjson
  • jsonpickle

Installation

On debian:

apt-get install python-pam python-cjson python-jsonpickle python-pylons

adding the following to the [global] section of the smb.conf file:

server services = +smb -s3fs
dcerpc endpoint servers = +winreg +srvsvc

Standalone

git clone https://github.com/rnapoles/swat2.git
cd swat2/

Add the python binding for samba4

Example:

export PYTHONPATH=$PYTHONPATH:/usr/local/samba/lib/python2.6/site-packages/
export PATH=$PATH:/usr/local/samba/bin/:/usr/local/samba/sbin/

Use paster:

paster serve --reload development.ini &

This will initiate the Server at http://localhost:5001. You must authenticate with root for provision or with a valid Samba account for manage AD. Authentication will be performed using RPC, SAMR or PAM.

Open the browser and put:

http://server-ip:5001/

Todo

  • Domain Provision
  • Manage Users
  • Manage Groups
  • Manage Shares(There is a bug in Samba that prevents to do it.)
  • Manage Computers
  • Migrate to Flask

swat2's People

Contributors

rvelhote avatar rnapoles avatar jelmer avatar

Stargazers

 avatar Ryusei Sugano avatar  avatar B.Garrels avatar Nilton Oliveira avatar  avatar Kai Blin avatar

Watchers

Kai Blin avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.