Mac.gp
2008-Jul-22 10:33 UTC
[Fedora-directory-users] How to find when a client use anonymous bind using a plugin
Hello everyone. I need to intercept when a client try to bind with an anonymous bind to my ds. I wrote a simple plugin and registered it as pre-bind plugin, but it is executed with every kind of bind methods unless than anonymous one. So I assume that pre-bind plugins aren''t executed with an anonymous bind. So, is there a way to find from a plugin when a client uses the anonymous bind? Thanks from now -- Email.it, the professional e-mail, gratis per te: http://www.email.it/f Sponsor: EmailBlog: news, curiosità, tendenze dalla rete ... e le tue opinioni! Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=8138&d=20080722 --b1_bc4d2f91ecd4fe4c1fccd82ae0baa592 Content-Type: text/html; charset = "iso-8859-1" Content-Transfer-Encoding: 8bit Hello everyone.<br /> I need to intercept when a client try to bind with an anonymous bind to my ds. <br /> I wrote a simple plugin and registered it as pre-bind plugin, but it is executed with every kind of bind methods unless than anonymous one. So I assume that pre-bind plugins aren''t executed with an anonymous bind.<br /> <br /> So, is there a way to find from a plugin when a client uses the anonymous bind?<br /> <br /> Thanks from now<br><p><font face=Verdana,Arial size=2>----<br> Email.it, the professional e-mail, gratis per te: <a href="http://www.email.it/cgi-bin/start?sid=3" target="_blank" >clicca qui</a> <br> <br> Sponsor:<br> EmailBlog: news, curiosità, tendenze dalla rete ... e le tue opinioni!<br> <a href="http://adv.email.it/cgi-bin/foclick.cgi?mid=8138&d=20080722" target="_blank" >Clicca qui</a> </font><br> --b1_bc4d2f91ecd4fe4c1fccd82ae0baa592--
Rich Megginson
2008-Jul-22 17:32 UTC
Re: [Fedora-directory-users] How to find when a client use anonymous bind using a plugin
Mac.gp wrote:> Hello everyone. > I need to intercept when a client try to bind with an anonymous bind > to my ds. > I wrote a simple plugin and registered it as pre-bind plugin, but it > is executed with every kind of bind methods unless than anonymous one. > So I assume that pre-bind plugins aren''t executed with an anonymous bind. > > So, is there a way to find from a plugin when a client uses the > anonymous bind?Not exactly. You have to intercept all operations and reject those which have a null or empty string for SLAPI_CONN_DN> > Thanks from now > > ---- > Email.it, the professional e-mail, gratis per te: clicca qui > <http://www.email.it/cgi-bin/start?sid=3> > > Sponsor: > EmailBlog: news, curiosità, tendenze dalla rete ... e le tue opinioni! > Clicca qui <http://adv.email.it/cgi-bin/foclick.cgi?mid=8138&d=20080722> > > ------------------------------------------------------------------------ > > -- > Fedora-directory-users mailing list > Fedora-directory-users@redhat.com > https://www.redhat.com/mailman/listinfo/fedora-directory-users >