-
Notifications
You must be signed in to change notification settings - Fork 45
Manual joining and configuration
PierreGode edited this page Aug 17, 2018
·
16 revisions
realm, command, arguments example: realm join ad.example.com realm permit user_name
Realm Commands
discover Run a discovery scan for domains on the network.
Add the system to the specified domain. Remove the system from the specified domain. List all configured domains for the system or all discovered and configured domains. Commands Enable access for specified users or for all users within a configured domain to access the local system. Restrict access for specified users or for all users within a configured domain to access the local system.$ realm discover $ realm discover domain.example.com
$ realm join domain.example.com $ realm join --user=admin --computer-ou=OU=Special domain.example.com
$ realm leave $ realm leave domain.example.com
$ realm list
$ realm permit --all $ realm permit [email protected] $ realm permit DOMAIN\User2 $ realm permit --withdraw [email protected]
$ realm deny --all $ realm deny -R : Specify the name of the realm to deny users login to.
$ id user@domain_name $ id user : depending of the sssd setup