I'm currently using Win32::OLE to do some account manipulation , I can query the Local Account info and display the accounts with the WinNT:// method (LDAP is no good as this is not a domain server).
However, When trying to add accounts, or place users into groups I am getting the following error...
So what rights does perl run under and how do I set permissions for perl to execute this type of command.
Also how do i set permissions that are safe and do not leave the server vunerable, (I have now removed IUSR from administrators!)
many thanks
1DMF.
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you.
However, When trying to add accounts, or place users into groups I am getting the following error...
I've tried adding IUSR to the administrators group and this hasn't fixed the problem.OLE exception from "Active Directory": General access denied error
Win32::OLE(0.1707) error 0x80070005: "Access is denied"
in METHOD/PROPERTYGET "Add"
So what rights does perl run under and how do I set permissions for perl to execute this type of command.
Also how do i set permissions that are safe and do not leave the server vunerable, (I have now removed IUSR from administrators!)
many thanks
1DMF.
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you.