如何使用asp.net在活动目录中获得用户的“最小密码年龄”?
使用目录服务或AspNetActiveDirectoryMembershipProvider
例如,:
from below line, I can get lastname of user.
string lastName = objDirectoryEntry.Properties["sn"].Value;
下面是用户属性列表,我在所需属性“最低密码年龄”中找不到
备注:我正在使用Asp.net
Summary----------------------- 编辑
当我试图使用目录服务或AspNetActiv
在服务器上运行Rocky Linux 9,我试图通过密码连接,而不是通过密钥连接.它在端口22上与Putty连接时工作,但当我尝试连接旧Dreamweaver版本时,选择SFTP和端口22,它不连接,在服务器的/var/log/secure上我看到:
sshd[23594]: pam_unix(sshd:session): session opened for user root(uid=0) by (uid=0)
sshd[23612]: Unable to negotiate with [my IP] port 64671: no matching host key type found.