Benutzer-Werkzeuge

Webseiten-Werkzeuge


lx:ad-domain

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
lx:ad-domain [05.11.2022 16:04] – adding links Andy Haubenschmidlx:ad-domain [07.11.2022 15:40] (aktuell) – [Links] Andy Haubenschmid
Zeile 2: Zeile 2:
 Joinin Linux to an AD Domain. Joinin Linux to an AD Domain.
  
-<WRAP center round tip 60%> +==== Links ====
-dieses Thema ist noch in Arbeit! +
-</WRAP> +
- +
-===== Links =====+
 Weiterführende Links zum Thema: Weiterführende Links zum Thema:
   * [[https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/windows_integration_guide/sssd-integration-intro#sssd-posix]]   * [[https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/windows_integration_guide/sssd-integration-intro#sssd-posix]]
Zeile 20: Zeile 16:
 ==== sssd.conf ==== ==== sssd.conf ====
 Mimimalistic conf, but users without domainpart i.e. ''username'' instead of ''username@domain'' and with UID/GID from Active Directory Property. Mimimalistic conf, but users without domainpart i.e. ''username'' instead of ''username@domain'' and with UID/GID from Active Directory Property.
-<file bash sssd.conf>+<file ini sssd.conf>
 [sssd] [sssd]
 domains = aendy.ch domains = aendy.ch
Zeile 39: Zeile 35:
 access_provider = ad access_provider = ad
 </file> </file>
 +
 +Änderungen anwenden, wenn z.B. ''use_fully_qualified_names'' oder änhnliches geändert hat. Der Cache muss dann geleert werden.
 +
 +<code>
 +systemctl stop sssd
 +rm -f /var/lib/sss/db/*
 +systemctl start sssd
 +</code>
 +
 +<WRAP center round todo 60%>
 +...to be continued
 +</WRAP>
 +
lx/ad-domain.1667664246.txt.gz · Zuletzt geändert: 05.11.2022 16:04 von Andy Haubenschmid