Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stgraber/samba4-manager
A web interface to manage a remote samba4 server
https://github.com/stgraber/samba4-manager
ad flask ldap python samba
Last synced: 22 days ago
JSON representation
A web interface to manage a remote samba4 server
- Host: GitHub
- URL: https://github.com/stgraber/samba4-manager
- Owner: stgraber
- License: gpl-2.0
- Created: 2015-09-20T19:41:21.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-10-12T19:15:10.000Z (about 3 years ago)
- Last Synced: 2023-03-29T01:03:05.551Z (over 1 year ago)
- Topics: ad, flask, ldap, python, samba
- Language: Python
- Homepage:
- Size: 63.5 KB
- Stars: 30
- Watchers: 6
- Forks: 11
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: COPYING
Awesome Lists containing this project
README
# Introduction
This project is a web interface for Samba4 made using Flask and python-ldap.It's using the connecting user's own credentials to connect to the
directory and allow a variety of operations.The goal is to be able to do most common directory operations directly
through this web interface rather than have to rely on command tools or
Windows interfaces.# History
Around 3 years ago, the Ubuntu flavor for education, Edubuntu, started
working on a server edition, using containers for the various services
commonly used by school districts and using Samba4 as the directory.Due to limited spare time by the main developers, this project slowly
died but the web inteface developped to manage the Samba4 server still
evolved and over the years, got a bunch of bugfixes and improvements.As a result, it was decided that this should be turned into its own
project, outside of the scope of the Edubuntu project and be made widely
available.# Dependencies
* python
* python-dnspython
* python-flask
* python-flaskext.wtf,
* python-ldap
* python-wtforms# Using
* Copy manager.cfg.example to manager.cfg
* Put a random string in SECRET\_KEY
* Set LDAP\_DOMAIN to your Samba4 domain
* Start the server with:```
./samba4-manager
```You may then connect through: [http://localhost:8080](http://localhost:8080)
# Contributing
Contributions are always appreciated!The project is licensed under the GNU GPL version 2 (and any later version).
Contributors must sign-off on their commits, indicating that they agree with
the Developer Certificate of Ownership (developercertificate.org).