- Moderated by:
- Support
-
- rank:
-
Softmore
- registered:
- September 2004
- Status:
- offline
- last visit:
- 22.11.06
- Posts:
- 53
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. -
- rank:
-
Helper
- registered:
- June 2003
- Status:
- offline
- last visit:
- 01.02.06
- Posts:
- 111
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. -
- rank:
-
Softmore
- registered:
- September 2004
- Status:
- offline
- last visit:
- 22.11.06
- 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 -
- rank:
-
Freshman
- registered:
- December 2003
- Status:
- offline
- last visit:
- 03.10.06
- 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.. -
- rank:
-
Helper
- registered:
- June 2003
- Status:
- offline
- last visit:
- 01.02.06
- Posts:
- 111
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 -
- rank:
-
Softmore
- registered:
- September 2004
- Status:
- offline
- last visit:
- 22.11.06
- 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. -
- rank:
-
Helper
- registered:
- June 2003
- Status:
- offline
- last visit:
- 01.02.06
- Posts:
- 111
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. -
- rank:
-
Registered User
- registered:
- May 2005
- Status:
- offline
- last visit:
- 31.08.05
- 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....
