使用 JXplorer 访问 ADAM 实例
是否可以使用 CA JXplorer 访问 ADAM 实例? 我已启动并运行 ADAM,可以使用我自己的 Windows 帐户和密码通过 ADAM ADSI Edit 访问它。 另一方面,JXplorer 使用 UserDN 进行身份验证。那么我的 UserDN 应该是什么? 预先非常感谢!
Is it possible to access an ADAM instance with CA JXplorer?
I have an ADAM up and running, it could be accessed by ADAM ADSI Edit with my own Windows account and password.
JXplorer, on the other hand, uses UserDN for authentication. What should be my UserDN then?
Thanks a lot in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您应该能够将您的 userDN 指定为:
其中“yourdomain.org”是您的用户帐户所在的 Active Directory 域的完全限定域名。
(我应该补充一点,这是 AD 特定的事物 - 不存在这样的等效项对于 OpenLDAP)。
You should be able to specify your userDN as:
Where "yourdomain.org" is the fully qualified domain name of the Active Directory domain that your user account lives in.
(I should add that this is an AD specific thing - no such equivalent exists for OpenLDAP).
是的,
尝试一下。
Yes
Try it.
我知道这是一个老问题。但我今天刚刚遇到了同样的问题。这就是我最终所做的。
在 Windows ADSI 中,我打开了实例的配置。
双击 - CN=目录服务、CN=Windows NT、CN=服务、CN=配置
然后将 msds-other-settings 属性更改为 ADAMAllowADAMSecurityPrincipalsInConfigPartition=1
然后在 cn=Roles 中创建用户对象。重置用户密码。然后复制用户的 DN(例如 CN=tuser1,CN=Roles,CN=Configuration,CN={752D29BC-24E4-45E1-AE1E-855A812848DD} )
将其添加到 cn=Administrators 的 msds-memberOfTransitive 属性中。
现在我可以使用 jXplorer 连接到它,其中我使用 CN=tuser1,CN=Roles,CN=Configuration,CN={752D29BC-24E4-45E1-AE1E-855A812848DD} 和我的用户 DN/密码的密码进行用户名+密码连接。
我无法使用 jxplorer 创建新的用户/密码或组织,但至少我可以看到现有用户和组织的最常见属性。
I know this is an old question. But I just ran into the same issue today. Here is what I ended up doing.
In Windows ADSI, I opened the instance's configuration.
Double clicked - CN=Directory Service,CN=Windows NT,CN=Services,CN=Configuration
Then changed msds-other-settings attribute to ADAMAllowADAMSecurityPrincipalsInConfigPartition=1
Then created a user object in the cn=Roles. Reset the user's password. Then copied the user's DN (e.g. CN=tuser1,CN=Roles,CN=Configuration,CN={752D29BC-24E4-45E1-AE1E-855A812848DD} )
added it to msds-memberOfTransitive attribute of cn=Administrators.
Now I can connect to it with jXplorer where I use CN=tuser1,CN=Roles,CN=Configuration,CN={752D29BC-24E4-45E1-AE1E-855A812848DD} and password for my User DN/Password for username+password connection.
I haven't been able to create new users/password or organizations with jxplorer, but at least I can see the most common attributes of the existing users and orgs.