I have a Notes based browser app that I want all users in the NAB (i.e. they have a person doc) to be able to access as an Editor.
I have to have a login screen otherwise, users not in the NAB can access the app which I don’t want, also when documents are created I won’t be able to capture the username.
I wrote a nightly scheduled agent which clears out all the members of the “AllNABUsers” group and then does a dbcolumn (on a view which displays all usernames) to re-populate the current list of users but the result is:
“ERROR: The specified database lookup generated more than 65,534 results, which is too large for Notes to handle.”
If I set the Anonynous or Default in the ACL to Editor, the users aren’t presented with a login page,
How can I force a browser login to the app but accept any username as long as they’re in the NAB?
I know beggars can’t be choosers but I’d prefer the fastest, easiest solution since I’m not a hard-core coder that likes to challenge his coding skills :-o
I appreciate any suggestions,
-MC