Thanks :)

I got around this using the cfldap tag.

<cfldap
                                action          = "query"
                                name            = "qUser"
                                start           = "<ldap root>"
                                server          ="<ldap server ip>"
                                port            ="<ldap server port>"
                                username        ="<DOMAIN>\<username>"
                                password        ="<userpassword>"
                                attributes      = "cn"
        filter = "(&(objectclass=user)(sAMAccountName=<username>))"
                                >

Barry.

On Jul 15, 5:03 pm, MrBuzzy <mrbu...@gmail.com> wrote:
> From CFQuickDocs (CF9);
>
> "This function does not work with the Microsoft Active Directory
> directory service, and does nothing on UNIX and Linux systems."
>
> Sorry :)
>
> On Jul 14, 11:17 am, BarryC <barrychester...@gmail.com> wrote:
>
> > Hi all,
>
> > We have an issue where our cfNTauthenticate tag is not working, it
> > simply returns an empty string when trying to use it, it worked on our
> > old windows server but not on our Linux server (running Apache).
> > the cfNTauthenticate docs show that the 'Coldfusion J2EE server' needs
> > to be running under the domain that you are trying to use
> > cfNTauthenticate to authenticate against.
>
> > How do I find out what domain the server is running as (or JRun /
> > Apache whaterver)? How does one set the domain as far as JRun or
> > Apache configuration is concerned? I can't find much JRun  /Coldfusion
> > domain related documentation.
>
> > Thanks
> > Barry Chesterman

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaus...@googlegroups.com.
To unsubscribe from this group, send email to 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.

Reply via email to