Hi,
I’ve been developing an Active Server Page to update User information in Active Directory. The purpose of these pages will be that users will be able to populate and update their details in their Exchange Properties with the relevant information, phone number, fax number, address etc. via their web browser.
I received an access denied error, which turns out to be that users don’t have write access to change their own details. On the test user security i changed SELF to have write access and that allowed the user to update their details.
Unfortuantely i don’t have any real knowledge of Active Directory so i don’t know what the security implications of this are. Would this be the correct solution? the other problem is there are thousands of users so changing every one of their security settings would be tedious. Is there a quick secure way of giving them these rights? for instance creating a group, delegating permissions and then making the users a member of this group? or perhaps writing some sort of script? If so what permissions should be delegated to allow them access but still maintaining the security? The web page will force them to log on and then uses LDAP, so the page wont allow them to change other users details unless they know someone else’s login. The pages are sitting on the exchange server.
Thanks for any advice in advance.