Hello,
I’ve been tasked to prevent certain employees from accessing company email from home. My thought it to put a redirect page within DWA that would query the NAB to see if their employee number is formatted in a certain way. If these users have the special format, they will be redirected to another page and not be able to access their mail.
This is what I have so far:
-
A customized domdfg.nsf db for authentication
-
The formatting for the employee id field in the NAB
-
The dwa redirect database set up.
However, these are the problems I’m observing:
-
The redirect page has to be in the DWA else savvy users can bypass the redirect.
-
A stable way to perform a lookup into the NAB and get their employee id. (I was thinking of creating a document that runs an agent in the WebQueryOpen to perform the lookup and open the appropriate web page.)
Other criteria:
- Can’t set the httppassword field in their person doc to “” because they need to authenticate to Quickr.
Another option might be to create another directory and have the users choose what they want to access, but that seems pretty complicated to implement.
My little brain has run out of ideas. I am open to all suggestions.
Regards,
Ed