Re: Question about cf and ldap

2003-08-27 Thread Eric Davis
Fullname usually refers to the complete ldap path to the specific object in question so it should look something like o=Anne Arundel Community College,ou=admins,cn=username. Sometimes the order is reversed meaning the cn comes first. Also, you may have to substitute '/' for ',' in the fullname

Question about cf and ldap

2003-08-26 Thread Dirk Meilinger
I read somewhere that it needs to be a full name, >not just the actual username, but I'm not sure what this means. You probably need to use a full-qualified Windows domain name. In your code snippet, it would be something like the following: ~~

Question about cf and ldap

2003-08-26 Thread Dirk Meilinger
I read somewhere that it needs to be a full name, >not just the actual username, but I'm not sure what this means. You probably need to use a full-qualified Windows domain name. In your code snippet, it would be something like the following: ~~

Question about cf and ldap

2003-08-26 Thread Dirk Meilinger
I read somewhere that it needs to be a full name, >not just the actual username, but I'm not sure what this means. You probably need to use a full-qualified Windows domain name. In your code snippet, it would be something like the following: ~~~

Question about cf and ldap

2003-08-26 Thread Dirk Meilinger
I read somewhere that it needs to be a full name, >not just the actual username, but I'm not sure what this means. You probably need to use a full-qualified Windows domain name. In your code snippet, it would be something like the following: ~~

Question about cf and ldap

2003-08-26 Thread Dirk Meilinger
I read somewhere that it needs to be a full name, >not just the actual username, but I'm not sure what this means. You probably need to use a full-qualified Windows domain name. In your code snippet, it would be something like the following: ~~~

Question about cf and ldap

2003-08-26 Thread Zimba, Janice C.
Hi, I'm trying to access a Microsoft Exchange Active Directory Services Interface with cold fusion. I'm new to the ldap world, and want to know a couple of things. One, is Microsoft's version completely compatible with ldap? I've used cold fusion's tag to access a public ldap server and tha

Question about cf and ldap

2003-08-26 Thread Dirk Meilinger
I read somewhere that it needs to be a full name, >not just the actual username, but I'm not sure what this means. You probably need to use a full-qualified Windows domain name. In your code snippet, it would be something like the following: ~~

Question about cf and ldap

2003-08-26 Thread Zimba, Janice C.
Hi, I'm trying to access a Microsoft Exchange Active Directory Services Interface with cold fusion. I'm new to the ldap world, and want to know a couple of things. One, is Microsoft's version completely compatible with ldap? I've used cold fusion's tag to access a public ldap server and tha

Question about cf and ldap

2003-08-26 Thread Dirk Meilinger
I read somewhere that it needs to be a full name, >not just the actual username, but I'm not sure what this means. You probably need to use a full-qualified Windows domain name. In your code snippet, it would be something like the following: ~~~

Question about cf and ldap

2003-08-26 Thread Dirk Meilinger
I read somewhere that it needs to be a full name, >not just the actual username, but I'm not sure what this means. You probably need to use a full-qualified Windows domain name. In your code snippet, it would be something like the following: ~~~

RE: Question about cf and ldap

2003-08-22 Thread webguy
: Question about cf and ldap I think cfldap is a one of the few examples where it is harder to use CFML than Java; use JNDI. -Matt On Friday, August 22, 2003, at 09:44 AM, webguy wrote: > You can alway use jndi easily enough too. > There is a bug with ssl/ ldap on linux cfmx, afaiRe

RE: Question about cf and ldap

2003-08-22 Thread Zimba, Janice C.
i found a tutorial on jndi, never mind. i'll look into that. i've yet to integrate java with cf..i hear its easy tho? -Original Message- From: Zimba, Janice C. Sent: Friday, August 22, 2003 9:43 AM To: CF-Talk Subject: RE: Question about cf and ldap what's jndi?

RE: Question about cf and ldap

2003-08-22 Thread Zimba, Janice C.
ECTED] Sent: Friday, August 22, 2003 9:49 AM To: CF-Talk Subject: RE: Question about cf and ldap idd, it's right, i looked it up, it's possible. are you sure you have no 'cn' or 'ou', so no subgroups eg: o=Carnegie Mellon University, ou=group1, ou=group2 -Original

