Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
linux_faq:kde_on_ubuntu_server_minimal [2022/02/02 11:56] – [systemd-resolved local domains] adminlinux_faq:kde_on_ubuntu_server_minimal [2022/02/02 12:09] – [sssd] admin
Line 27: Line 27:
   sudo realm -v discover ad1.example.com   sudo realm -v discover ad1.example.com
 Join Domain: Join Domain:
-  sudo realm join ad1.example.com+  sudo realm join -U admuser ad1.example.com 
 + 
 +==== sssd settings ==== 
 +<code> 
 +[sssd] 
 +domains = voximplant.local 
 +config_file_version = 2 
 +default_domain_suffix = voximplant.local 
 +services = nss, pam 
 + 
 +[domain/voximplant.local] 
 +default_shell = /bin/bash 
 +krb5_store_password_if_offline = True 
 +cache_credentials = True 
 +krb5_realm = VOXIMPLANT.LOCAL 
 +realmd_tags = manages-system joined-with-adcli 
 +id_provider = ad 
 +fallback_homedir = /home/%d/%u 
 +ad_domain = voximplant.local 
 +use_fully_qualified_names = True 
 +ldap_id_mapping = True 
 +access_provider = ad 
 +</code> 
  
  
  • linux_faq/kde_on_ubuntu_server_minimal.txt
  • Last modified: 2022/02/02 12:10
  • by admin