RE: cflogin/cflogout

2003-11-13 Thread Rick Waugh
ECTED] Sent: Thursday, November 13, 2003 8:56 AM To: CF-Talk Subject: RE: cflogin/cflogout Great, then just ignore my last email. ;) One of the best things about MX 6.1 and cflogin is being able to tie it to a session and not worry about syncing up the authentication and random session vari

RE: cflogin/cflogout

2003-11-13 Thread Raymond Camden
Great, then just ignore my last email. ;) One of the best things about MX 6.1 and cflogin is being able to tie it to a session and not worry about syncing up the authentication and random session variables. [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: cflogin/cflogout

2003-11-13 Thread Raymond Camden
> I did check my query, and it's working, though I had to put So the query returned the right, new roles, and you are sure you are passing it to the cfloginuser tag? > in the loop to trim the results, as I 'm getting spaces > appended by ValueList. I took out the piece checking for the > defin

RE: cflogin/cflogout

2003-11-13 Thread Rick Waugh
ge- From: Rick Waugh Sent: Thursday, November 13, 2003 8:42 AM To: CF-Talk Subject: RE: cflogin/cflogout Yeah, and I'm looking at this, and I can't see making this work without it being there ... *sigh*. -Original Message- From: Tangorre, Michael [mailto:[EMAIL PRO

RE: cflogin/cflogout

2003-11-13 Thread Rick Waugh
Yeah, and I'm looking at this, and I can't see making this work without it being there ... *sigh*. -Original Message- From: Tangorre, Michael [mailto:[EMAIL PROTECTED] Sent: Thursday, November 13, 2003 8:35 AM To: CF-Talk Subject: RE: cflogin/cflogout cfloginuser works o

RE: cflogin/cflogout

2003-11-13 Thread Tangorre, Michael
cfloginuser works only inside cflogin tags -Original Message- From: Rick Waugh [mailto:[EMAIL PROTECTED] Sent: Thursday, November 13, 2003 11:37 AM To: CF-Talk Subject: RE: cflogin/cflogout I did check my query, and it's working, though I had to put in the loop to trim the re

RE: cflogin/cflogout

2003-11-13 Thread Rick Waugh
he cflogin structure exists. I don't know if cfloginuser will work on its own - I guess I could just elminate cflogin and see if that works. -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: Thursday, November 13, 2003 8:13 AM To: CF-Talk Subject: RE: cflogin/cflog

RE: cflogin/cflogout

2003-11-13 Thread Raymond Camden
>   > I thought the way the cflogin tagged worked was that it would > not execute if the cflogin structure was defined, as that was > done automatically on including the j_ tags in the input > screen. But I'll try that, and see if it works. Incorrect, the code inside cflogin will always fire if

RE: cflogin/cflogout

2003-11-13 Thread Rick Waugh
s that was done automatically on including the j_ tags in the input screen. But I'll try that, and see if it works. -Original Message- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: Thursday, November 13, 2003 8:13 AM To: CF-Talk Subject: RE: cflogin/cflogout In generla, the login code

RE: cflogin/cflogout

2003-11-13 Thread Raymond Camden
In generla, the login code looks correctly (btw, you really don't need all those locks) - one question for you - what happens if you do NOT check for isdefined('cflogin') and instead check form.whatever, whatever being the form fields you are using (I'm assuming j_username and j_password). You woul

RE: cflogin/cflogout

2003-11-13 Thread Rick Waugh
    scope="SUBTREE"     start="#qry_ldapuser.dn#"     username="#qry_ldapuser.dn#"     password="#cflogin.Password#"     secure="CFSSL_BASIC,C:\My Documents\ColdFusion\Cert\cert7.db"     attributes="dn">                    #ErrorMessageHandle

RE: cflogin/cflogout

2003-11-13 Thread Raymond Camden
> I've seen lots of discussion on the cflogin issues, but I > haven't seen a resolution. Sounds like the same problem I'm > having. It doesn't look like cflogout is clearing the old > session. Login works fine on initial call - I'm > authenticating against our LDAP server, then using cflogin >