A new console that look like Microsoft RSAT written in modern Object Pascal.
This repository provide a Lazarus project with all sources and dependances to build the OpenRSAT console. The console is available on different platforms such as Windows, Linux, and Macos. The OpenRSAT is a tool that allow you to connect to your Active Directory, and manage it as you wish.
The objective is to allow system administrators to manage an Active Directory on a Linux or Macos platform. Associated with Samba AD, you'll be able to fully manage an Active Directory for free with open source solutions. A secondary objective is to provide new feature that are missing in Microsoft RSAT.
Features are splitted in different modules:
- Users and computers: Manage users and machines within groups and containers to securly organize ressources in your AD.
- DNS: Manage network entries in your AD.
- Sites and Services: Manage sites and services in your AD.
- Services and Interfaces: Overview of all objects in your AD.
Overview of OpenRSAT:
Users and Computers of OpenRSAT:
No screenshots yet, but work is in progress.
To use the tool, you need an access to an Active Directory. You can refer to the Samba Documentation by Tranquil IT to deploy an Active Directory on a server.
As the product is made by Tranquil IT, which provide WAPT to deploy software on machines in a domain, you can find the tool in a WAPT package in our store just here.
The binaries are packaged manually from the WAPT packages.
You can download latest binary just here.
/!\ On MacOS, you should run this command to remove the app from the quarantine: xattr -dr com.apple.quarantine /Applications/OpenRSAT.app. The reason is that the application has not yet been signed or notarized, either by Apple or Tranquil IT.
We'll also provide a workflow on github that will build new release.
You can find all steps just here: build.md.
Not documented yet, but work is in progress.
Feel free to contribute to the project. As the project is a new project, no contributing rules are defined yet. Feel free to provide issues on github to tell us any bug or what you want to see in this tool.