Platform
Resources
Services
Company
Sign In
Platform
Resources
Services
Company
Marketplace
Community
Developer Network
Deutsch
English
Español
Français
Italiano
Português
中文
日本語
_Other Pages
_Other Pages
▼
eabrazil
Home
Início
Regulamento
Registro
Contatos
Services
Customer Experience Survey 2015
DACH Thank you
Issue Tracker
Become a Partner
OEM Partner Program
Service Partners
_Services
Subscription Services
Consulting
Training
Schedule of Classes
Verify a Training
_Developers
Documentation
Liferay Portal
Liferay Social Office
Community
Welcome
Liferay Projects
Community Projects
Releases
User Groups
Special Activities
Upcoming Events
Marketplace
_Company
Our Story
Events
Liferay Conferences
Liferay Web Events
Liferay Roadshows
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
Recent Changes
All Pages
Orphan Pages
Draft Pages
« Back to LDAP
LDAP with OpenDS
Details
Print
Tags:
ldap
opends
opendj
You can see the configurations in following pictures.
0 Attachments
33650 Views
Average (0 Votes)
Comments
Threaded Replies
Author
Date
whole the appreciation goes to Tom Yeo.
Chris Shayan
December 11, 2009 2:34 AM
Hi Chris, Can you add some more details about...
Jorge Ferrer
December 11, 2009 9:53 AM
Hey about mentionidng the name you're right,...
Chris Shayan
December 12, 2009 10:31 AM
Also, since I spent some time to find out:...
Bruno Vernay
October 22, 2010 5:09 AM
Chris Shayan
whole the appreciation goes to Tom Yeo.
Sign in to vote.
Top
Posted on 12/11/09 2:34 AM.
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.
Sign in to vote.
Top
Posted on 12/11/09 9:53 AM.
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?
Sign in to vote.
Top
Posted on 12/12/09 10:31 AM in reply to
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
Sign in to vote.
Top
Posted on 10/22/10 5:09 AM.