From kou at cozmixng.org Sat Aug 1 06:52:35 2009 From: kou at cozmixng.org (Kouhei Sutou) Date: Sat, 01 Aug 2009 19:52:35 +0900 (JST) Subject: [activeldap-discuss] Will ActiveLDAP 1.1.0 work with ActiveRecord 2.3.3? In-Reply-To: <20090730123602.GA9208@mcpierce-laptop.rdu.redhat.com> References: <20090730123602.GA9208@mcpierce-laptop.rdu.redhat.com> Message-ID: <20090801.195235.650252010337668647.kou@cozmixng.org> Hi, In <20090730123602.GA9208 at mcpierce-laptop.rdu.redhat.com> "[activeldap-discuss] Will ActiveLDAP 1.1.0 work with ActiveRecord 2.3.3?" on Thu, 30 Jul 2009 08:36:02 -0400, "Darryl L. Pierce" wrote: > I'm the Fedora package maintainer for ActiveLDAP. IN F-11 we're having > a possible compatibility issue between ActiveLDAP 1.1.0 and ActiveRecord > 2.3.3 in that gem2rpm reports ActiveLDAP requires specifically > ActiveRecord 2.3.2 and not that version _or later_. Because ActiveLdap 1.1.0 had been released before ActiveRecord 2.3.3. We can't ensure that ActiveLdap 1.1.0 works well with unreleased ActiveRecord. :< > I've modified the spec file to require 2.3.2 or later and it seems to > work well. But can someone on the development team confirm that there's > nothing in 2.3.3 that will break ActiveLDAP 1.1.0? In trunk, ActiveLdap requires 2.3.3. We aren't detected broken features yet. :) Thanks, -- kou From dieter at dkluenter.de Wed Aug 19 05:54:46 2009 From: dieter at dkluenter.de (Dieter Kluenter) Date: Wed, 19 Aug 2009 11:54:46 +0200 Subject: [activeldap-discuss] Find max size In-Reply-To: <4A8BBE18.6080206@lilik.it> (tommyblue@lilik.it's message of "Wed, 19 Aug 2009 10:55:52 +0200") References: <4A8BBE18.6080206@lilik.it> Message-ID: <87zl9wdt7d.fsf@rubin.avci.de> TommyBlue writes: > Hi everybody, I'm facing a problem with the size of a search result > and i'd like to understand if it's an ActiveLDAP limitation or the > error is somewhere else. > > I have a tree with 1483 children, but: > > @accounts = Account.find :all > > @account.size => 500 > > I tried with different searches but i can't get more than 500 results > at once, any ideas? sizelimit of the directory server? environment sizelimit of libldap? -Dieter -- Dieter Kl?nter | Systemberatung http://dkluenter.de GPG Key ID:8EF7B6C6 53?37'09,95"N 10?08'02,42"E From tommyblue at lilik.it Wed Aug 19 06:09:21 2009 From: tommyblue at lilik.it (TommyBlue) Date: Wed, 19 Aug 2009 12:09:21 +0200 Subject: [activeldap-discuss] Find max size In-Reply-To: <87zl9wdt7d.fsf@rubin.avci.de> References: <4A8BBE18.6080206@lilik.it> <87zl9wdt7d.fsf@rubin.avci.de> Message-ID: <4A8BCF51.9000902@lilik.it> Dieter Kluenter ha scritto: > sizelimit of the directory server? > environment sizelimit of libldap? so not an ActiveLDAP limitation, thank goodness :) I'll check the server configuration, thanks. Tommaso -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 3609 bytes Desc: S/MIME Cryptographic Signature URL: From johan at deds.nl Wed Aug 19 05:53:36 2009 From: johan at deds.nl (Johan Kok) Date: Wed, 19 Aug 2009 11:53:36 +0200 Subject: [activeldap-discuss] Find max size In-Reply-To: <4A8BBE18.6080206@lilik.it> References: <4A8BBE18.6080206@lilik.it> Message-ID: Hi Tommaso, On 19 aug 2009, at 10:55, TommyBlue wrote: > I have a tree with 1483 children, but: > > @accounts = Account.find :all > > @account.size => 500 > > I tried with different searches but i can't get more than 500 > results at once, any ideas? This is probably a limitation of your ldap server. For example, OpenLDAP has a default size-limit for result sets of 500. The documentation of your ldap server should have more information. Kind regards, Johan Kok From MR-Mencel at wiu.edu Wed Aug 26 12:15:34 2009 From: MR-Mencel at wiu.edu (MR-Mencel at wiu.edu) Date: Wed, 26 Aug 2009 11:15:34 -0500 (CDT) Subject: [activeldap-discuss] Tutorial in English In-Reply-To: <89449763.358201251303091183.JavaMail.root@zcs10> Message-ID: <1734308950.360181251303333987.JavaMail.root@zcs10> Hi Mike, Not sure if it's exactly what you need, but I wrote up what I did to get started with LDAP Authentication in Rails and put it in my own blog. http://www.techminer.net/blog/?p=60 Matt ----- Original Message ----- From: "Mike Pence" To: ruby-activeldap-discuss at rubyforge.org Sent: Wednesday, August 26, 2009 10:15:50 AM GMT -06:00 US/Canada Central Subject: [activeldap-discuss] Tutorial in English Hey guys, The tutorials up on the Google code site, here http://code.google.com/p/ruby-activeldap/w/list , look like just what I need to get started. But I could use them in English. Does that exist? Best, Mike Pence _______________________________________________ ruby-activeldap-discuss mailing list ruby-activeldap-discuss at rubyforge.org http://rubyforge.org/mailman/listinfo/ruby-activeldap-discuss -------------- next part -------------- An HTML attachment was scrubbed... URL: From tashen.hatena at gmail.com Thu Aug 27 00:17:10 2009 From: tashen.hatena at gmail.com (shen ta) Date: Thu, 27 Aug 2009 13:17:10 +0900 Subject: [activeldap-discuss] Tutorial in English In-Reply-To: References: <89449763.358201251303091183.JavaMail.root@zcs10> <1734308950.360181251303333987.JavaMail.root@zcs10> Message-ID: <6d1eff10908262117if7bb524x332e50aa4f466beb@mail.gmail.com> Hi, It is Japanese version in Google Code is, translated from English version. You can find tutorial on rdoc(by gem server), or follow. http://ruby-activeldap.rubyforge.org/doc/ 2009/8/27 Mike Pence : > Thanks, Matt. I see some useful stuff in there. I actually ran the tutorial > through Google translate, so that got me pretty far along... > > On Wed, Aug 26, 2009 at 12:15 PM, wrote: >> >> Hi Mike, >> >> Not sure if it's exactly what you need, but I wrote up what I did to get >> started with LDAP Authentication in Rails and put it in my own blog. >> >> http://www.techminer.net/blog/?p=60 >> >> Matt >> >> >> ----- Original Message ----- >> From: "Mike Pence" >> To: ruby-activeldap-discuss at rubyforge.org >> Sent: Wednesday, August 26, 2009 10:15:50 AM GMT -06:00 US/Canada Central >> Subject: [activeldap-discuss] Tutorial in English >> >> Hey guys, >> >> The tutorials up on the Google code site, here >> http://code.google.com/p/ruby-activeldap/w/list, look like just what I need >> to get started. But I could use them in English. Does that exist? >> >> Best, >> Mike Pence >> >> _______________________________________________ ruby-activeldap-discuss >> mailing list ruby-activeldap-discuss at rubyforge.org >> http://rubyforge.org/mailman/listinfo/ruby-activeldap-discuss >> _______________________________________________ >> ruby-activeldap-discuss mailing list >> ruby-activeldap-discuss at rubyforge.org >> http://rubyforge.org/mailman/listinfo/ruby-activeldap-discuss >> > > > _______________________________________________ > ruby-activeldap-discuss mailing list > ruby-activeldap-discuss at rubyforge.org > http://rubyforge.org/mailman/listinfo/ruby-activeldap-discuss > >