使用 ADO 连接到 Sun LDAP
我想使用 Delphi 程序连接(并获取用户组)到 Sun LDAP 服务器。 我认为 ADSI 仅适用于 Microsoft LDAP。我尝试使用 ADO,但无法连接。
有人可以展示一些代码我将如何做到这一点吗?
I want to connect (and get user's group) to a Sun LDAP server with a Delphi program.
I think ADSI works only with Microsoft LDAP. I try it with ADO, but I can't connect.
Can someone show some code how I would do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为此代码将符合要求。
ADSI 不仅仅是 LDAP,根据我的经验,使用 LDAP 客户端连接到 ActiveDirectory 比使用其他方式更容易 - 不幸的是,这正是您正在尝试做的事情。
为了帮助您入门,这里有一种对用户进行身份验证的安全方法。
I think this code will fit the bill.
There is more to ADSI than just LDAP, and from my experience it is easier to use LDAP client to connect to ActiveDirectory than the other way around - which is what you are trying to do, unfortunatly.
To get you started, here is a fail safe way to authenticate a user.