I have a couple quick questions about the ldapauth module for Postnuke. I just setup a new Netware 6.5 server and have installed Postnuke. I have installed the ldapauth 0.2 module. I've setup dstrace on the server so I can view all LDAP communication. For some reason I can't get postnuke to communicate with my NW server. I do have LDAP working, and I can browse the tree using an LDAP browser. Any suggestions would be wonderful.
My second question is an extension of the first. Once I get LDAP running, can I specify multiple search bases? Our system is setup to have one server for each school. I do not want all of the users to be able to authenticate into Postnuke. Bascially I want 2 of the building to be able to log in and all the other to have to register.
Thanks again for the help.
- mercromina responded to »error when i try to upgrade to the last version of dizkus module (3.1)« 08:01 PM
- craigh responded to »TagIt 3.0 for Zikula« 03:58 PM
- localrags responded to »Remove contents of nuke_sc_anticracker from Database« 11:30 AM
- jmvaughn responded to »Shoutit for zikula 1.3?« 09:31 AM
- mdee responded to »Different page content under one template (tpl file) based on URL« 07:17 AM
- espaan responded to »Categories disappear when editing ...« 08. Feb
- eledril responded to »How decrease zikula cpu usage« 08. Feb
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
Netware 6.5 and Ldapauth
-
**unknown user**
- Rank: Softmore
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 110
Are you getting LDAP comm within DStrace when you try to log into PN using the LDAPAuth? If not, have you double checked the obvious..... LDAP module set to use LDAP and so forth. If you are getting LDAP comm, then tell me about the DStrace results. -
**unknown user**
- Rank: Freshman
- Registered: Mar 16, 2002
- Last visit: Nov 22, 2006
- Posts: 53
Thank you for your response. I am now getting the LDAP module to work. I went and removed all the items I had added. Started again fresh and reinstalled LDAP and made the changes to pnuser. After that, it picked up and started working great. thanks again -
**unknown user**
- Rank: Registered User
- Registered: Mar 16, 2002
- Last visit: Oct 03, 2006
- Posts: 5
Is there any tutorial on how to get postnuke to work with Netware?
What is required to be set up on Netware (maybe special settings)
and PHP (or Apache) to get it done?
Sorry for such stupid question - i am newbie in Netware.. -
**unknown user**
- Rank: Softmore
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 110
sergis
Is there any tutorial on how to get postnuke to work with Netware?
What is required to be set up on Netware (maybe special settings)
and PHP (or Apache) to get it done?
Sorry for such stupid question - i am newbie in Netware..
Do you mean setting up PN CMS on Netware or setting up LDAP within PN to authenticate to eDirectory?
Once you get NAMP (Apache, MySQL, and PHP) setup, outside of proper rights to the directories and MySQL, nothing special is needed to set PN up. Novell has many tutorials for setting up NAMP. Then use PN docs to set up the PN site.
Vance -
**unknown user**
- Rank: Freshman
- Registered: Mar 16, 2002
- Last visit: Nov 22, 2006
- Posts: 53
If you are doing a fresh install of Netware 6.5, one of the options is AMP (apache, mysql, and PHP). I used taht setup, and it runs great. After tthe server is installed, you just need to copy postnuke to the htdocs directory or wherever you have it setup. -
**unknown user**
- Rank: Softmore
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 110
Kandiil
If you are doing a fresh install of Netware 6.5, one of the options is AMP (apache, mysql, and PHP). I used taht setup, and it runs great. After tthe server is installed, you just need to copy postnuke to the htdocs directory or wherever you have it setup.
Yes. Been awhile since I set this up but you just need to copy the PN|HTML directory contents to the htdocs directory then run install as stated by PN docs. You may need to manually create the phoenix DB and set permissions using myPHPAdmin. Pretty simple really. -
**unknown user**
- Rank: Registered User
- Registered: Mar 16, 2002
- Last visit: Aug 31, 2005
- Posts: 1
I have been trying to get the LDAPAuth module working with Netware 6.0.
The dstrace results appear to show a valid query but the response to the client browser is 'LDAP server:resource id #56'.
Here is the trace:
[2005/08/03 15:30:04] New cleartext connection 0x84d65740 from 172.20.3.94:33324, monitor = 0x22e, index = 5
[2005/08/03 15:30:04] Implied anonymous bind by operation 0x1:0x63 on connection 0x84d65740
[2005/08/03 15:30:04] DoSearch on connection 0x84d65740
[2005/08/03 15:30:04] Search request:
base: "o=Portal"
scope:2 dereference:0 sizelimit:0 timelimit:0 attrsonly:0
filter: "(cn=ehmann)"
attribute: "dn"
attribute: "modifyTimestamp"
attribute: "uid"
attribute: "cn"
attribute: "mail"
attribute: "l"
[2005/08/03 15:30:04] Sending operation result 0:"":"" to connection 0x84d65740
[2005/08/03 15:30:05] DoUnbind on connection 0x84d65740
[2005/08/03 15:30:05] Connection 0x84d65740 closed
[2005/08/03 15:30:14] Work info status: Total:2 Peak:1 Busy:0
[2005/08/03 15:30:14] Thread pool status: Total:5 Peak:5 Busy:3
I have some PHP scripts that I run to verify PHP LDAP functions are working and I'm able to login and extract info...but I'm not getting anywhere with the LDAP Auth module....
I'm running PostNuke 750 and eDirectory 8.7
This is a critical piece is moving PostNuke to production.
Any help would be appreciated....
- Moderated by:
- Support
