Country/region
select
Terms of use
Home
Products
Services & solutions
Support & downloads
My account
developerWorks
AIX and UNIX
Information Mgmt
Lotus
New to Lotus
Products
How to buy
Downloads
Live demos
Technical library
Training
Support
Forums & community
Events
Rational
Tivoli
WebSphere
Java technology
Linux
Open source
SOA and Web services
Web development
XML
My developerWorks
About dW
Submit content
Feedback
developerWorks
>
Lotus
>
Forums & community
>
Lotus Sandbox
Lotus Sandbox
User Review of ACL backup and restore functions in LotusScript
Submitted by Paul Day on 05/07/2002.
Backup worked fine. There is a bug in the restore. It does not update the type if the acl exists. The code below is required to fix this.
In the ACLRestore agent
Set aclEntry = acl.GetEntry(EntryName)
if aclEntry Is Nothing Then
Set aclEntry = acl.CreateACLEntry(EntryName, setLevel(UserLevel))
a = a + 1
Else
AclEntry.level = setLevel(UserLevel) ' Add this line
e = e + 1
End If
Paul Day
Go back
Document options
Print view
Sandbox views
By Application Name
By Category
By Product
By Audience
By Date
By Submitter
Conferences
Resources
developerWorks: Lotus Downloads
alphaWorks Downloads
About IBM
Privacy
Contact