I need to create an authentication form for a website. So i'm wondering if using LDAP(Store user name and pwd) is a good idea. i've been told that storing users in a database table is a bad idea.
For example use Bind(ldapCnx, username, pwd) to check if the user exist to give access.
Thanks.