简体   繁体   English

从Java更新Active Directory中的密码

[英]Updating passwords in Active directory from Java

是否可以在未从Java应用程序启用SSL的Active Directory中更新密码?

It's not possible until you will have at least 128-bit connection. 直到您至少具有128位连接,这是不可能的。 That is with TLS or SSL connection. 即使用TLS或SSL连接。 You can use LDAPS to have secure connection, for example from here: http://docs.oracle.com/javase/jndi/tutorial/ldap/security/ssl.html 您可以使用LDAPS建立安全连接,例如,从此处进行: http : //docs.oracle.com/javase/jndi/tutorial/ldap/security/ssl.html

Or you can just setup SSL checking this tutorial: http://blogs.msdn.com/b/alextch/archive/2012/05/15/how-to-set-active-directory-password-from-java-application.aspx 或者,您也可以设置SSL来检查本教程: http : //blogs.msdn.com/b/alextch/archive/2012/05/15/how-to-set-active-directory-password-from-java-application。 aspx

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM