Difference between revisions of "Samba4/HOWTO/Setup a Single Sign-On Website"
Intruder0815 (talk | contribs) (added basic document structure) |
Intruder0815 (talk | contribs) (→Goal: added content) |
||
Line 1: | Line 1: | ||
=== Goal === | === Goal === | ||
+ | This Howto aims to show a clean way to setup a website that provides: | ||
+ | |||
+ | * SSL encryption (HTTPS) by using a self-signed certificate | ||
+ | * single sign-on from within your Samba4 domain | ||
+ | * optional login from outside (user/password prompt) | ||
+ | * full Kerberos 5 authentication security | ||
+ | |||
+ | The type of setup shown here is very minimal. It is intended to get you a basic idea of how the process works. | ||
+ | |||
=== Usecase === | === Usecase === | ||
=== Requirements === | === Requirements === |
Revision as of 20:33, 17 July 2012
Contents
Goal
This Howto aims to show a clean way to setup a website that provides:
- SSL encryption (HTTPS) by using a self-signed certificate
- single sign-on from within your Samba4 domain
- optional login from outside (user/password prompt)
- full Kerberos 5 authentication security
The type of setup shown here is very minimal. It is intended to get you a basic idea of how the process works.