Hi All,
Is there a way that I can get a report of ACL for all the databases in my domino server.
I want the Database Name, User Name & the Access Level each person has.
Thanks & Regards,
Buwaneka
Hi All,
Is there a way that I can get a report of ACL for all the databases in my domino server.
I want the Database Name, User Name & the Access Level each person has.
Thanks & Regards,
Buwaneka
Subject: ACL list for databases
Yes there is.
Have a look at the NotesACL and NotesACLEntry classes from the Designer’s help.
For scanning all the databases on your server(s) have a look at the NotesDbDirectory class.
Subject: ACL list for databases
I will try to using catalog.nsf database.
Moacyr Rodrigues
Subject: ACL list for databases
Hi,
Alternative you can use the catalog on the server. It contains a document for each database on the server and its ACL settings.
Furtermore you can find an agent in the sandbox (maybe aclaudit) which will generate a HTML page for you containing ACLS and rules.
Kjeld