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
Need Help with LDAPauth and Novell 6.0 eDirectory 8.7
-
- Rank: Freshman
- Registered: Aug 29, 2002
- Last visit: Nov 03, 2009
- Posts: 85
I need help configuring ldapauth modules with Novell. I've tried several attempts (mostly guessing at the variables) but have been unable to connect to our Novell server. We currently host a K-12 site using PN726, apache 1.3x, php423 on windows 2000 server. I need help with what each entry in ldapauth means in terms of Novell atuhentication and an example config with notes would really be helpful. Any help is appreciated. Thnks -
- Rank: Team Member
- Registered: Mar 18, 2002
- Last visit: Oct 21, 2009
- Posts: 6606
I've not tried it on edirectory 8.7 but i've tested it on 8.6. Since both are LDAP v3 compliant then there should be no problem using it on 8.7.
How is your LDAP server configured? Does it allow an anonymous bind? or does it require a proxy user?
You need to use cn (common name) as the search attribute. Also LDAP uses a different convention from edirectory for DN's. eDirectory DN's use . seperator where as LDAP DN's use a comma seperator. So ensure any contexts and users are comma rather dot seperated.
-Mark
--
Visit My homepage and Zikula themes. -
- Rank: Freshman
- Registered: Aug 29, 2002
- Last visit: Nov 03, 2009
- Posts: 85
Mark, my sys admin says we are config anonymous. We tried entering some variable in LDapauth but no luck. Here is what I am entering:
Server Add: xxx.xxx.xxx.xxx:port#
Base DN: shonto.bia.edu
Bind as: anonymous
Bind Password: (left this blank)
Search base: cn=users
Search user using Attribute: cn
Add new User to Group: users
As I have said I am just guessing and my sys admin is new to Novell. Your help is greatly appreciated. Thanks -
- Rank: Team Member
- Registered: Mar 18, 2002
- Last visit: Oct 21, 2009
- Posts: 6606
If you allow anonymous binding then there is no need to state and bind user since an 'anonymous' bind uses 'public' rights. The bind user has to be a valid user in DS (and therefore needs a password).
There is also no need to set a port number. Ports under LDAP are predefined - port 389 is a non SSL LDAP call. LDAP auth doesn't support SSL LDAP calls as yet but since most setups will be inside a corporate switched network this isn't normally a problem.
Also look at your base dn and re-read what i've already said about comma vs dot seperated DN's.
-Mark
- Moderated by:
- Support
