Author Topic: SSO Interface to PHP bases Web Applications ?  (Read 2084 times)

thorsten

  • Guest
SSO Interface to PHP bases Web Applications ?
« on: April 03, 2013, 08:53:16 pm »
Hi,

does anybody know if the following requirements are met?
Quote
To use the single sign-on feature, your web server must provide an authentication
mechanism for LDAP. The only authentication mechanism used in development
was mod_auth_sspi for Apache/Windows, but so long as the web server's LDAP
authentication mechanism is configured to provide the $_SERVER variable
$_SERVER['REMOTE_USER'] or $_SERVER['REDIRECT_REMOTE_USER'] corresponding
directly to a user's LDAP user name, this should work all the same. This
will require some sort of LDAP authentication mechanism; mod_auth_sspi is
available here: http://mod-auth-sspi.sourceforge.net/, while mod_ntlm is
available here: http://modntlm.sourceforge.net/, and mod_auth_ntlm_winbind is
available here: http://samba.org/ftp/unpacked/lorikeet/mod_auth_ntlm_winbind/.
If a Linux distribution is being used, Apache authentication modules are likely
available within the distro's package manager.

Thanks
Thorsten

dejanfc

  • Zen Apprentice
  • *
  • Posts: 18
  • Karma: +0/-0
    • View Profile
Re: SSO Interface to PHP bases Web Applications ?
« Reply #1 on: April 05, 2013, 03:49:50 pm »
You only need a libapache2-mod-auth-kerb to get the sso for apache. Everything else (samba4, which is basically a linux version of AD) is provided by Zentyal. Have a look at this tutorial:

http://acksyn.org/?p=460