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.  I have some experience with Novell's LDAP server, so I can't offer much 
insight into MS Exchange.  Hope this helps.

>>> [EMAIL PROTECTED] 8/26/03 12:56:03 PM >>>
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:






~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com


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:





~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Get the mailserver that powers this list at 
http://www.coolfusion.com


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:





~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Get the mailserver that powers this list at 
http://www.coolfusion.com


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:




~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Get the mailserver that powers this list at 
http://www.coolfusion.com


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:





~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm


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:




~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm


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 that works fine, but I keep getting errors when 
I try to access our own in house server.  I think I might be having authentication 
issues.  The exchange administrator set up an account for me, but I'm unclear on 
exactly what should go in the "username" field.  I read somewhere that it needs to be 
a full name, not just the actual username, but I'm not sure what this means.  

Here's my code:  


Any thoughts greatly appreciated...

TIA,
Janice



~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Get the mailserver that powers this list at 
http://www.coolfusion.com


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:





~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm


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 that works fine, but I keep getting errors when 
I try to access our own in house server.  I think I might be having authentication 
issues.  The exchange administrator set up an account for me, but I'm unclear on 
exactly what should go in the "username" field.  I read somewhere that it needs to be 
a full name, not just the actual username, but I'm not sure what this means.  

Here's my code:  


Any thoughts greatly appreciated...

TIA,
Janice



~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com


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:




~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm


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:




~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm


RE: Question about cf and ldap

2003-08-22 Thread webguy
Java Naming and Directory Interface (JNDI)
http://java.sun.com/products/jndi/

Dead simple to use.

Learn all about it here: http://java.sun.com/products/jndi/tutorial/


~ WG

