Zimbra offers Open Source email server software and shared calendar for Linux and the Mac
Go Back   Zimbra :: Forums > Zimbra Collaboration Suite > Developers

Welcome to the Zimbra :: Forums!
Welcome, if you would like to post a comment please register. We also encourage you to explore all things Zimbra with our team and members of the community.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #11 (permalink)  
Old 12-09-2005, 01:07 PM
Loyal Member
 
Posts: 95
Default can not connect to ldap

I do a fresh developer build installation to a FC3 box and zmcontrol start returns something like below:

Quote:
[zimbra@sunnygirl ~]$ zmcontrol start
Host sunnygirl.innology.com.vn
Starting ldap...Done.
ERROR: service.FAILURE (system failure: getDirectContext) (cause: javax.naming.AuthenticationException [LDAP: error code 49 - Invalid Credentials])
I know this is a LDAP problem so I check:

1. Is LDAP running? YES. I can telnet to port 389 and netstat -nat shows slapd's listening at port 389

2. Is Zimbra's ldap password valid? YES. I can run "/opt/zimbra/openldap/bin/ldapsearch -x -D uid=zimbra,cn=admins,cn=zimbra -H ldap://sunnygirl.example.com -W" with zimbra's ldap password got from zmlocalconfig.

3. Is sunnygirl.example.com resolvable? YES. "host sunnygirl.example.com" returns a valid IP pointing to the LDAP server. In fact, I install all Zimbra's components into only one server.

BTW, here are my ldap related config parameters:

Quote:
[zimbra@sunnygirl ~]$ zmlocalconfig -s | grep ldap
ldap_connect_pool_debug = false
ldap_connect_pool_initsize = 1
ldap_connect_pool_maxsize = 25
ldap_connect_pool_prefsize = ${ldap_connect_pool_maxsize}
ldap_connect_pool_timeout = 120000
ldap_connect_timeout = 10000
ldap_host =
ldap_is_master = true
ldap_master_url = ldap://sunnygirl.example.com:389
ldap_port =
ldap_root_password = u3aeXk.GK
ldap_url = ldap://sunnygirl.example.com:389
zimbra_ldap_password = u3aeXk.GK
zimbra_ldap_userdn = uid=zimbra,cn=admins,cn=zimbra
Please advise.

TIA,

-g
Reply With Quote
  #12 (permalink)  
Old 12-09-2005, 01:30 PM
Zimbra Employee
 
Posts: 4,792
Default

Have you tried to reset/change your LDAP passwords to see if that would clear this?
__________________
Bugzilla - Wiki - Downloads - Offline Client
Reply With Quote
  #13 (permalink)  
Old 12-09-2005, 06:09 PM
Senior Member
 
Posts: 51
Default

Even with Firefox's cache cleared it still does fail authenication.

-Ben

Last edited by unilogic; 12-09-2005 at 06:28 PM..
Reply With Quote
  #14 (permalink)  
Old 12-09-2005, 06:49 PM
Zimbra Employee
 
Posts: 4,792
Default

Quote:
Originally Posted by unilogic
Even with Firefox's cache cleared it still does fail authenication.

-Ben
Thanks Ben. We've found the bug. It'll be fixed in the next build.
__________________
Bugzilla - Wiki - Downloads - Offline Client
Reply With Quote
  #15 (permalink)  
Old 12-09-2005, 09:47 PM
Loyal Member
 
Posts: 95
Default

Quote:
Originally Posted by KevinH
Have you tried to reset/change your LDAP passwords to see if that would clear this?
Yes but it still doest work:

Quote:
[zimbra@sunnygirl ~]$ zmldappasswd --root zimbra
Updating local config
Stopping ldap
slapd not running
Updating ldap configuration
Starting ldap
Updating zimbra.ldif
Running ldapmodify
Password change complete.

You may need to restart tomcat, if it is running.

[zimbra@sunnygirl ~]$ zmcontrol start
Host sunnygirl.innology.com.vn
Starting ldap...Done.
ERROR: service.FAILURE (system failure: getDirectContext) (cause: javax.naming.AuthenticationException [LDAP: error code 49 - Invalid Credentials])
BTW, what's the different between ldap_root_password and zimbra_ldap_password? The rootdn is already uid=zimbra,cn=admins,cn=zimbra rite?

-g
Reply With Quote
  #16 (permalink)  
Old 12-12-2005, 06:30 PM
Former Zimbran
 
Posts: 5,606
Default

Any word on what's included/fixed in this build?
Reply With Quote
  #17 (permalink)  
Old 12-12-2005, 06:35 PM
Zimbra Employee
 
Posts: 4,792
Default

Quote:
Originally Posted by wannabetenor
Any word on what's included/fixed in this build?
Nope. We don't plan on publishing that until we open up bugzilla(~couple weeks off). Since a list of bug numbers wouldn't help you much now. Eventually we'll publish a list of bug numbers for reference. We have the data it's just not very useful without bugzilla. Of course we could just provide summaries, but we decided to wait.
__________________
Bugzilla - Wiki - Downloads - Offline Client
Reply With Quote
  #18 (permalink)  
Old 01-02-2006, 07:07 PM
Intermediate Member
 
Posts: 24
Default What's a Zimlet?

Ok, so you've snuck out a build on 12/30/05, but not notes, and lots of changes.

Whats a zimlet?

The install process is much better, but takes longer to start, I think.

I know you guys are busy, but when you release a build, we need notes to see whats fixed, added, etc

Great work though, you guys kick A$$.

I'm an old MS Exchange Junkie and this product is the best I've seen in a long time. The install is almost perfect.

Can't wait for the debian package, but I'll try compiling before that.

Again, great job, keep up the good work!

John
Reply With Quote
  #19 (permalink)  
Old 01-03-2006, 12:29 AM
Zimbra Employee
 
Posts: 4,792
Default

Quote:
Originally Posted by retireoncsco
Ok, so you've snuck out a build on 12/30/05, but not notes, and lots of changes.

Whats a zimlet?
Stay tuned for more on this in an upcoming announcement.

Quote:
Originally Posted by retireoncsco
I know you guys are busy, but when you release a build, we need notes to see whats fixed, added, etc
Well if your looking for a particular bug you can check bugzilla ( http://bugzilla.zimbra.com ). In general we won't spend time to write up notes for each dev/weekly build. I always try to mention a quick summary of the big changes for the week (ie these), but at this time we don't plan to include change/bug numbers. We do include more detail in our milestone releases which have a release notes.
__________________
Bugzilla - Wiki - Downloads - Offline Client
Reply With Quote
  #20 (permalink)  
Old 01-03-2006, 08:28 AM
Intermediate Member
 
Posts: 24
Default

Quote:
Originally Posted by KevinH
Stay tuned for more on this in an upcoming announcement.
I can't wait.

Quote:
Well if your looking for a particular bug you can check bugzilla ( http://bugzilla.zimbra.com ). In general we won't spend time to write up notes for each dev/weekly build. I always try to mention a quick summary of the big changes for the week (ie these), but at this time we don't plan to include change/bug numbers. We do include more detail in our milestone releases which have a release notes.
I totally understand, thanks Kevin
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads

Why Join?

Registering let's you ask questions, makes it easier to search, displays any files attached to posts, and notifies you about replies.

blog.zimbra.com




 

SEO by vBSEO ©2011, Crawlability, Inc.