Permissions - Updating a single attribute

  • Thread starter Thread starter dnagel
  • Start date Start date
D

dnagel

If I go into the advanced permissions area of adsi edit, I can assign a
single user the right to read/write a specific attribute (in this case
employeeNumber) What other attributes would the user need access to in
order to successfully issue an update to that attribute.

I ask because I recieve an error about INSUFFICIENT_PERMISSIONS when the
update is issued (FYI, Using CFLDAP tags inside a Cold Fusion page). Are
there some base set of Attributes (update time stamp or something) that
the user would need write access to as well? I'm not actually in control
of the AD server that these permissions are being set on so I can't really
say if they've granted read access explicitly; the page I'm using has
the ability to query the information out of AD, but it just can't write it
back.

tia,

D.
 
Test it from outside of the web page. That is all you should need to update that
attribute IF tool X is only updating that one attribute.

joe
 
Back
Top