TYPO3Jack.net - Das TYPO3 Mailinglist Forum Archiv

Die TYPO3 Mailingliste - nicht fragen: lesen!

[TYPO3] Frontend login with LDAP without importing users to fe_users

This is a discussion on [TYPO3] Frontend login with LDAP without importing users to fe_users within the typo3-english@lists.netfielders.de forums, part of the TYPO3-Mailinglists: ENGLISH category; Hi, I've been reading alot about a better implementing of LDAP in TYPO3 5, and that I'm looking ...


Zurück   TYPO3Jack.net - Das TYPO3 Mailinglist Forum Archiv > TYPO3-Mailinglists: ENGLISH > typo3-english@lists.netfielders.de

Registrieren Hilfe Benutzerliste Kalender Suchen Heutige Beiträge Alle Foren als gelesen markieren
  #1  
Alt 24.06.2008, 00:51
Søren Malling
Gast
 
Beiträge: n/a
Standard [TYPO3] Frontend login with LDAP without importing users to fe_users

Hi,

I've been reading alot about a better implementing of LDAP in TYPO3 5, and
that I'm looking forward to - untill then, we just use our creativity to get
around these challenges

Unfortunately, my creativity just isn't.. creative enough, to solve this
problem. I need a possibility to authenticate against a LDAP server. There
are made extension for this, but unfortunately they don't seem to do the
authentication, unless i manually import the users to the fe_users database.
I've tried both with eu_ldap and the series of ldap_* extensions.

Is there a way, to get past this challenge with a already written extension,
else I'll be glad to start the developing of such extension. I then need a
bit of help, on how to get the extension to respond on the login call from
the FE user loginbox - anybody?

Hope to hear from someone regarding this

Best regards

