Category: CentOS

CentOS/RHEL 7 mit Kerberos an AD anbinden

Voraussetzungen: Linux: CentOS 7.6 (192.168.0.10) Windows: Active Directory 2016 (192.168.0.100) Der AD ist auch DNS, DHCP Server cat /etc/resolv.conf search meinad.lan nameserver 192.168.0.100bind-utils installieren falls nicht installiert (Minimal) yum install bind-utils mit nslookup die Namensauflösung prüfen nslookup meinad.lan Benötigte Paket via yum installieren yum install adcli sssd authconfig realmd krb5-workstation Prüfen ob wir bereits zu

Kerberos auth mit Apache/PHP

Winodws SSO auf einem Linux Webserver Warum When users log in on their Windows computers, they can access the Intranet-webpage without having to authenticate themselves one more time. Vorraussetzung: Windows AD Linux webserver mit Apache and PHP Setup: CentOS 7 (Apache 2.4.6 / PHP 5.6.26) Domain controller (Windows server 2008 R2) Before you start: The commands