Rookie
Joined: 30 Oct 2007 Posts: 3
|
Posted: Thu Apr 03, 2008 7:12 am Post subject: Single-Sign-On with Cacti |
|
|
Hello community,
I'm looking for a little hint or help for user-login with cacti.
There are so many features in Cacti, that I want to implement this in an existing webapplication.
First I have an installation with cacti 0.8.7b on a lampp-package at Server 1.
Secondly I have an installation with a Typo3 CMS (version 4.1.5) also on a lampp-package at Server 2.
On the website http://www.single-signon.com I found a SSO-Framework for a Single-Signon. It allows to call a Third-Party-Application (TPA) without additional login by the user. It consists of three parts, the server (build in Typo3), the agent (build in the webserver-root of Server 1) and the TPA-Adapter for Cacti.
A Cacti-Adapter (from Jörg Schoppet)is also available on this site, but it seems to work only with an older version of cacti. After a first short contact, the developer doesn't react unfortunaly. Perhaps he is to busy.
So I hope any Cacti-specialist from this forum can help me.
The intention of the TPA-Adapter for Cacti is to generate a valid user-session.
| Quote: | | It creates a valid user session ("logs on the user") by application-specific means, and returns all information needed to the SSO Agent (in a defined format). |
The adapter is placed in the cacti-webserver-directory.
At the first time, I used the adapter there where error-messages because of missing functions, so that I added this two lines at the top of the script:
| Code: |
include_once 'lib/functions.php';
include_once 'lib/database.php';
|
But if I call this script now there comes this error-message by a cacti-script:
| Code: | | Fatal error: Call to a member function SetFetchMode() on a non-object in /opt/lampp/htdocs/cacti2/lib/database.php on line 155 | .
Is there anybody, who can help me to fix this error?
Thanks a lot.
Ulf
| Description: |
| The Cacti-Adapter for a Single-Sign-On-Framwork by Jörg Schoppet. |
|
 Download |
| Filename: |
index_sso2.zip |
| Filesize: |
1.4 KB |
| Downloaded: |
110 Time(s) |
|
|