Søren
Denmark
_______________________________________________
TYPO3-english mailing list
TYPO3-english (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/.../typo3-english
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #2  
Alt 24.06.2008, 07:15
Marcus Krause
Gast
 
Beiträge: n/a
Standard Re: [TYPO3] Frontend login with LDAP without importing users tofe_users

Søren Malling schrieb:
> [...]
> Unfortunately, my creativity just isn't.. creative enough, to solve this
> problem. I need a possibility to authenticate against a LDAP server. There
> are made extension for this, but unfortunately they don't seem to do the
> authentication, unless i manually import the users to the fe_users database.
> I've tried both with eu_ldap and the series of ldap_* extensions.


This isn't true at least for eu_ldap. Users will be authenticated
regardless their (non-)existance in the FE/BE user table.

RTFM, eu_ldap->manual->"administration chapter"->"how authentication
works"! I'm using this extension for years and I cannot remember a time
when it didn't have this "feature".


Regards,
Marcus.
_______________________________________________
TYPO3-english mailing list
TYPO3-english (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/.../typo3-english
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #3  
Alt 24.06.2008, 11:01
Søren Malling
Gast
 
Beiträge: n/a
Standard Re: [TYPO3] Frontend login with LDAP without importing users tofe_users

Hi Marcus,

This isn't true at least for eu_ldap. Users will be authenticated
> regardless their (non-)existance in the FE/BE user table.
>
> RTFM, eu_ldap->manual->"administration chapter"->"how authentication
> works"! I'm using this extension for years and I cannot remember a time
> when it didn't have this "feature".



Then please advise me in my problem:

I'm setting up the FE login box to point to my SysFolder containing the LDAP
server, and I've enabled the LDAP Auth Service (for Frontend only) but no
authentication is succesful. With in the BE module "LDAP Integration" I'm
able to get a summary of the LDAP database, and only after manually
importing the users, a login request is succeeded.

I hope to hear from you again.

Regards and thanks

Søren
_______________________________________________
TYPO3-english mailing list
TYPO3-english (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/.../typo3-english
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #4  
Alt 24.06.2008, 11:32
Marcus Krause
Gast
 
Beiträge: n/a
Standard Re: [TYPO3] Frontend login with LDAP without importing users tofe_users

Søren Malling schrieb:
> Hi Marcus,
>
> This isn't true at least for eu_ldap. Users will be authenticated
>> regardless their (non-)existance in the FE/BE user table.
>>
>> RTFM, eu_ldap->manual->"administration chapter"->"how authentication
>> works"! I'm using this extension for years and I cannot remember a time
>> when it didn't have this "feature".

>
>
> Then please advise me in my problem:
>
> I'm setting up the FE login box to point to my SysFolder containing the LDAP
> server, and I've enabled the LDAP Auth Service (for Frontend only) but no
> authentication is succesful. With in the BE module "LDAP Integration" I'm
> able to get a summary of the LDAP database, and only after manually
> importing the users, a login request is succeeded.


If you think you set up everything correctely (base dn, filter, etc.)
and it still doesn't work you'll have to debug the extension to get to
know, where there is a (configuration) error. Extension uses devlog.

One possibility to eliminate a bug introduced in latest extension
versions is to install prior extension versions.

As I said, extension provides desired feature. If it doesn't work it's
most probably a configuration error or a bug.


Regards,
Marcus.
_______________________________________________
TYPO3-english mailing list
TYPO3-english (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/.../typo3-english
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #5  
Alt 25.06.2008, 12:06
Søren Malling
Gast
 
Beiträge: n/a
Standard Re: [TYPO3] Frontend login with LDAP without importing users tofe_users

>
> If you think you set up everything correctely (base dn, filter, etc.)
> and it still doesn't work you'll have to debug the extension to get to
> know, where there is a (configuration) error. Extension uses devlog.



Thanks about devlog, that one helped me alot! I'm able to see that the login
is succesfull, but the felogin still returns the text I've entered in the
"Error" box when setting up the plugin. A cookie is also being genrated,
which should mean that the login was completed, right?

Name fe_typo_user
Value 4f18ff6ebd
Host MY_DOMAIN
Path /
Secure No
Expires At End Of Session

Marcus, did you make any changes to the extension or any speciel setup?

Regards

Søren
_______________________________________________
TYPO3-english mailing list
TYPO3-english (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/.../typo3-english
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
  #6  
Alt 25.06.2008, 17:31
Marcus Krause
Gast
 
Beiträge: n/a
Standard Re: [TYPO3] Frontend login with LDAP without importing users tofe_users

Søren Malling schrieb:
>> If you think you set up everything correctely (base dn, filter, etc.)
>> and it still doesn't work you'll have to debug the extension to get to
>> know, where there is a (configuration) error. Extension uses devlog.

>
>
> Thanks about devlog, that one helped me alot!


Great.


> I'm able to see that the login is succesfull, but the felogin still
> returns the text I've entered in the "Error" box when setting up the
> plugin. A cookie is also being genrated, which should mean that the
> login was completed, right?


By default, TYPO3 generates a cookie, i.e. a session, whenever a user
hits your website. So it isn't something to judge from if authentication
works.
Did you set up a specific page only visible to a FE usergroup (users of
AD/LDAP) to check if user was indeed authenticated?


> Marcus, did you make any changes to the extension or any speciel setup?


No, it worked out-of-the-box. I'm using it to authenticate users of an
AD but I'm currently using an elderly version of eu_ldap.


Marcus.
_______________________________________________
TYPO3-english mailing list
TYPO3-english (AT) lists (DOT) netfielders.de
http://lists.netfielders.de/cgi-bin/.../typo3-english
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
 

Themen-Optionen Thema durchsuchen
Thema durchsuchen:

Erweiterte Suche
Ansicht Thema bewerten
Thema bewerten:

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are an


Ähnliche Themen

Thema Autor Forum Antworten Letzter Beitrag
[TYPO3-german] LDAP Auto Login Tobias Pierschel typo3-german@lists.netfielders.de 4 05.03.2008 17:30
[TYPO3] Not able to create frontend users James Corell typo3-english@lists.netfielders.de 1 19.07.2007 19:37
[TYPO3] $TSFE-Frontend-Password with LDAP Wolfgang Hennerbichler typo3-english@lists.netfielders.de 1 04.12.2006 10:02
[Typo3-UG France] frontend Usergroups et users Pages, Benoit typo3-france@lists.netfielders.de 0 22.03.2005 14:41
[Typo3-UG France] frontend Usergroups et users Pages, Benoit typo3-france@lists.netfielders.de 0 22.03.2005 13:35


Alle Zeitangaben in WEZ +1. Es ist jetzt 07:30 Uhr.


Powered by vBulletin® Version 3.7.2 (Deutsch)
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39