LDAP and Novell
if has made ldap query novell system cf system running on windows, please post example.
thanks
thanks
i'm better @ ldap active directory, have connected novell directory services (nds) using cf8 on win 2003 server. have queried nds, never inserted or updated.
what needing know?
you must know base of directory tree. base "o=" value in start attribute. directory admin should know this. also, make sure use account has access query directory server.
here example:
<cfldap
action="query"
name="ldapresults"
start="o=[organization]"
scope="subtree"
attributes="dn,givenname,sn,mail,fullname,description"
filter="(&(objectclass=user)(mail=*))"
separator="|"
server="[ipaddress]"
port="389"
username="cn=[username],o=[organization]"
password="[password]">
what needing know?
you must know base of directory tree. base "o=" value in start attribute. directory admin should know this. also, make sure use account has access query directory server.
here example:
<cfldap
action="query"
name="ldapresults"
start="o=[organization]"
scope="subtree"
attributes="dn,givenname,sn,mail,fullname,description"
filter="(&(objectclass=user)(mail=*))"
separator="|"
server="[ipaddress]"
port="389"
username="cn=[username],o=[organization]"
password="[password]">
More discussions in ColdFusion
adobe
Comments
Post a Comment