Forum Discussion
drugovm_149811
Nimbostratus
Apr 09, 2014Is it possible to query ad Server to check for user presence?
The way I see how it suppose to be working
Logon Page - AD Query to check for user presence - if user present try to authenticate. If the user is not present append domain name and use AD Server...
dickeypjeep_116
Cirrus
Apr 09, 2014An AD query won't fail unless the user isn't present in the database- it doesn't utilize the user's full credentials, just their username. (it utilizes the credentials of the AAA admin server configuration). I think you're on the right track.
The exceptional case will be if the user types in their username wrong, but that is hard to completely avoid.