RE: Question about cf and ldap

2003-08-22 Thread Vernaillen Tim
15:42 To: CF-Talk Subject: RE: Question about cf and ldap I'm not sure at all, but I think it must be ok because I tried accessing a public one I found at Carnegie Mellon with the following code and it worked fine: Think I've maybe got a couple of things going on with mine...first,

Re: Question about cf and ldap

2003-08-22 Thread Matt Liotta
t; > -Original Message- > From: webguy [mailto:[EMAIL PROTECTED] > Sent: 22 August 2003 14:35 > To: CF-Talk > Subject: RE: Question about cf and ldap > > > I remember seeing a good cf ldap example here.. > http://www.15seconds.com/issue/020710.htm > > WG > >

RE: Question about cf and ldap

2003-08-22 Thread Zimba, Janice C.
entication problems. Thanks, Janice -Original Message- From: Vernaillen Tim [mailto:[EMAIL PROTECTED] Sent: Friday, August 22, 2003 9:36 AM To: CF-Talk Subject: RE: Question about cf and ldap are you sure the start parameter is right (o=Anne Arundel Commu...)? I don't know for sure, but I

RE: Question about cf and ldap

2003-08-22 Thread Zimba, Janice C.
what's jndi? -Original Message- From: webguy [mailto:[EMAIL PROTECTED] Sent: Friday, August 22, 2003 9:44 AM To: CF-Talk Subject: RE: Question about cf and ldap You can alway use jndi easily enough too. There is a bug with ssl/ ldap on linux cfmx, afaiRemember.. WG -Ori

RE: Question about cf and ldap

2003-08-22 Thread webguy
You can alway use jndi easily enough too. There is a bug with ssl/ ldap on linux cfmx, afaiRemember.. WG -Original Message- From: webguy [mailto:[EMAIL PROTECTED] Sent: 22 August 2003 14:35 To: CF-Talk Subject: RE: Question about cf and ldap I remember seeing a good cf ldap example

RE: Question about cf and ldap

2003-08-22 Thread Vernaillen Tim
are you sure the start parameter is right (o=Anne Arundel Commu...)? I don't know for sure, but I think it's not allowed to use spaces. -Original Message- From: Janice Zimba [mailto:[EMAIL PROTECTED] Sent: vrijdag 22 augustus 2003 15:29 To: CF-Talk Subject: Question about c

RE: Question about cf and ldap

2003-08-22 Thread Zimba, Janice C.
Thanks, I'll take a look. :) -Original Message- From: webguy [mailto:[EMAIL PROTECTED] Sent: Friday, August 22, 2003 9:35 AM To: CF-Talk Subject: RE: Question about cf and ldap I remember seeing a good cf ldap example here.. http://www.15seconds.com/issue/020710.htm WG -Ori

RE: Question about cf and ldap

2003-08-22 Thread webguy
I remember seeing a good cf ldap example here.. http://www.15seconds.com/issue/020710.htm WG -Original Message- From: Janice Zimba [mailto:[EMAIL PROTECTED] Sent: 22 August 2003 14:29 To: CF-Talk Subject: Question about cf and ldap >I read somewhere that it needs to be a full n

Question about cf and ldap

2003-08-22 Thread Janice Zimba
>I read somewhere that it needs to be a full name, >>not just the actual username, but I'm not sure what this means. > >You probably need to use a full-qualified Windows domain name. In >your code snippet, it would be something like the following: > > name="ldap_test" > star

Question about cf and ldap

2003-08-21 Thread Dirk Meilinger
I read somewhere that it needs to be a full name, >not just the actual username, but I'm not sure what this means. You probably need to use a full-qualified Windows domain name. In your code snippet, it would be something like the following:

Question about cf and ldap

2003-08-21 Thread Zimba, Janice C.
Hi, I'm trying to access a Microsoft Exchange Active Directory Services Interface with cold fusion. I'm new to the ldap world, and want to know a couple of things. One, is Microsoft's version completely compatible with ldap? I've used cold fusion's tag to access a public ldap server and tha