as we know, we can join AD domain in an installation process, but is there GUI to do this after install? like its super easy on Mac and Windows?
If there is no GUI, how can i make a request about it?
1 Answer
I have never seen one. Thing is... the software used on the Linux end consists of 1 command and 1 configuration file and is almost only used on a server. That totally negates the need for a graphical front end.
All of the tools to connect are based around command line.
realm does it like this after configuration:
realm join --user=[domain user account] [domain name]
Not a lot a GUI can do better than that.
If you want a GUI you probably need to make one yourself; it is a Redhat project so not Ubuntu nor Canonical.
1