Re: Connecting to an LDAP server

2005-08-09 Thread Dan Mosedale
Adding n.p.m.directory and directing followups there, as that's a more appropriate group for this question. Aesir wrote: I am writing a BHO that requires me to authenticate via an LDAP server. I am writing in Javascript and haven't been able to find much in the way of documentation or

Re: Connecting to an LDAP server

2005-08-09 Thread Dan Mosedale
Dan Mosedale wrote: you can't call init until simpleBind has completed, which means that you need to call simpleBind from the onLDAPInit() callback That _should_ read: you can't call simpleBind until init has completed, which means that you need to call simpleBind from the onLDAPInit()