Die TYPO3 Mailingliste - nicht fragen: lesen!
This is a discussion on [TYPO3] Make extension working on older typo3 version - Login withApache HTTP login within the typo3-english@lists.netfielders.de forums, part of the TYPO3-Mailinglists: ENGLISH category; Hi, I installed Login with Apache HTTP login on typo3 4.1.1 and it works perfectly. The extension authorizes ...
|
|||||||
| Registrieren | Hilfe | Benutzerliste | Kalender | Suchen | Heutige Beiträge | Alle Foren als gelesen markieren |
|
#1
|
|||
|
|||
|
Hi,
I installed Login with Apache HTTP login on typo3 4.1.1 and it works perfectly. The extension authorizes users which are logged-in per Apache-HTTP. I need it on typo3 3.7.0. When I install it then typo doesn't show any errors - it's installed without any problems. But it doesn't work. So it seems that extension definition is correct also on 3.7.0. Extension is using only one class: class tx_apacheauth_sv1, which extends tx_sv_authbase. This class (tx_sv_authbase) is also on 3.7.0. What's more this class is almost this same in both typo versions. tx_apacheauth_sv1 contains two methods: getUser() and authUser($user). It seems that when any page of typo3 is called then these methods are also called (to check authorization). They are called on 4.1.1 but not on 3.7.0. Does anyone have idea what could it be ? How could I make it working ? Unfortunately email of extension's owner doesn't exist anymore. with best regards, Rafal _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
|
#2
|
|||
|
|||
|
Hi,
I see that it cannot work because in 3.7.0 authorization works bit diffrent. It doesn't allow to make it in services/extensions. i.e. file class.t3lib_userauth.php in 4.1.1 has: .... if ($row=$serviceObj->getUser()) { .... so it calls getUser method(s) from services. but in 3.7.0 it calls directly from DB and don't ask any extension about it. It looks like that I need to change source code - add code which asks HTTP if there is user in class.t3lib_userauth.php in check_authentication. It's not a nice solution. Do you know a better solution ? with best regards, Rafal ----- Original Message ----- From: "Rafal Markut" <rafal.markut (AT) mediawave (DOT) de> To: <TYPO3-english (AT) lists (DOT) netfielders.de> Sent: Tuesday, May 08, 2007 1:01 PM Subject: [TYPO3] Make extension working on older typo3 version - Login withApache HTTP login > Hi, > > I installed Login with Apache HTTP login on typo3 4.1.1 and it works > perfectly. The extension authorizes users which are logged-in per > Apache-HTTP. > > I need it on typo3 3.7.0. When I install it then typo doesn't show any > errors - it's installed without any problems. But it doesn't work. > So it seems that extension definition is correct also on 3.7.0. > > Extension is using only one class: class tx_apacheauth_sv1, which extends > tx_sv_authbase. > > This class (tx_sv_authbase) is also on 3.7.0. What's more this class is > almost this same in both typo versions. > > tx_apacheauth_sv1 contains two methods: getUser() and authUser($user). It > seems that when any page of typo3 is called then these methods are also > called (to check authorization). They are called on 4.1.1 but not on > 3.7.0. > > Does anyone have idea what could it be ? How could I make it working ? > > Unfortunately email of extension's owner doesn't exist anymore. > > with best regards, > Rafal > > _______________________________________________ > TYPO3-english mailing list > TYPO3-english (AT) lists (DOT) netfielders.de > http://lists.netfielders.de/cgi-bin/.../typo3-english > _______________________________________________ TYPO3-english mailing list TYPO3-english (AT) lists (DOT) netfielders.de http://lists.netfielders.de/cgi-bin/.../typo3-english |
| Themen-Optionen | Thema durchsuchen |
| Ansicht | Thema bewerten |
|
|
|
||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| [TYPO3] Your login probably expired... | hard.one - mphanke | typo3-english@lists.netfielders.de | 2 | 20.09.2007 23:33 |
| [TYPO3] error after login | a owen | typo3-english@lists.netfielders.de | 0 | 02.03.2007 02:46 |
| [TYPO3] No 'Hide at login' | Bing Du | typo3-english@lists.netfielders.de | 1 | 06.02.2007 18:44 |
| [TYPO3-german] BE login | Felix Lange | typo3-german@lists.netfielders.de | 1 | 22.01.2007 04:18 |
| [TYPO3] newloginbox and first login | Andrea Giorgini | typo3-english@lists.netfielders.de | 5 | 10.12.2006 10:27 |