If I can have a perl command to check this, that would be great too..
Thanks again!!
Check what? So far there was no actual description of a problem,
or an outcome achievable? :)
Just a VB code snippet that -in isolation- doesn't make much sense
(to me, anyway).
Cheers,
Andrej
U am using VB.NET
Thanks!!
Andrej Ricnik-Bay wrote:
> On 1 Dec 2006 15:12:49 -0800, [EMAIL PROTECTED]
> <[EMAIL PROTECTED]> wrote:
> > Hello!!
> >
> > I have been tring this for a while. If anybody can help me with this, I
> > would really appreciate it.
> >
> > I have installed an LDAP server on
If I can have a perl command to check this, that would be great too..
Thanks again!!
Andrej Ricnik-Bay wrote:
> On 1 Dec 2006 15:12:49 -0800, [EMAIL PROTECTED]
> <[EMAIL PROTECTED]> wrote:
> > Hello!!
> >
> > I have been tring this for a while. If anybody can help me with this, I
> > would really
New DirectoryEntry("LDAP://" & ldapServerName & "/dc=anydomain,
dc=com", "username, "password", AuthenticationTypes.None)
Looks like basic to me; are you using VB.Net or perl?
That is VB.Net. A better place for future .NET/LDAP questions is:
http://tech.groups.yahoo.com/group/ADSIANDDire
On 1 Dec 2006 15:12:49 -0800, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
Hello!!
I have been tring this for a while. If anybody can help me with this, I
would really appreciate it.
I have installed an LDAP server on my local machine. I am creating a
new instance of DirectoryEntry using:
New