Hi,
I have just posted a separate question about SSL certificates for Web Access, but now my question is about managing access for users. In DB programming, under Users, [username], I can create a username and password.
I would like this to be secure, so don't want to leave the password blank, generic, or easily guessable. However, I also know if I let users create their own passwords, they won't remember them and I'll spend forever resetting passwords.
AD authentication seems the most sensible solution. Is this an option?
Again, thanks in advance for any advice.