Have you updated the LDAP configuration options?

Blair

On Fri, Jan 29, 2010 at 8:05 AM, West <[email protected]> wrote:

> Yes, that is what I'm trying to use.  I can see the LDAP page within
> the webtop.  When I now hit the webtop it allows me to "Select the
> user directory", but when I try to login it doesn't do anything.  I
> don't think I have thing wired up quite right just yet.  When I view
> the source on the login page it shows this in the form tatg
>
> method="post" action="/webtop/login.cfm?ud=LDAPUD">
>
> But when I enter credentials, nothing happens, no error either.
>
> On Jan 28, 12:41 pm, Jeff Coughlin <[email protected]> wrote:
> > Have you tried the FarCry LDAP plugin?  What version of FarCry are you
> > using?
> >
> > --
> > Jeff Coughlin
> >
> > On Jan 28, 2010, at 14:41, West wrote:
> >
> > > Hi,
> >
> > > I have a few questions on integrating the LDAP / AD Plugin.
> >
> > > 1. How do I configure my login page to no longer look in the Users
> > > table and instead query Active Directory when a user enters his/her
> > > username and password
> >
> > > 2.  It looks like there are two sections in the webtop for LDAP/AD
> > > Integration, one is "Users", the other is "Groups".  I'm confused on
> > > some of the fields here and what values I need to put.  I have some
> > > existing code that works outside the context of FarCry so I'm trying
> > > to take this code and fill in the values in the webtop.  Here is my
> > > existing code:
> >
> > > <cfldap
> > >      server="AD-Myserver.domain.com"
> > >      username="mydomain\#form.username#"
> > >            password="#form.password#"
> > >            action="query"
> > >            name="q"
> > >            START="dc=mydomain,dc=widgets,dc=com"
> > >            scope="SUBTREE"
> > >            attributes =   "givenname,displayName, sn, samaccountname"
> > >            sort="sn"
> > >            filter="(&(memberOf=CN=Staff,OU=Security
> > > Groups,DC=mydomain,DC=widgets,DC=com)(!(userAccountControl:
> > > 1.2.840.113556.1.4.803:=2)))"
> >
> > > How can I convert this and make it work within the context of FarCry.
> > > I see these fields in the webtop:
> >
> > > Users
> > > User start DN
> > > User DN
> > > profileProp=LDAPattr list
> >
> > > Groups
> > > Group start
> > > Group filter
> > > All groups filter
> > > Group ID attribute
> >
> > > --
> > > You received this message cos you are subscribed to "farcry-dev"
> > > Google group.
> > > To post, email: [email protected]
> > > To unsubscribe, email: 
> > > [email protected]<farcry-dev%[email protected]>
> > > For more options:http://groups.google.com/group/farcry-dev
> > > --------------------------------
> > > Follow us on Twitter:http://twitter.com/farcry
>
> --
> You received this message cos you are subscribed to "farcry-dev" Google
> group.
> To post, email: [email protected]
> To unsubscribe, email: 
> [email protected]<farcry-dev%[email protected]>
> For more options: http://groups.google.com/group/farcry-dev
> --------------------------------
> Follow us on Twitter: http://twitter.com/farcry
>

-- 
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: [email protected]
To unsubscribe, email: [email protected]
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry

Reply via email to