Graham Leggett
2009-Mar-03 00:20 UTC
[Fedora-directory-users] LDAP Unsolicited Notifications
Hi all, Does Fedora Directory Server support unsolicited notifications? According to http://java.sun.com/docs/books/tutorial/jndi/ldap/unsol.html, I need to "prod" the server in a directory dependent way. Does anyone have any information about what this means, practically? Regards, Graham --
Rich Megginson
2009-Mar-03 00:36 UTC
Re: [Fedora-directory-users] LDAP Unsolicited Notifications
Graham Leggett wrote:> Hi all, > > Does Fedora Directory Server support unsolicited notifications? > > According to > http://java.sun.com/docs/books/tutorial/jndi/ldap/unsol.html, I need > to "prod" the server in a directory dependent way. > > Does anyone have any information about what this means, practically?Why do you need unsolicited notifications?> > Regards, > Graham > -- > ------------------------------------------------------------------------ > > -- > Fedora-directory-users mailing list > Fedora-directory-users@redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-users >
Graham Leggett
2009-Mar-03 00:56 UTC
Re: [Fedora-directory-users] LDAP Unsolicited Notifications
Rich Megginson wrote:> Why do you need unsolicited notifications?Assuming I am understanding them correctly, to receive results of a long running search, including changes made at some point in the future, so I don''t need to poll for updates. Regards, Graham --
Rich Megginson
2009-Mar-03 01:24 UTC
Re: [Fedora-directory-users] LDAP Unsolicited Notifications
Graham Leggett wrote:> Rich Megginson wrote: > >> Why do you need unsolicited notifications? > > Assuming I am understanding them correctly, to receive results of a > long running search, including changes made at some point in the > future, so I don''t need to poll for updates.That sounds like the persistent search feature of Fedora DS.> > Regards, > Graham > -- > ------------------------------------------------------------------------ > > -- > Fedora-directory-users mailing list > Fedora-directory-users@redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-users >
Graham Leggett
2009-Mar-03 13:17 UTC
Re: [Fedora-directory-users] LDAP Unsolicited Notifications
Rich Megginson wrote:> That sounds like the persistent search feature of Fedora DS.I found this, which describes persistent search for C and perl: http://directory.fedoraproject.org/wiki/Howto:Persistent_search Are there any APIs that do persistent search for Java that are known to work with FDS? Regards, Graham --
Rich Megginson
2009-Mar-03 14:20 UTC
Re: [Fedora-directory-users] LDAP Unsolicited Notifications
Graham Leggett wrote:> Rich Megginson wrote: > >> That sounds like the persistent search feature of Fedora DS. > > I found this, which describes persistent search for C and perl: > > http://directory.fedoraproject.org/wiki/Howto:Persistent_search > > Are there any APIs that do persistent search for Java that are known > to work with FDS?I don''t know what Java support there is, but any persistent search API will work with FDS.> > Regards, > Graham > -- > ------------------------------------------------------------------------ > > -- > Fedora-directory-users mailing list > Fedora-directory-users@redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-users >
Chun Tat David Chu
2009-Mar-04 15:41 UTC
Re: [Fedora-directory-users] LDAP Unsolicited Notifications
Yes, JAVA JNDI supports persistent search. We use it with Fedora Directory with no problem. The tutorial can be found here http://java.sun.com/products/jndi/tutorial/beyond/event/index.html - David On Tue, Mar 3, 2009 at 8:17 AM, Graham Leggett <minfrin@sharp.fm> wrote:> Rich Megginson wrote: > > That sounds like the persistent search feature of Fedora DS. >> > > I found this, which describes persistent search for C and perl: > > http://directory.fedoraproject.org/wiki/Howto:Persistent_search > > Are there any APIs that do persistent search for Java that are known to > work with FDS? > > Regards, > Graham > -- > > -- > Fedora-directory-users mailing list > Fedora-directory-users@redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-users > >