Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ssl/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Authentication 使用LDAP进行身份验证_Authentication_Ldap - Fatal编程技术网

Authentication 使用LDAP进行身份验证

Authentication 使用LDAP进行身份验证,authentication,ldap,Authentication,Ldap,我需要为网站创建一个身份验证表单。所以我想知道使用LDAP(存储用户名和pwd)是否是一个好主意。有人告诉我,将用户存储在数据库表中是个坏主意 例如,使用Bind(ldapCnx,username,pwd)检查用户是否存在以授予访问权限 谢谢。LDAP是一个很好的用户凭证存储库,但是LDAP应该通过使用和从网站的身份验证和授权中抽象出来

我需要为网站创建一个身份验证表单。所以我想知道使用LDAP(存储用户名和pwd)是否是一个好主意。有人告诉我,将用户存储在数据库表中是个坏主意

例如,使用Bind(ldapCnx,username,pwd)检查用户是否存在以授予访问权限


谢谢。

LDAP是一个很好的用户凭证存储库,但是LDAP应该通过使用和从网站的身份验证和授权中抽象出来