Deanna,

Yes!   but the CF 4.5 documentation warns that when you "modify" you
must specify all values for all existing attributes along with the new
ones because any existing attributes you don't specify will be
overwritten with empty values.

We use an LDAP bridge into Novell NDS and there are way too many
attributes to reiterate when we just want to set the password.  I
thought there might be a more straightforward way to do this.

Am I wrong on this detail?

Thanks again,
Darren




>>> [EMAIL PROTECTED] 10/03/02 04:13PM >>>
You mean like so:
<!--- Change password --->
 <cfldap server="#request.ldapserver#" port="389" action="modify"
  username="uid=#request.ldapusername#, ou=CES, ou=uwex, o=Extension"
 password="#request.ldappassword#"
attributes="userpassword=#form.password#"
dn="uid=#newid#, ou=CES, ou=uwex, o=Extension">


Deanna Schneider
Interactive Media Developer
[EMAIL PROTECTED] 




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Reply via email to