GithubHelp home page GithubHelp logo

rnapoles / adsbrowser Goto Github PK

View Code? Open in Web Editor NEW
5.0 1.0 3.0 1.18 MB

samba 4 , directory browser, This tool aims to be similar to dsa.msc

License: GNU General Public License v3.0

JavaScript 54.95% Python 30.87% HTML 13.09% CSS 1.09%

adsbrowser's Introduction

ADSBrowser is a Python frontend for Samba 4

ADSBrowser provides a graphical user interface (GUI) for managing Active Directory (AD) objects and services. It is used to manage AD domains, trees, and forests, as well as individual objects like users, groups, computers, and organizational units (OUs).

With ADSBrowser, administrators can perform a wide range of tasks, including creating, modifying, and deleting objects; and diagnosing and resolving issues. The tool also provides a search function that allows administrators to quickly find specific objects in the AD database.

Screenshot of ADSBrowser

This tool aims to be a clone of dsa.msc

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/ADSBrowser.git
cd ADSBrowser/

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

  • List ADS objects
  • Allow move ADS objects
  • Allow delete ADS objects
  • Enable-Disable users
  • Reset users password
  • Allow create users
  • Allow create groups
  • Add property sheet editor
  • Manage group policies;
  • Configure replication
  • Migrate to Flask REST API
  • Rewrite using a Clean Architecture

adsbrowser's People

Contributors

rnapoles avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 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.