irectoryServicesCOMException错误代码

irectoryServicesCOMException错误代码

本文介绍了DirectoryServicesCOMException错误代码的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用 DirectoryEntry (serverIP,用户名,密码)来验证客户端凭据

I'm using DirectoryEntry(serverIP, username, password)) to validate client credentials

我知道我将抓到的信息 DirectoryServicesCOMException 
,包含以下代码:

I' have the information that I will caught DirectoryServicesCOMException with the following codes:

AD_INVALID_CREDENTIALS =" 52e";

PASSWORD_EXPIRED =" 532" ;;

我想找一份文件解释更多错误/代码,例如:  account_locked ,帐户无效,....

I would like to find a document explaining some more errors/codes like ex: account_locked, account inactive, ....

任何人都知道吗?

非常感谢,

PG

推荐答案


这篇关于DirectoryServicesCOMException错误代码的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-22 17:45