平台
资源
服务
公司
Sign In
平台
资源
服务
公司
Marketplace
Community
Developer Network
Deutsch
English
Español
Français
Italiano
Português
中文
日本語
_Other Pages
_Other Pages
▼
eabrazil
Home
Início
Regulamento
Registro
Contatos
服务
Customer Experience Survey 2015
DACH Thank you
Issue Tracker
成为合作伙伴
OEM Partner Program
Service Partners
商务人士
Subscription Services
Consulting
Training
课程安排
Verify a Training
开发者
文档
Liferay Portal
Liferay Social Office
社区
欢迎
Liferay项目
社区项目
新发布
用户群组
专题活动
近期活动
应用程序库
关于我们
Our Story
活动
Liferay会议
Liferay在线活动
Liferay巡回推介
Press Releases
Awards & Recognitions
Careers
Contact Us
This wiki does not contain official documentation and is currently deprecated and read only. Please try reading the documentation on the
Liferay Developer Network
, the new site dedicated to Liferay documentation.
DISCOVER
Build your web site, collaborate with your colleagues, manage your content, and more.
DEVELOP
Build applications that run inside Liferay, extend the features provided out of the box with Liferay's APIs.
DISTRIBUTE
Let the world know about your app by publishing it in Liferay's marketplace.
PARTICIPATE
Become a part of Liferay's community, meet other Liferay users, and get involved in the open source project.
Search
Wiki
Main
Proposals
FrontPage
最近更改
所有页面
分散子页面
草稿页
« 返回到 LDAP
LDAP with OpenDS
详细信息
打印
标签:
ldap
opends
opendj
You can see the configurations in following pictures.
0 附件
33654 查看
平均 (0 票)
评论
讨论主题回复
作者
日期
whole the appreciation goes to Tom Yeo.
Chris Shayan
2009年12月11日 上午2:34
Hi Chris, Can you add some more details about...
Jorge Ferrer
2009年12月11日 上午9:53
Hey about mentionidng the name you're right,...
Chris Shayan
2009年12月12日 上午10:31
Also, since I spent some time to find out:...
Bruno Vernay
2010年10月22日 上午5:09
Chris Shayan
whole the appreciation goes to Tom Yeo.
您需要登录后才能投票。
顶部
在 09-12-11 上午2:34 发帖。
Jorge Ferrer
Hi Chris,
Can you add some more details about the configuration?
Also, please avoid mentioning names in the wiki article text, since that discourages further collaboration by other community members.
您需要登录后才能投票。
顶部
在 09-12-11 上午9:53 发帖。
Chris Shayan
Hey
about mentionidng the name you're right, but in the comments i should mention the Tom Yeo's name just to take care about his credit as well. Thx for notice.
What kind of detail configuration you want to know?
您需要登录后才能投票。
顶部
在 09-12-12 上午10:31 发帖以回复
Jorge Ferrer
。
Bruno Vernay
Also, since I spent some time to find out: "isMemberOf" is an "Operational" attribute.
It means that it is calculated from the Group's "member" (or "uniqueMember") attribute, which by opposition is a "User defined" attribute.
Why it is important ? Because "Operational" attribute does not behave like "User defined" attribute. For example, if you define an ACL to authorize read access to all attribute, you may write:
aci
target = "ldap:///ou=people,dc=ZZtop,dc=com")
(targetattr="*")
(version 3.0; acl "Read all user defined attributes";
allow (read) userdn="ldap:///uid=LifBind,ou=systemAccount,dc=ZZtop,dc=com";)
But if you want to be able to read the "operational" attribute "isMemberOf", you will have to be specific: (targetattr="*||isMemberOf")
Hope that it will avoid others to loose some hours.
By the way check out OpenDJ: http://forgerock.com/opendj.html
您需要登录后才能投票。
顶部
在 10-10-22 上午5:09 发帖。