Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
STCWM #1
Updating Active Directory via LDAP
I am attempting to use CFLDAP to manage group membership inside of Active
Directory. I have had no trouble binding and querying against the directory,
but when I attempt to perform updates, I get the following error message:
[LDAP: error code 53 - 0000054F: SvcErr: DSID-031A0FBC, problem 5003
(WILL_NOT_PERFORM), data 0]
Other LDAP clients have no trouble and so I am certain the problem is in the
way I'm trying to do this in ColdFusion. However, I'm at a loss as to what the
problem could be. I've attached the relevant code.
Any guidance any of you can provide would be very much appreciated.
<cfldap username="#ldap_user#"
password="#ldap_password#"
action="modify"
server="#ldap_server"
modifyType="add"
delimiter=";"
dn="CN=AD-SOME-GROUP;OU=Groups;OU=SOME;dc=ads;dc=somedomain;dc=co m"
attributes="member=(CN=someuser;OU=Accounts;dc=ads ;dc=somedomain;dc=com)">
STCWM Guest
-
I have a problem with LDAP (Active Directory).
Hi, I would like that they were helping me in a problem: I need to authenticate my users inside the domain with the Active Directory without the... -
WPS integration with LDAP/Active Directory
Hi, I need to intigrate WPS with LDAP . i am new to LDAP. What are the things i need to do to integrate. i am using Active directory. is it... -
LDAP And Active Directory
Ok, Im not sure where else to turn to so here goes. Im Trying to creat a web app to allow me to unlock 'Locked' user accounts in Wondows 2003 from... -
ldap or active directory
In my current asp.net application i'm getting the user network short name and displaying that on the screen. What I want is the users Full name and... -
ASP, LDAP and Active Directory
I have an ASP page acessing an LDAP server (Exchange server on Windows 2000). I tried running the asp query on the machine that contains the LDAP... -
Chinadavid #2
Re: Updating Active Directory via LDAP
Not sure if it's just a typo that you wrote in here, but check and see if server='#ldap_server' should be server='#ldap_server#'
Chinadavid Guest
-
dmichailov #3
Re: Updating Active Directory via LDAP
STCWM,
Have you able to solve your problem? I am getting the same error message when
I try to use CFLDAP to modify a user's password (unicodePwd) in Active
Directory. Please share your results, if you have been able to solve your
problem.
Thanks!
dmichailov Guest



Reply With Quote

