User Tools

Site Tools


tech:cheatsheets:linux:ad

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tech:cheatsheets:linux:ad [2024/01/15 07:32] – removed - external edit (Unknown date) 127.0.0.1tech:cheatsheets:linux:ad [2024/03/07 13:39] (current) waldemar
Line 1: Line 1:
 +====== Linux AD ======
 +===== SSSD =====
 +  * https://www.linuxquestions.org/questions/linux-newbie-8/any-way-to-remove-domain-name-at-end-of-username-when-authenticating-with-ldap-sssd-4175593988/
  
 +===== Setup AD login =====
 +  apt install sssd-ad sssd-tools realmd adcli
 +  realm -v discover sumireko.home.dark-link.info
 +  realm join -v sumireko.home.dark-link.info -U waldemar
 +  pam-auth-update --enable mkhomedir
 +  
 +Testing
 +  getent passwd waldemar@home.dark-link.info
 +  
 +Also install Kerberos
 +  apt install krb5-user
 +  klist
 +
 +===== SSH Integration =====
 +  * https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/linux_domain_identity_authentication_and_policy_guide/openssh-sssd
 +  * https://blog.ndk.name/linux-ssh-authentication-against-active-directory-without-joining-the-domain/

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki