Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在编写一个故障票务系统。我希望能够制作一个按钮,当我单击它时,它会自动解锁 Active Directory 中用户的 Windows 帐户。
这是可以使用 CFLDAP 查询轻松完成的事情吗?
我正在运行 Coldfusion 8。
你需要设置userAccountControl=0
userAccountControl=0
<cfldap action="modify" attributes="userAccountControl=0" server="yourserver" dn="your DN information">