Author: Benjamin Schneider

Oracle ASM Installation, Konfiguration und Verwendung

Preinstalltions Patchen der Solaris Maschine Oracle Solaris 11.2 mit  SRU 14.5 oder höher Anlegen von Benutzern und Gruppen # Gruppen /usr/sbin/groupadd oinstall /usr/sbin/groupadd dba /usr/sbin/groupadd asmdba # User mkdir -p /export/home/oracle /usr/sbin/useradd -d /export/home/oracle -m -s /bin/bash -g oinstall -G dba oracle chown oracle:oinstall /export/home/oracle passwd oracle usermod -g oinstall oracle usermod -G dba,asmdba oracle

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