在 weblogic 中创建外部 JNDI 设置并从 Java 客户端查找
如果有任何配置外部 LDAP 并对其执行 LDAP 查询的示例/步骤,请发布。
我尝试了以下
- 创建外部 JNDI 提供程序
- 从 servlet 客户端创建远程和本地 JNDI 名称
- ,我尝试使用外部 jndi 名称、本地和远程 jndi 名称进行查找
最终使用本地名称进行查找成功,不幸的是尝试连接 localhost:389。不知道出了什么问题。
请帮忙举个例子。
Please post if there is any example/steps to configuring external LDAP and execute LDAP queries on it.
I tried the following
- creating Foreign JNDI Providers
- Created remote and local JNDI names
- from servlet client, I tried lookup using foreign jndi name, local and remote jndi names
Finally lookup with local name succeeded, unfortunately that tried to connect localhost:389. Not sure what went wrong.
Please help with any example.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
属性:
创建外部 JNDI 链接
现在您可以使用“testLocalJNDI”从代码访问 LDAP。
干杯,卡莱
Properties:
Create a Foreign JNDI link
Now you can access the LDAP from your code using the "testLocalJNDI".
Cheers, Karai
根据我的经验,不可能在 weblogic jndi 下链接整个 ldap 树。
Foregin jndi 链接仅支持并排 jndi 对象链接。
我无法理解前面的答案为什么给出这个线程的解决方案。
As I experienced, it is not possible to link a whole ldap tree under weblogic jndi.
Foregin jndi link supports only side-by-side jndi object linkage.
I cannot understand the previous answer why gives a solution to this thread.