Difference between revisions of "Mod auth kerb"

From A-Eskwiki
Jump to: navigation, search
Line 1: Line 1:
 
{{DISPLAYTITLE:mod_auth_kerb}}
 
{{DISPLAYTITLE:mod_auth_kerb}}
 
[[category:sysop]]
 
[[category:sysop]]
 +
Voor het gebruiken van Kerberos auth in Apache is een aantal stappen nodig:
 +
ipa service-add HTTP/$hostname.a-eskwadraat.nl
 +
ipa-getkeytab -s ipa01.a-eskwadraat.nl -p HTTP/$hostname.a-eskwadraat.nl -k /etc/httpd/conf/httpd.keytab
 +
chown apache /etc/httpd/conf/httpd.keytab

Revision as of 15:09, 13 November 2014

Voor het gebruiken van Kerberos auth in Apache is een aantal stappen nodig:

ipa service-add HTTP/$hostname.a-eskwadraat.nl
ipa-getkeytab -s ipa01.a-eskwadraat.nl -p HTTP/$hostname.a-eskwadraat.nl -k /etc/httpd/conf/httpd.keytab
chown apache /etc/httpd/conf/httpd.keytab