Hi,
I want to use LDAP authentication with postnuke and I downloaded the tar file for LDAP. I installed it, but the authentication through LDAP doesn't work!
I upgraded postnuke from .723 to 726, but still doesn't work!
And I also noticed that in .726 version I don't have the option to register in postnuke as I had in .723! I see a variable _NOTAUTHREG? Why is that? Ok, this is a second question less important for me right now!!
Can anyone help me with the LDAP authentication?
dimi
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- Guite responded to »Can the Updated Version Check be Turned Off (Z 1.3)« 05:53 PM
- frw responded to »Bug in the SMTP mail transfer protocol - Port 25 - Zikula 1.2.9« 22. May
- mdee responded to »Short URL questions« 22. May
- mesteele101 responded to »Problem in Database Connection« 21. May
- Herr.Vorragend responded to »Clip Documentation and Doubt« 19. May
- mazdev responded to »zikula 1.3.3. and IE9« 19. May
- mesteele101 responded to »How to install Zikula for MSSQL ??? - Part II« 19. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
problem with ldap authenticatio
-
- Rank: Team Member
- Registered: Mar 18, 2002
- Last visit: Oct 21, 2009
- Posts: 6606
You'll need to provide more information than that for anyone to be able to help. 'Doesn't work' provides no information to work with.
What directory service are you using?, on what OS is this running?, how have you configured the LDAP module?, how is your directory service architected? (give a rough outline of OU organisation), does your directory service allow an anonymous bind? or does it require authetication to bind?, does your directory service allow non SSL connections? or is it restricted to ssl connections only?
If you can check any logs on your LDAP server for a clue as to what's happening.
For the other problem go into your modules admin panel and regenerate the modules. Upgrade and re-activate the users module if necessary. You can then configure standard user registration in the users admin panel.
-Mark -
**unknown user**
- Rank: Registered User
- Registered: Mar 16, 2002
- Last visit: Nov 07, 2003
- Posts: 11
Yes, you are right, I am sorry!
Well I am using iPlanet version 5.2 LDAP server, OS Solaris. The LDAP allows anonymous bind because I can bind to LDAP using another application and I connect anonymous. And I think that it allows no SSL binds too.
Now about the OU units and the search base, I give the correct ones. The search base is ou=people, dc=uoc,dc=gr, the attribute to search is uid.
dimi -
- Rank: Team Member
- Registered: Mar 18, 2002
- Last visit: Oct 21, 2009
- Posts: 6606
I'm not an expert with iPlanet - I work with Novell eDirectory as my directory service. Your configuration looks ok. I'm sure this is just a typo but you have a space in the search base as posted in your reply. Do the server logs give any hints?
I've tested this on Novell eDirectory and it functions as expected. I'm not sure what the original author built the module on. Maybe a quick e-mail in his direction may provide some additional information. If not you'll need to step through the code (in the user API file) adding some debug statements until you find what part of the authenitcation process is not working.
I normally have an iplanet install kicking around at work for comparison but currently that box is re-tasked elsewhere so I can't test this myself at the moment.
-Mark -
**unknown user**
- Rank: Registered User
- Registered: Mar 16, 2002
- Last visit: Nov 07, 2003
- Posts: 11
I tried to find his email account, but I didn't!
Mark,
could you give me his email to ask him? Otherwise I will try to debug to find out the problem. If I understood correctly, I am going to use the pnUser.php, am I correct?
dimi
- Moderated by:
- Support
