[Date Prev][Date Next] [Chronological] [Thread] [Top]

bind question



Hi,

I'm writing a simple LDAP program and I want to bind as nobody.  When I do
ldap_bind_s(ld,NULL,NULL), then the bind succeeds.  However, if I use
ldap_bind(ld,NULL,NULL) then the bind fails.  I thought anonymous binding
should be possible with either of these calls.  Am I wrong on this one?

Thanks,
Rich