Hi all.
I have come to this group after getting disappointed from so many
places. I hope u ppl will be able to solve my problem.
I m trying to use cfladp tag to authenticate user against our domain.
The problem I m having is that we have users divided in different
groups. I m having problem in applying the filter attribute of the
cfldap tag because having the username and password of the user I
can't make his commmon name.
I m using the following code.
<cfldap name   = "authentication"
server     = "myServer"   
action     = "query"
    attributes = "givenname,sn,mail,cn,memberOf"
scope      = "subtree"
start      = "dc=Wizzle,dc=360training,dc=com"
filter     = "(cn=?)" <!--- This is where the
problem is --->
                username   = "mydomain\#loginInfo.username#"
        password   = "#loginInfo.password#"
>
Any help is highly appreciated.
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to