-Original Message-
From: Matt Liotta [mailto:[EMAIL PROTECTED]
Sent: 22 August 2003 14:44
To: CF-Talk
Subject: Re: 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, 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 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 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"
>>  start="o=Anne Arundel Community College"
>>  attributes="*"
>>  server="server_name_here"
>>  port="389"
>>  username="mydomain\username"
>>  password="password">
>
>
> Thanks, I tried that with username="aacc\username" as well as
> username="fullhostname\username" and both give me a cold fusion error:
> "Inappropriate authentication"
>
> Do you have any examples or know where I could find one (I've done some
> searching) of cold fusion ldap accessing a microsoft active directory
> server?  Maybe I've missed something entirely.  :-(  It's made harder
> by the
> fact that I don't have any control over the directory settings(though
> in the
> long run, I'm probably better off--hehe), and my admin isn't inclined
> to
> being vast amounts of help.
>
> Thanks,
> Janice
>
>
>
>

~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm


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? 

-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


-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

-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 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"
>   start="o=Anne Arundel Community College"
>   attributes="*"
>   server="server_name_here"
>   port="389"
>   username="mydomain\username"
>   password="password">


Thanks, I tried that with username="aacc\username" as well as
username="fullhostname\username" and both give me a cold fusion error:
"Inappropriate authentication"

Do you have any examples or know where I could find one (I've done some
searching) of cold fusion ldap accessing a microsoft active directory
server?  Maybe I've missed something entirely.  :-(  It's made harder by the
fact that I don't have any control over the directory settings(though in the
long run, I'm probably better off--hehe), and my admin isn't inclined to
being vast amounts of help.

Thanks,
Janice





~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Get the mailserver that powers this list at 
http://www.coolfusion.com


RE: Question about cf and ldap

2003-08-22 Thread Zimba, Janice C.
*grin* im not sure about anything, really.  how do i find out about whether i have 
subgroups?  guess i need to ask the administrator (he doesn't seem to know much 
either, really).  is there any other way to find out?  

-Original Message-
From: Vernaillen Tim [mailto:[EMAIL PROTECTED]
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 Message-
From: Zimba, Janice C. [mailto:[EMAIL PROTECTED]
Sent: vrijdag 22 augustus 2003 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, its microsoft 
(doh) and second, I might have authentication 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 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 cf and ldap


>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"
>   start="o=Anne Arundel Community College" 
>   attributes="*" 
>   server="server_name_here" 
>   port="389" 
>   username="mydomain\username"
>   password="password">


Thanks, I tried that with username="aacc\username" as well as 
username="fullhostname\username" and both give me a cold fusion error: "Inappropriate 
authentication"

Do you have any examples or know where I could find one (I've done some searching) of 
cold fusion ldap accessing a microsoft active directory server?  Maybe I've missed 
something entirely.  :-(  It's made harder by the fact that I don't have any control 
over the directory settings(though in the long run, I'm probably better off--hehe), 
and my admin isn't inclined to being vast amounts of help.  

Thanks,
Janice





~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com


RE: Question about cf and ldap

2003-08-22 Thread Vernaillen Tim
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 Message-
From: Zimba, Janice C. [mailto:[EMAIL PROTECTED]
Sent: vrijdag 22 augustus 2003 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, its microsoft 
(doh) and second, I might have authentication 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 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 cf and ldap


>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"
>   start="o=Anne Arundel Community College" 
>   attributes="*" 
>   server="server_name_here" 
>   port="389" 
>   username="mydomain\username"
>   password="password">


Thanks, I tried that with username="aacc\username" as well as 
username="fullhostname\username" and both give me a cold fusion error: "Inappropriate 
authentication"

Do you have any examples or know where I could find one (I've done some searching) of 
cold fusion ldap accessing a microsoft active directory server?  Maybe I've missed 
something entirely.  :-(  It's made harder by the fact that I don't have any control 
over the directory settings(though in the long run, I'm probably better off--hehe), 
and my admin isn't inclined to being vast amounts of help.  

Thanks,
Janice




~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm


Re: Question about cf and ldap

2003-08-22 Thread Matt Liotta
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, 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 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 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"
>>  start="o=Anne Arundel Community College"
>>  attributes="*"
>>  server="server_name_here"
>>  port="389"
>>  username="mydomain\username"
>>  password="password">
>
>
> Thanks, I tried that with username="aacc\username" as well as
> username="fullhostname\username" and both give me a cold fusion error:
> "Inappropriate authentication"
>
> Do you have any examples or know where I could find one (I've done some
> searching) of cold fusion ldap accessing a microsoft active directory
> server?  Maybe I've missed something entirely.  :-(  It's made harder 
> by the
> fact that I don't have any control over the directory settings(though 
> in the
> long run, I'm probably better off--hehe), and my admin isn't inclined 
> to
> being vast amounts of help.
>
> Thanks,
> Janice
>
>
>
> 
~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm


RE: Question about cf and ldap

2003-08-22 Thread Zimba, Janice C.
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, its microsoft 
(doh) and second, I might have authentication 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 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 cf and ldap


>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"
>   start="o=Anne Arundel Community College" 
>   attributes="*" 
>   server="server_name_here" 
>   port="389" 
>   username="mydomain\username"
>   password="password">


Thanks, I tried that with username="aacc\username" as well as 
username="fullhostname\username" and both give me a cold fusion error: "Inappropriate 
authentication"

Do you have any examples or know where I could find one (I've done some searching) of 
cold fusion ldap accessing a microsoft active directory server?  Maybe I've missed 
something entirely.  :-(  It's made harder by the fact that I don't have any control 
over the directory settings(though in the long run, I'm probably better off--hehe), 
and my admin isn't inclined to being vast amounts of help.  

Thanks,
Janice



~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com


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


-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

-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 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"
>   start="o=Anne Arundel Community College"
>   attributes="*"
>   server="server_name_here"
>   port="389"
>   username="mydomain\username"
>   password="password">


Thanks, I tried that with username="aacc\username" as well as
username="fullhostname\username" and both give me a cold fusion error:
"Inappropriate authentication"

Do you have any examples or know where I could find one (I've done some
searching) of cold fusion ldap accessing a microsoft active directory
server?  Maybe I've missed something entirely.  :-(  It's made harder by the
fact that I don't have any control over the directory settings(though in the
long run, I'm probably better off--hehe), and my admin isn't inclined to
being vast amounts of help.

Thanks,
Janice




~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com


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 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 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"
>   start="o=Anne Arundel Community College"
>   attributes="*"
>   server="server_name_here"
>   port="389"
>   username="mydomain\username"
>   password="password">


Thanks, I tried that with username="aacc\username" as well as
username="fullhostname\username" and both give me a cold fusion error:
"Inappropriate authentication"

Do you have any examples or know where I could find one (I've done some
searching) of cold fusion ldap accessing a microsoft active directory
server?  Maybe I've missed something entirely.  :-(  It's made harder by the
fact that I don't have any control over the directory settings(though in the
long run, I'm probably better off--hehe), and my admin isn't inclined to
being vast amounts of help.

Thanks,
Janice



~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm


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 cf and ldap


>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"
>   start="o=Anne Arundel Community College" 
>   attributes="*" 
>   server="server_name_here" 
>   port="389" 
>   username="mydomain\username"
>   password="password">


Thanks, I tried that with username="aacc\username" as well as 
username="fullhostname\username" and both give me a cold fusion error: "Inappropriate 
authentication"

Do you have any examples or know where I could find one (I've done some searching) of 
cold fusion ldap accessing a microsoft active directory server?  Maybe I've missed 
something entirely.  :-(  It's made harder by the fact that I don't have any control 
over the directory settings(though in the long run, I'm probably better off--hehe), 
and my admin isn't inclined to being vast amounts of help.  

Thanks,
Janice


~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm


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

-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 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"
>   start="o=Anne Arundel Community College"
>   attributes="*"
>   server="server_name_here"
>   port="389"
>   username="mydomain\username"
>   password="password">


Thanks, I tried that with username="aacc\username" as well as
username="fullhostname\username" and both give me a cold fusion error:
"Inappropriate authentication"

Do you have any examples or know where I could find one (I've done some
searching) of cold fusion ldap accessing a microsoft active directory
server?  Maybe I've missed something entirely.  :-(  It's made harder by the
fact that I don't have any control over the directory settings(though in the
long run, I'm probably better off--hehe), and my admin isn't inclined to
being vast amounts of help.

Thanks,
Janice



~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm


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 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"
>   start="o=Anne Arundel Community College"
>   attributes="*"
>   server="server_name_here"
>   port="389"
>   username="mydomain\username"
>   password="password">


Thanks, I tried that with username="aacc\username" as well as
username="fullhostname\username" and both give me a cold fusion error:
"Inappropriate authentication"

Do you have any examples or know where I could find one (I've done some
searching) of cold fusion ldap accessing a microsoft active directory
server?  Maybe I've missed something entirely.  :-(  It's made harder by the
fact that I don't have any control over the directory settings(though in the
long run, I'm probably better off--hehe), and my admin isn't inclined to
being vast amounts of help.

Thanks,
Janice


~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm


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"
>   start="o=Anne Arundel Community College" 
>   attributes="*" 
>   server="server_name_here" 
>   port="389" 
>   username="mydomain\username"
>   password="password">


Thanks, I tried that with username="aacc\username" as well as 
username="fullhostname\username" and both give me a cold fusion error: "Inappropriate 
authentication"

Do you have any examples or know where I could find one (I've done some searching) of 
cold fusion ldap accessing a microsoft active directory server?  Maybe I've missed 
something entirely.  :-(  It's made harder by the fact that I don't have any control 
over the directory settings(though in the long run, I'm probably better off--hehe), 
and my admin isn't inclined to being vast amounts of help.  

Thanks,
Janice

~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com


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:



~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Get the mailserver that powers this list at 
http://www.coolfusion.com


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 that works fine, but I keep getting errors when 
I try to access our own in house server.  I think I might be having authentication 
issues.  The exchange administrator set up an account for me, but I'm unclear on 
exactly what should go in the "username" field.  I read somewhere that it needs to be 
a full name, not just the actual username, but I'm not sure what this means.  

Here's my code:  


Any thoughts greatly appreciated...

TIA,
Janice


~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com