Authentication
0 min
enforces authentication through internal or external means when you log in these are specified by checking one or both of the following when creating an employee account enable internal auth employs a user name and password stored in the database for authentication purposes you need to supply the password used for this employee account enable external auth permits the use of microsoft active directory (secured using https) authentication you need to supply ldap server login credentials it can differ from the id used for internal authentication, and can contain a domain prefix if you enforce additional policies, such as password expiration and password complexity, to strengthen security, you should enable internal authentication if you enable both authentication protocols, attempts internal authentication first if the internal authentication fails, the application tries external authentication for example, if your internal authentication id of bernard jeffries fails, then tries the external id domain name /bjeffries
