Re: LDAP string (server name)

2006-12-03 Thread Andrej Ricnik-Bay
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

Re: LDAP string (server name)

2006-12-03 Thread chrisgirl77
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

Re: LDAP string (server name)

2006-12-03 Thread chrisgirl77
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

Re: LDAP string (server name)

2006-12-01 Thread Greg Nims
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

Re: LDAP string (server name)

2006-12-01 Thread Andrej Ricnik-Bay
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