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]
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