Browsing user accounts

N

Nelson Williams

I have created a script using the FrontPage object model
to browse and find all FrontPage webs. This needs just
one more thing that I cannot seem to be able to do through
FrontPage VBA; browse the users for each web and subweb.

I have been able to load a lot of information into a
database. This will be used as a tool for administration
of all of our FrontPage webs.

What I would like is some automated way to perform
the "Tools...Security...Permissions" functionality of the
user interface.

I have looked at using fpsrvadm, but I just want to browse
and not to use the check function of the admin tool.

I have also thought of using cacls, but I would need to
write some script on the actual server and that is not
preferable. That is my fallback.

Any ideas would be helpful.

Nelson Williams
 
S

Stefan B Rusynko

TBMK VBA can't access the FP SE required for setting permissions




| I have created a script using the FrontPage object model
| to browse and find all FrontPage webs. This needs just
| one more thing that I cannot seem to be able to do through
| FrontPage VBA; browse the users for each web and subweb.
|
| I have been able to load a lot of information into a
| database. This will be used as a tool for administration
| of all of our FrontPage webs.
|
| What I would like is some automated way to perform
| the "Tools...Security...Permissions" functionality of the
| user interface.
|
| I have looked at using fpsrvadm, but I just want to browse
| and not to use the check function of the admin tool.
|
| I have also thought of using cacls, but I would need to
| write some script on the actual server and that is not
| preferable. That is my fallback.
|
| Any ideas would be helpful.
|
| Nelson Williams
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top