Hello,
I've set up a SAMBA 4 AD server (Version 14.4), and everything is working correctly. I'm managing the SAMBA server with a second Windows server for the RSAT tools. All users connected to the SAMBA domain use macOS machines. I'd like to know if it's possible to provide a web interface (preferably) to delegate rights to certain users so they can manage their own user groups? (Primarily adding/deleting accounts).
Sincerely,
Molketer
[RESOLVED] User Management Interface
- dcardon
- WAPT Expert
- Messages: 1929
- Registration: June 18, 2014 - 09:58
- Location: Saint Sébastien sur Loire
- Contact :
Hello Molketer,
to my knowledge there isn't a reliable open-source web interface. You'll have to look at proprietary IAM tools. That said, a Windows VM with RSAT (a Windows 10 machine works perfectly) works very well, as does RDP from a macOS machine.
Regards,
Denis
to my knowledge there isn't a reliable open-source web interface. You'll have to look at proprietary IAM tools. That said, a Windows VM with RSAT (a Windows 10 machine works perfectly) works very well, as does RDP from a macOS machine.
Regards,
Denis
Denis Cardon - Tranquil IT
Share your experiences on WAPT! Send us your blog and article URLs in the "Your Opinion of the forum, and we'll feature them on the WAPT
Share your experiences on WAPT! Send us your blog and article URLs in the "Your Opinion of the forum, and we'll feature them on the WAPT
I found this on your site:
https://dev.tranquil.it/samba/en/doc/sa ... samdb.html
Perhaps there's a way to create a small website with a Python backend?
Regards,
Molketer
https://dev.tranquil.it/samba/en/doc/sa ... samdb.html
Perhaps there's a way to create a small website with a Python backend?
Regards,
Molketer
- dcardon
- WAPT Expert
- Messages: 1929
- Registration: June 18, 2014 - 09:58
- Location: Saint Sébastien sur Loire
- Contact :
If you have developer time to dedicate to it... yes, all the APIs are readily available and accessible from Python 3 scripts. It's convenient for scripting LDAP to AD synchronization or vice versa, but if you want to write a complete management interface, it will still require a significant amount of resources.
Denis Cardon - Tranquil IT
Share your experiences on WAPT! Send us your blog and article URLs in the "Your Opinion of the forum, and we'll feature them on the WAPT
Share your experiences on WAPT! Send us your blog and article URLs in the "Your Opinion of the forum, and we'll feature them on the WAPT
